fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
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)
extern

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 )
extern

Definition at line 20 of file pathexec.c.

Here is the call graph for this function:

◆ pathexec_multienv()

int pathexec_multienv ( stralloc * sa)
extern

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 )
extern

Definition at line 84 of file pathexec.c.

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