fehQlibs 26
Qlibs
|
populate environment after fork More...
#include <unistd.h>
#include "alloc.h"
#include "error.h"
#include "stralloc.h"
#include "str.h"
#include "byte.h"
#include "env.h"
#include "pathexec.h"
Go to the source code of this file.
Functions | |
int | pathexec_env (const char *s, const char *t) |
int | pathexec_multienv (stralloc *sa) |
void | pathexec (char *const *argv) |
void | pathexec_run (const char *file, char *const *argv, char *const *envp) |
populate environment after fork
Definition in file pathexec.c.
void pathexec | ( | char *const * | argv | ) |
int pathexec_env | ( | const char * | s, |
const char * | t | ||
) |
int pathexec_multienv | ( | stralloc * | sa | ) |
void pathexec_run | ( | const char * | file, |
char *const * | argv, | ||
char *const * | envp | ||
) |
Definition at line 84 of file pathexec.c.