Home
last modified time | relevance | path

Searched defs:dup2 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h99 #define dup2 _dup2 macro
/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h142 #define dup2(oldd, newd) swrap_dup2(oldd, newd) macro
/freebsd/contrib/diff/src/
H A Dsystem.h106 # define dup2(f, t) (close (t), fcntl (f, F_DUPFD, t)) macro
/freebsd/contrib/ofed/librdmacm/
H A Dpreload.c88 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 Dsanitizer_solaris.cpp141 DECLARE__REAL_AND_INTERNAL(uptr, dup2, int oldfd, int newfd) { in DECLARE__REAL_AND_INTERNAL() argument
/freebsd/lib/libc/include/
H A Dnamespace.h63 #define dup2 _dup2 macro
/freebsd/lib/libc/gen/
H A Dposix_spawn.c83 } dup2; member
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1715 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp11906 #define dup2 _dup2 macro