Searched defs:spawnve (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/obsolete/
H A Dspawn.c31 #define spawnve ______spawnve macro
47 #undef spawnve macro
65 NoN(spawnve)
70 spawnve(const char* cmd, char* const argv[], char* const envv[])
92 if ((pid = spawnve(path, argv, envv)) >= 0)
109 pid = spawnve(path, newargv, environ);
/ast/src/lib/libast/comp/
H A Domitted.c54 * (2) /bin/sh reference in execve() and spawnve()
143 #define sysspawnve spawnve
345 #define spawnve ______spawnve macro
350 #undef spawnve macro
644 spawnve(int mode, const char* path, char* const* argv, char* const* envv) function

Completed in 12 milliseconds