Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dnonposix.h162 # undef spawnvp
163 # define spawnvp spawnvp_wrapper macro
165 # define _spawnvp spawnvp
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A DMakefile.sub41 spawnvp.$(OBJEXT) \
104 $(srcdir)/spawnvp.c \
H A Dspawnvp.c106 status = spawnvp(mode, path, quoted_argv); in spawnvp_wrapper()
/netbsd-src/external/gpl2/groff/lib/libgroff/
H A DMakefile18 relocate.cpp searchpath.cpp spawnvp.c string.cpp \
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c308 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 Dpid_t.m418 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 Ddetach.c99 child_handle = spawnvp(_P_NOWAIT, argv[0], new_argv); in roken_detach_prep()
H A Dsimple_exec_w32.c347 hp = spawnvp(_P_NOWAIT, file, args); in simple_execvp_timed()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dpex-djgpp.c207 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
H A DChangeLog4119 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dpex-djgpp.c207 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
H A DChangeLog4610 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dpex-djgpp.c207 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-djgpp.c207 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dexecute.c163 exitcode = spawnvp (P_WAIT, prog_path, prog_argv); in execute()
H A Dpipe.c202 child = spawnvp (P_NOWAIT, prog_path, prog_argv); in create_pipe()
/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h347 # define spawn_RCS spawnvp
/netbsd-src/usr.bin/rpcgen/
H A Drpc_main.c360 retval = spawnvp(P_WAIT, arglist[0], arglist); in open_input()
/netbsd-src/external/gpl2/rcs/dist/src/
H A Dconf.heg342 # define spawn_RCS spawnvp
/netbsd-src/external/gpl2/groff/dist/src/preproc/html/
H A Dpre-html.cpp1387 if ((child_pid = spawnvp(_P_NOWAIT, argv[0], argv)) < 0) { in run_output_filter()
/netbsd-src/external/gpl2/groff/dist/
H A 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.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d3766 version (Windows) extern(C) int spawnvp(int, in char *, in char **);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d4151 version (Windows) extern(C) int spawnvp(int, scope const(char) *, scope const(char*)*);
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A DChangeLog.11593 return value from spawnvp is already the exit code.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19952892 Modified spawnvp to have to correct number of arguments for OS/2, NT.

12