This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | EXEC_MAX_ARGV 64 |
maximum number of arguments that will be converted for execvp(2) | |
Functions | |
int | exec_fork (const char *fmt,...) |
fork, execvp and wait | |
int | exec_fork_background (const char *fmt,...) |
fork, execvp and ignore child | |
int | exec_fork_pipe (char **out, const char *fmt,...) |
pipe, fork, execvp and wait | |
int | exec_replace (const char *fmt,...) |
plain execvp |