Searched refs:spawnvp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dspawnvp.c61 /* Invoke the system `spawnvp' service
101 /* Invoke the MSVC `spawnvp' service
104 status = spawnvp(mode, path, quoted_argv);
114 * return the status code returned by `spawnvp',
122 /* spawnvp.c: end of file */
/freebsd-10.0-release/contrib/groff/src/include/
H A Dnonposix.h148 * by the `spawn()' family of functions. In `groff', only the `spawnvp()'
150 * wrapper function in place of `spawnvp()' calls. */
160 # undef spawnvp macro
161 # define spawnvp spawnvp_wrapper macro
163 # define _spawnvp spawnvp
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dpex-djgpp.c206 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv)
212 *errmsg = ((flags & PEX_SEARCH) != 0) ? "spawnvp" : "spawnv";
/freebsd-10.0-release/contrib/groff/src/roff/groff/
H A Dpipeline.c306 if ((pid = spawnvp(_P_NOWAIT, commands[i][0], commands[i])) < 0) {
414 exit_status = spawnvp(P_WAIT, commands[i][0], commands[i]);
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Dconf.h343 # define spawn_RCS spawnvp
/freebsd-10.0-release/contrib/groff/src/preproc/html/
H A Dpre-html.cpp1385 if ((child_pid = spawnvp(_P_NOWAIT, argv[0], argv)) < 0) {

Completed in 147 milliseconds