/openbsd/lib/libc/sys/ |
H A D | w_fork.c | 39 WRAP(fork)(void) in WRAP() argument
|
/openbsd/gnu/usr.bin/cvs/vms/ |
H A D | vms.h | 9 #define fork(x) vfork(x) macro
|
/openbsd/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfilingUtil.h | 40 static pid_t fork() { return -1; } in fork() function
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/ |
H A D | AsyncSubtest.pm | 421 sub fork { subroutine
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/ |
H A D | PosixApi.h | 96 inline pid_t fork(void) { LLVM_BUILTIN_UNREACHABLE; } in fork() function
|
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | file.c | 38 void f_selectfork(hfsfile *file, int fork) in f_selectfork()
|
H A D | record.c | 412 void r_makeextkey(ExtKeyRec *key, int fork, long fnum, unsigned int fabn) in r_makeextkey()
|
H A D | hfs.c | 1236 int hfs_setfork(hfsfile *file, int fork) in hfs_setfork()
|
H A D | internal.h | 245 int fork; /* current selected fork for I/O */ member
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/ |
H A D | Debug.h | 146 } fork; member
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 263 fork = (1u << 1), enumerator
|
/openbsd/gnu/usr.bin/perl/amigaos4/ |
H A D | amigaos.c | 196 int fork(void) in fork() function
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 206 DECLARE__REAL_AND_INTERNAL(int, fork, void) { in DECLARE__REAL_AND_INTERNAL() argument
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vmsish.h | 204 #define fork my_vfork macro
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2ish.h | 776 #define fork fork_with_resources macro
|
H A D | os2.c | 1686 fork(void) in fork() function
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1234 INTERCEPTOR(int, fork, void) { in INTERCEPTOR() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 2289 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument
|