| /netbsd-src/external/gpl2/groff/dist/src/include/ |
| H A D | nonposix.h | 162 # undef spawnvp 163 # define spawnvp spawnvp_wrapper macro 165 # define _spawnvp spawnvp
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | Makefile.sub | 41 spawnvp.$(OBJEXT) \ 104 $(srcdir)/spawnvp.c \
|
| H A D | spawnvp.c | 106 status = spawnvp(mode, path, quoted_argv); in spawnvp_wrapper()
|
| /netbsd-src/external/gpl2/groff/lib/libgroff/ |
| H A D | Makefile | 18 relocate.cpp searchpath.cpp spawnvp.c string.cpp \
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/groff/ |
| H A D | pipeline.c | 308 if ((pid = spawnvp(_P_NOWAIT, commands[i][0], commands[i])) < 0) { in run_pipeline() 416 exit_status = spawnvp(P_WAIT, commands[i][0], commands[i]); in run_pipeline()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | pid_t.m4 | 18 dnl <https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/spawnvp-wspawnvp>
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | detach.c | 99 child_handle = spawnvp(_P_NOWAIT, argv[0], new_argv); in roken_detach_prep()
|
| H A D | simple_exec_w32.c | 347 hp = spawnvp(_P_NOWAIT, file, args); in simple_execvp_timed()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | pex-djgpp.c | 207 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
|
| H A D | ChangeLog | 4119 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | pex-djgpp.c | 207 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
|
| H A D | ChangeLog | 4610 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | pex-djgpp.c | 207 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | pex-djgpp.c | 207 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | execute.c | 163 exitcode = spawnvp (P_WAIT, prog_path, prog_argv); in execute()
|
| H A D | pipe.c | 202 child = spawnvp (P_NOWAIT, prog_path, prog_argv); in create_pipe()
|
| /netbsd-src/external/gpl2/rcs/include/ |
| H A D | conf.h | 347 # define spawn_RCS spawnvp
|
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_main.c | 360 retval = spawnvp(P_WAIT, arglist[0], arglist); in open_input()
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | conf.heg | 342 # define spawn_RCS spawnvp
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/html/ |
| H A D | pre-html.cpp | 1387 if ((child_pid = spawnvp(_P_NOWAIT, argv[0], argv)) < 0) { in run_output_filter()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A 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.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | process.d | 3766 version (Windows) extern(C) int spawnvp(int, in char *, in char **);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | process.d | 4151 version (Windows) extern(C) int spawnvp(int, scope const(char) *, scope const(char*)*);
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | ChangeLog.1 | 1593 return value from spawnvp is already the exit code.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-1995 | 2892 Modified spawnvp to have to correct number of arguments for OS/2, NT.
|