Home
last modified time | relevance | path

Searched refs:spawnvp (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/groff/src/include/
Dnonposix.h160 # undef spawnvp
161 # define spawnvp spawnvp_wrapper macro
163 # define _spawnvp spawnvp
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
DMakefile.sub41 spawnvp.$(OBJEXT) \
104 $(srcdir)/spawnvp.c \
Dspawnvp.c104 status = spawnvp(mode, path, quoted_argv); in spawnvp_wrapper()
/freebsd-10-stable/contrib/groff/src/roff/groff/
Dpipeline.c306 if ((pid = spawnvp(_P_NOWAIT, commands[i][0], commands[i])) < 0) { in run_pipeline()
414 exit_status = spawnvp(P_WAIT, commands[i][0], commands[i]); in run_pipeline()
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dpex-djgpp.c206 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
DChangeLog470 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
Dconf.h343 # define spawn_RCS spawnvp
/freebsd-10-stable/contrib/groff/src/preproc/html/
Dpre-html.cpp1385 if ((child_pid = spawnvp(_P_NOWAIT, argv[0], argv)) < 0) { in run_output_filter()
/freebsd-10-stable/contrib/groff/
DChangeLog2142 * src/libs/libgroff/spawnvp.c: Compile code only for MS-DOS and
2298 Declare `spawnvp_wrapper' and macro definitions of spawnvp only
2328 * src/libs/libgroff/spawnvp.c: New file, providing a wrapper around
2329 spawnvp with proper quoting for MSVC.
2338 * src/include/nonposix.h [__MSDOS__ ...]: Handle spawnvp.
/freebsd-10-stable/contrib/gcc/cp/
DChangeLog-19952892 Modified spawnvp to have to correct number of arguments for OS/2, NT.
/freebsd-10-stable/contrib/binutils/libiberty/
DChangeLog668 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.