Searched refs:envp (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Denv.c183 * initialize with environment give by <envp>
189 Env_t *env_open(char **envp, int extra) argument
199 if(env=envp)
202 n = (env+2)-envp;
206 ep->env = envp;
221 for(env=envp; *env; env++)
H A Dpath.c103 static pid_t path_pfexecve(Shell_t *shp,const char *path, char *argv[],char *const envp[],int spawn) argument
116 return(execve(path, argv, envp));
123 return(execve(path, argv, envp));
127 return(execve("/usr/bin/pfexec", argv, envp));
129 return(execve(path, argv, envp));
134 static pid_t _spawnveg(Shell_t *shp,const char *path, char* const argv[], char* const envp[], pid_t pgid) argument
140 pid = spawnveg(path,argv,envp,pgid);
152 static pid_t path_xargs(Shell_t *shp,const char *path, char *argv[],char *const envp[], int spawn) argument
163 for(ev=envp; cp= *ev; ev++)
197 if((pid=_spawnveg(shp,path,argv,envp,
1001 char **envp; local
1045 path_spawn(Shell_t *shp,const char *opath,register char **argv, char **envp, Pathcomp_t *libpath, int spawn) argument
1258 exscript(Shell_t *shp,register char *path,register char *argv[],char **envp) argument
[all...]
/ast/src/lib/libtk/compat/
H A Dunistd.h46 extern int execve _ANSI_ARGS_((CONST char *path, char **argv, char **envp));

Completed in 12 milliseconds