Searched refs:vfork (Results 76 - 100 of 233) sorted by relevance

12345678910

/netbsd-current/tests/lib/librumpclient/
H A Dt_exec.sh101 atf_test_case vfork cleanup
153 atf_add_test_case vfork
/netbsd-current/external/gpl3/gdb.old/lib/libiberty/arch/powerpc64/
H A Ddefs.mk7 G_LIBOBJS=mempcpy.o strverscmp.o vfork.o
H A Dconfig.h410 /* Define to 1 if you have the `vfork' function. */
413 /* Define to 1 if you have the <vfork.h> header file. */
437 /* Define to 1 if `vfork' works. */
581 /* Define as `fork' if `vfork' does not work. */
582 #define vfork fork macro
/netbsd-current/external/gpl3/gdb.old/lib/libiberty/arch/riscv32/
H A Ddefs.mk7 G_LIBOBJS=mempcpy.o strverscmp.o vfork.o
H A Dconfig.h410 /* Define to 1 if you have the `vfork' function. */
413 /* Define to 1 if you have the <vfork.h> header file. */
437 /* Define to 1 if `vfork' works. */
581 /* Define as `fork' if `vfork' does not work. */
582 #define vfork fork macro
/netbsd-current/external/gpl3/gdb.old/lib/libiberty/arch/riscv64/
H A Ddefs.mk7 G_LIBOBJS=mempcpy.o strverscmp.o vfork.o
H A Dconfig.h410 /* Define to 1 if you have the `vfork' function. */
413 /* Define to 1 if you have the <vfork.h> header file. */
437 /* Define to 1 if `vfork' works. */
581 /* Define as `fork' if `vfork' does not work. */
582 #define vfork fork macro
/netbsd-current/tests/lib/libexecinfo/
H A Dt_sig_backtrace.c98 vfork();
117 vfork();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dpending-fork-event-detach.exp101 # - catch: set up a "catch fork" / "catch vfork" and run to it.
106 gdb_test "catch vfork"
133 foreach_with_prefix fork_function { fork vfork } {
/netbsd-current/external/gpl3/gdb/lib/libiberty/arch/powerpc64/
H A Ddefs.mk7 G_LIBOBJS=strverscmp.o vfork.o
H A Dconfig.h410 /* Define to 1 if you have the `vfork' function. */
413 /* Define to 1 if you have the <vfork.h> header file. */
437 /* Define to 1 if `vfork' works. */
581 /* Define as `fork' if `vfork' does not work. */
582 #define vfork fork macro
/netbsd-current/external/gpl3/binutils/lib/libiberty/arch/powerpc64/
H A Ddefs.mk7 G_LIBOBJS=strverscmp.o vfork.o
H A Dconfig.h410 /* Define to 1 if you have the `vfork' function. */
413 /* Define to 1 if you have the <vfork.h> header file. */
437 /* Define to 1 if `vfork' works. */
581 /* Define as `fork' if `vfork' does not work. */
582 #define vfork fork macro
/netbsd-current/external/gpl3/binutils.old/lib/libiberty/arch/powerpc64/
H A Ddefs.mk7 G_LIBOBJS=strverscmp.o vfork.o
H A Dconfig.h410 /* Define to 1 if you have the `vfork' function. */
413 /* Define to 1 if you have the <vfork.h> header file. */
437 /* Define to 1 if `vfork' works. */
581 /* Define as `fork' if `vfork' does not work. */
582 #define vfork fork macro
/netbsd-current/external/gpl3/binutils.old/lib/libiberty/arch/or1k/
H A Dconfig.h403 /* Define to 1 if you have the `vfork' function. */
406 /* Define to 1 if you have the <vfork.h> header file. */
430 /* Define to 1 if `vfork' works. */
569 /* Define as `fork' if `vfork' does not work. */
570 #define vfork fork macro
/netbsd-current/external/gpl3/binutils/lib/libiberty/arch/or1k/
H A Dconfig.h403 /* Define to 1 if you have the `vfork' function. */
406 /* Define to 1 if you have the <vfork.h> header file. */
430 /* Define to 1 if `vfork' works. */
569 /* Define as `fork' if `vfork' does not work. */
570 #define vfork fork macro
/netbsd-current/external/gpl3/gcc/lib/libiberty/arch/powerpc64/
H A Dconfig.h410 /* Define to 1 if you have the `vfork' function. */
413 /* Define to 1 if you have the <vfork.h> header file. */
437 /* Define to 1 if `vfork' works. */
581 /* Define as `fork' if `vfork' does not work. */
582 #define vfork fork macro
/netbsd-current/external/gpl3/gcc.old/lib/libiberty/arch/powerpc64/
H A Dconfig.h410 /* Define to 1 if you have the `vfork' function. */
413 /* Define to 1 if you have the <vfork.h> header file. */
437 /* Define to 1 if `vfork' works. */
581 /* Define as `fork' if `vfork' does not work. */
582 #define vfork fork macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstep-over-syscall.exp27 array set syscall_number {fork "(56|120)" vfork "(58|190)" \
38 array set syscall_number {fork "(120|220)" vfork "(190|220)" \
292 # fork and vfork.
315 step_over_syscall "vfork"
342 foreach syscall { "fork" "vfork" "clone" } {
344 if { $syscall == "vfork"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstep-over-syscall.exp27 array set syscall_number {fork "(56|120)" vfork "(58|190)" \
38 array set syscall_number {fork "(120|220)" vfork "(190|220)" \
57 # For the fork/vfork syscalls, which are correctly handled by
361 # fork and vfork.
384 step_over_syscall "vfork"
410 foreach syscall { "fork" "vfork" "clone" } {
412 if { $syscall == "vfork"
/netbsd-current/tests/lib/libc/sys/
H A Dt_fork.c49 #define FORK vfork
148 * This is required in vfork(2)ing parent and optional in fork(2).
150 * vfork(2) might clobber watcher, this means that it's safer and
258 RAISE(raise3, SIGTSTP) /* ignored in vfork(2) */
259 RAISE(raise4, SIGTTIN) /* ignored in vfork(2) */
260 RAISE(raise5, SIGTTOU) /* ignored in vfork(2) */
298 else if (strcmp(fn, "vfork") == 0)
299 child2 = vfork();
307 if ((strcmp(fn, "fork") == 0) || (strcmp(fn, "vfork") == 0)) {
348 NESTED(nested_vfork, vfork,
[all...]
/netbsd-current/bin/rcp/
H A Dutil.c129 pid = vfork();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-pipe.c74 apparent call to vfork() below *might* actually be a call to
75 fork() due to the fact that autoconf will ``#define vfork fork''
77 pid = vfork ();
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/powerpc64/
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

Completed in 315 milliseconds

12345678910