fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
pathexec.c File Reference

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"
Include dependency graph for pathexec.c:

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)
 

Detailed Description

populate environment after fork

Author
djb ucspi-tcp, ucspi-ssl

Definition in file pathexec.c.

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: