Searched refs:spawnvp (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/contrib/groff/src/include/ |
| D | nonposix.h | 160 # undef spawnvp 161 # define spawnvp spawnvp_wrapper macro 163 # define _spawnvp spawnvp
|
| /freebsd-10-stable/contrib/groff/src/libs/libgroff/ |
| D | Makefile.sub | 41 spawnvp.$(OBJEXT) \ 104 $(srcdir)/spawnvp.c \
|
| D | spawnvp.c | 104 status = spawnvp(mode, path, quoted_argv); in spawnvp_wrapper()
|
| /freebsd-10-stable/contrib/groff/src/roff/groff/ |
| D | pipeline.c | 306 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/ |
| D | pex-djgpp.c | 206 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
|
| D | ChangeLog | 470 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
|
| /freebsd-10-stable/gnu/usr.bin/rcs/lib/ |
| D | conf.h | 343 # define spawn_RCS spawnvp
|
| /freebsd-10-stable/contrib/groff/src/preproc/html/ |
| D | pre-html.cpp | 1385 if ((child_pid = spawnvp(_P_NOWAIT, argv[0], argv)) < 0) { in run_output_filter()
|
| /freebsd-10-stable/contrib/groff/ |
| D | ChangeLog | 2142 * 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/ |
| D | ChangeLog-1995 | 2892 Modified spawnvp to have to correct number of arguments for OS/2, NT.
|
| /freebsd-10-stable/contrib/binutils/libiberty/ |
| D | ChangeLog | 668 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
|