Searched defs:dup2 (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | dup2.c | 17 dup2( oldfd, newfd ) in dup2() function
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | config-gas.com | 131 extern int access(), dup(), dup2(), fstat(), stat(); function
|
/openbsd/lib/libc/gen/ |
H A D | posix_spawn.c | 69 } dup2; member
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 141 DECLARE__REAL_AND_INTERNAL(uptr, dup2, int oldfd, int newfd) { in DECLARE__REAL_AND_INTERNAL() argument
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32iop.h | 256 #define dup2(fd1,fd2) win32_dup2(fd1,fd2) macro
|
/openbsd/gnu/usr.bin/perl/ |
H A D | XSUB.h | 567 # define dup2 PerlLIO_dup2 macro
|
H A D | util.c | 2852 dup2(int oldfd, int newfd) in dup2() function
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | collect2.c | 311 dup2 (oldfd, newfd) in dup2() function
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2.c | 5024 dup2(int from, int to) in dup2() function
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1731 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
|