Searched refs:vfork (Results 101 - 125 of 233) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/riscv32/
H A Dconfig.h549 /* Define to 1 if you have the `vfork' function. */
552 /* Define to 1 if you have the <vfork.h> header file. */
570 /* Define to 1 if `vfork' works. */
825 /* Define as `fork' if `vfork' does not work. */
826 #define vfork fork macro
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/riscv64/
H A Dconfig.h549 /* Define to 1 if you have the `vfork' function. */
552 /* Define to 1 if you have the <vfork.h> header file. */
570 /* Define to 1 if `vfork' works. */
825 /* Define as `fork' if `vfork' does not work. */
826 #define vfork fork macro
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-pipe.c81 apparent call to vfork() below *might* actually be a call to
82 fork() due to the fact that autoconf will ``#define vfork fork''
84 pid = vfork ();
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/powerpc64/
H A Dconfig.h564 /* Define to 1 if you have the `vfork' function. */
567 /* Define to 1 if you have the <vfork.h> header file. */
585 /* Define to 1 if `vfork' works. */
841 /* Define as `fork' if `vfork' does not work. */
842 #define vfork fork macro
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dfexec.c72 * Newer macOS releases are not able to correctly handle vfork() when the
139 child = vfork();
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dinfo_exec.c279 switch ((p1 = vfork())) {
288 p2 = vfork();
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Dsystem.h313 # include <vfork.h>
317 # define vfork fork macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dexecute.c53 # include <vfork.h>
266 /* Use vfork() instead of fork() for efficiency. */
267 if ((child = vfork ()) == 0)
H A Dpipe.c52 # include <vfork.h>
363 /* Use vfork() instead of fork() for efficiency. */
364 if ((child = vfork ()) == 0)
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h38 /* #include <vfork.h> */
184 #define has_vfork 1 /* Does vfork() work? */
331 # undef vfork macro
332 # define vfork fork macro
/netbsd-current/lib/libc/gen/
H A Dpopen.c201 switch (pid = vfork()) {
239 switch (pid = vfork()) {
/netbsd-current/external/gpl2/gmake/dist/
H A Dremote-cstms.c228 pid = vfork ();
232 perror_with_name ("vfork", "");
H A Dconfig.h.in283 /* Define to 1 if you have the `vfork' function. */
286 /* Define to 1 if you have the <vfork.h> header file. */
301 /* Define to 1 if `vfork' works. */
438 /* Define as `fork' if `vfork' does not work. */
439 #undef vfork
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Dsystem.h170 #include <vfork.h>
/netbsd-current/external/bsd/cron/dist/
H A Dpopen.c93 switch (pid = vfork()) {
/netbsd-current/external/bsd/libproc/dist/
H A Dproc_create.c162 if ((pid = vfork()) == -1)
/netbsd-current/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h184 int vfork(void);
/netbsd-current/usr.bin/apply/
H A Dapply.c229 switch (pid = vfork()) {
232 err(EXIT_FAILURE, "vfork");
/netbsd-current/libexec/ftpd/
H A Dpopen.c165 pid = isls ? fork() : vfork();
/netbsd-current/usr.bin/time/
H A Dtime.c124 switch(pid = vfork()) {
/netbsd-current/lib/libpam/modules/pam_exec/
H A Dpam_exec.c117 * Fork and run the command. By using vfork() instead of fork(),
122 if ((pid = vfork()) == 0) {
130 openpam_log(PAM_LOG_ERROR, "vfork(): %s", strerror(errno));
/netbsd-current/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h186 int vfork(void);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Dfilter_fork_posix.c148 child = vfork();
/netbsd-current/external/gpl2/lvm2/dist/lib/misc/
H A Dconfigure.h.in366 /* Define to 1 if you have the `vfork' function. */
369 /* Define to 1 if you have the <vfork.h> header file. */
378 /* Define to 1 if `vfork' works. */
481 /* Define as `fork' if `vfork' does not work. */
482 #undef vfork
/netbsd-current/bin/mv/
H A Dmv.c383 if ((pid = vfork()) == 0) {
401 if (!(pid = vfork())) {

Completed in 341 milliseconds

12345678910