ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
wrap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void wrap_execbin (const char *program, struct stralloc *opts, const char *dir)
void wrap_execsh (const char *command)
void wrap_execv (const char **argv)
void wrap_execvp (const char **argv)
void wrap_exitcode (int pid)
int wrap_fork (void)
int wrap_waitpid (int pid)
int wrap_stat (const char *fn, struct stat *st)

Function Documentation

◆ wrap_execbin()

void wrap_execbin ( const char * program,
struct stralloc * opts,
const char * dir )
extern

Definition at line 20 of file wrap_execbin.c.

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

◆ wrap_execsh()

void wrap_execsh ( const char * command)
extern

Definition at line 9 of file wrap_execsh.c.

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

◆ wrap_execv()

void wrap_execv ( const char ** argv)
extern

Definition at line 25 of file wrap_execv.c.

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

◆ wrap_execvp()

void wrap_execvp ( const char ** argv)
extern

Definition at line 30 of file wrap_execv.c.

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

◆ wrap_exitcode()

void wrap_exitcode ( int pid)
extern

Definition at line 14 of file wrap_exitcode.c.

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

◆ wrap_fork()

int wrap_fork ( void )
extern

Definition at line 15 of file wrap_fork.c.

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

◆ wrap_stat()

int wrap_stat ( const char * fn,
struct stat * st )
extern

Definition at line 17 of file wrap_stat.c.

Here is the call graph for this function:

◆ wrap_waitpid()

int wrap_waitpid ( int pid)
extern

Definition at line 15 of file wrap_waitpid.c.

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