| /src/lib/libc/compat/arch/arm/sys/ |
| compat_Ovfork.S | 36 WARN_REFERENCES(vfork, \ 37 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") 40 * pid = vfork(); 46 ENTRY(vfork) function 48 SYSTRAP(vfork) 54 END(vfork)
|
| compat_Ovfork.S | 36 WARN_REFERENCES(vfork, \ 37 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") 40 * pid = vfork(); 46 ENTRY(vfork) function 48 SYSTRAP(vfork) 54 END(vfork)
|
| /src/lib/libc/compat/arch/hppa/sys/ |
| compat_Ovfork.S | 37 ENTRY(vfork,0) function 38 SYSCALL(vfork) 42 EXIT(vfork)
|
| compat_Ovfork.S | 37 ENTRY(vfork,0) function 38 SYSCALL(vfork) 42 EXIT(vfork)
|
| /src/lib/libc/compat/sys/ |
| Lint_Ovfork.c | 11 vfork(void) function
|
| Lint_Ovfork.c | 11 vfork(void) function
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| vfork.c | 1 /* 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
|
| vfork.c | 1 /* 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
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| vfork.c | 1 /* 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
|
| vfork.c | 1 /* 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
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| vfork.c | 1 /* 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
|
| vfork.c | 1 /* 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
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| vfork.c | 1 /* 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
|
| vfork.c | 1 /* 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
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| vfork.c | 1 /* 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
|
| vfork.c | 1 /* 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
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| vfork.c | 1 /* 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
|
| vfork.c | 1 /* 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
|
| /src/lib/libc/compat/arch/i386/sys/ |
| compat_Ovfork.S | 44 WARN_REFERENCES(vfork, \ 45 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") 48 * pid = vfork(); 54 ENTRY(vfork) function 56 SYSTRAP(vfork) 71 END(vfork)
|
| compat_Ovfork.S | 44 WARN_REFERENCES(vfork, \ 45 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") 48 * pid = vfork(); 54 ENTRY(vfork) function 56 SYSTRAP(vfork) 71 END(vfork)
|
| /src/lib/libc/compat/arch/m68k/sys/ |
| compat_Ovfork.S | 47 * @(#)vfork.s 4.1 (Berkeley) 12/21/80 48 * C library -- vfork 51 WARN_REFERENCES(vfork, \ 52 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") 55 * pid = vfork(); 62 * with a ret off this stack... we do the ret before we vfork! 65 ENTRY(vfork) function 67 SYSTRAP(vfork) 97 END(vfork)
|
| compat_Ovfork.S | 47 * @(#)vfork.s 4.1 (Berkeley) 12/21/80 48 * C library -- vfork 51 WARN_REFERENCES(vfork, \ 52 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") 55 * pid = vfork(); 62 * with a ret off this stack... we do the ret before we vfork! 65 ENTRY(vfork) function 67 SYSTRAP(vfork) 97 END(vfork)
|
| /src/lib/libc/compat/arch/sh3/sys/ |
| compat_Ovfork.S | 44 WARN_REFERENCES(vfork, \ 45 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") 48 * pid = vfork(); 54 ENTRY(vfork) function 66 SET_ENTRY_SIZE(vfork)
|
| compat_Ovfork.S | 44 WARN_REFERENCES(vfork, \ 45 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") 48 * pid = vfork(); 54 ENTRY(vfork) function 66 SET_ENTRY_SIZE(vfork)
|
| /src/lib/libc/compat/arch/x86_64/sys/ |
| compat_Ovfork.S | 44 WARN_REFERENCES(vfork, \ 45 "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") 48 * pid = vfork(); 54 ENTRY(vfork) function 56 SYSTRAP(vfork) 69 END(vfork)
|