fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions
pathexec.h File Reference
#include "stralloc.h"
Include dependency graph for pathexec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void pathexec_run (const char *, char *const *, char *const *)
 
int pathexec_env (const char *, const char *)
 
int pathexec_multienv (stralloc *)
 
void pathexec (char *const *)
 

Function Documentation

◆ pathexec()

void pathexec ( char *const *  argv)

Definition at line 38 of file pathexec.c.

Here is the call graph for this function:

◆ pathexec_env()

int pathexec_env ( const char *  s,
const char *  t 
)

Definition at line 20 of file pathexec.c.

Here is the call graph for this function:

◆ pathexec_multienv()

int pathexec_multienv ( stralloc sa)

Definition at line 32 of file pathexec.c.

Here is the call graph for this function:

◆ pathexec_run()

void pathexec_run ( const char *  file,
char *const *  argv,
char *const *  envp 
)

Definition at line 84 of file pathexec.c.

Here is the call graph for this function:
Here is the caller graph for this function: