Searched refs:vfork (Results 1 - 25 of 233) sorted by relevance

12345678910

/netbsd-current/lib/libc/compat/arch/ia64/sys/
H A Dcompat_Ovfork.S6 SYSCALL(vfork)
9 END(vfork)
/netbsd-current/lib/libc/compat/arch/aarch64/sys/
H A Dcompat_Ovfork.S36 WARN_REFERENCES(vfork, \
37 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference")
39 PSEUDO(vfork,__vfork14)
/netbsd-current/lib/libc/compat/arch/riscv/sys/
H A Dcompat_Ovfork.S10 WARN_REFERENCES(vfork, \
11 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference")
13 PSEUDO(vfork,__vfork14)
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
6 @deftypefn Supplemental int vfork (void)
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
19 vfork (void) function
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n";
2 vfork() function
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
6 @deftypefn Supplemental int vfork (void)
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
19 vfork (void) function
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n";
2 vfork() function
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
6 @deftypefn Supplemental int vfork (void)
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
19 vfork (void) function
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n";
2 vfork() function
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
6 @deftypefn Supplemental int vfork (void)
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
19 vfork (void) function
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n";
2 vfork() function
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
6 @deftypefn Supplemental int vfork (void)
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
19 vfork (void) function
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n";
2 vfork() function
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
6 @deftypefn Supplemental int vfork (void)
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
19 vfork (void) function
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n";
2 vfork() function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_vfork.h1 /* GDB-friendly replacement for <vfork.h>.
23 #include <vfork.h>
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb_vfork.h1 /* GDB-friendly replacement for <vfork.h>.
23 #include <vfork.h>
/netbsd-current/lib/libc/compat/sys/
H A DLint_Ovfork.c12 vfork(void) function
/netbsd-current/lib/libc/compat/arch/alpha/sys/
H A Dcompat_Ovfork.S32 WARN_REFERENCES(vfork, \
33 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference")
35 SYSCALL(vfork)
38 END(vfork)
/netbsd-current/lib/libc/compat/arch/mips/sys/
H A Dcompat_Ovfork.S45 WARN_REFERENCES(vfork, \
46 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference")
49 * pid = vfork();
55 LEAF(vfork)
56 PIC_PROLOGUE(vfork)
58 SYSTRAP(vfork) # system call number for vfork
68 END(vfork)
/netbsd-current/lib/libc/compat/arch/hppa/sys/
H A Dcompat_Ovfork.S37 ENTRY(vfork,0)
38 SYSCALL(vfork)
42 EXIT(vfork)
/netbsd-current/lib/libc/compat/arch/arm/sys/
H A Dcompat_Ovfork.S36 WARN_REFERENCES(vfork, \
37 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference")
40 * pid = vfork();
46 ENTRY(vfork)
48 SYSTRAP(vfork)
54 END(vfork)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_x86_64.inc.S6 .globl ASM_WRAPPER_NAME(vfork)
7 ASM_TYPE_FUNCTION(ASM_WRAPPER_NAME(vfork))
8 ASM_WRAPPER_NAME(vfork):
36 ASM_SIZE(vfork)
38 .weak vfork
39 .set vfork, ASM_WRAPPER_NAME(vfork)
/netbsd-current/lib/libc/compat/arch/powerpc/sys/
H A Dcompat_Ovfork.S4 * pid = vfork();
16 WARN_REFERENCES(vfork, \
17 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference")
19 SYSCALL(vfork)
23 END(vfork)
/netbsd-current/lib/libc/compat/arch/i386/sys/
H A Dcompat_Ovfork.S44 WARN_REFERENCES(vfork, \
45 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference")
48 * pid = vfork();
54 ENTRY(vfork)
56 SYSTRAP(vfork)
71 END(vfork)

Completed in 159 milliseconds

12345678910