Searched refs:spawnve (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/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);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dexecve.c54 if ((childpid = spawnve(path, argv, arge)) < 0)
H A Dspawnveg.c25 * spawnveg -- spawnve with process group or session control
101 return spawnve(pgid ? P_DETACH : P_NOWAIT, path, argv, envv ? envv : environ);
181 return spawnve(path, argv, envv);
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
H A Dconf.tab72 #define spawnve _map_spawnve
74 extern int spawnve(const char*, char* const[], char* const[]);
76 #define child() spawnve(cmd[0],cmd,(char**)0)
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-djgpp.c203 status = (((flags & PEX_SEARCH) != 0 ? spawnvpe : spawnve)
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dms-w32.h356 #define spawnve sys_spawnve macro
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsimple_exec_w32.c373 hp = spawnve(_P_NOWAIT, file, args, envp);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcallproc.c1401 cpid = spawnve (_P_NOWAIT, new_argv[0], new_argv, env);
H A Dw32proc.c42 #undef spawnve macro
71 /* Control whether spawnve quotes arguments as necessary to ensure
72 correct parsing by child process. Because not all uses of spawnve
H A Dmsdos.c4858 result = spawnve (P_WAIT, argv[0], argv, envv);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c61 # define spawnveg(a,b,c,d) spawnve(a,b,c)
/macosx-10.10.1/ruby-106/ruby/
H A Dio.c5730 spawnve(P_NOWAIT, (cmd), (args), (envp)) : \

Completed in 264 milliseconds