Searched defs:dup2 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 99 #define dup2 _dup2 macro
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | socket_wrapper.h | 142 #define dup2(oldd, newd) swrap_dup2(oldd, newd) macro
|
/freebsd/contrib/diff/src/ |
H A D | system.h | 106 # define dup2(f, t) (close (t), fcntl (f, F_DUPFD, t)) macro
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | preload.c | 88 int (*dup2)(int oldfd, int newfd); member 1104 int dup2(int oldfd, int newfd) in dup2() function
|
/freebsd/contrib/llvm-project/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
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 63 #define dup2 _dup2 macro
|
/freebsd/lib/libc/gen/ |
H A D | posix_spawn.c | 83 } dup2; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1726 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 11906 #define dup2 _dup2 macro
|