Searched refs:execvpe (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/comp/
H A Dexecvpe.c30 NoN(execvpe)
35 __EXPORT__ int execvpe(const char*, char* const[], char* const[]);
46 execvpe(const char* name, char* const argv[], char* const envv[])
H A Dexecvp.c47 return execvpe(name, argv, environ);
/ast/src/cmd/warp/
H A Dwarp.c39 __STDPP__directive pragma pp:hide execlp _execlp __execlp execve _execve __execve execvp _execvp __execvp execvpe _execvpe __execvpe
87 #define execvpe ______execvpe
127 __STDPP__directive pragma pp:nohide execlp _execlp __execlp execve _execve __execve execvp _execvp __execvp execvpe _execvpe __execvpe
172 #undef execvpe
2203 execvpe(const char* path, char* const argv[], char* const arge[]) function
2205 static Call_t call = { "execvpe", "execvpe" };
2213 static Call_t call = { "execvpe", "_execvpe" };
2221 static Call_t call = { "execvpe", "__execvpe" };
2229 static Call_t call = { "execvpe", "_libc_execvp
[all...]
/ast/src/lib/libast/
H A DMakefile117 execlp.c execve.c execvp.c execvpe.c spawnveg.c \

Completed in 23 milliseconds