/freebsd/lib/libc/gen/ |
H A D | dup3.c | 40 __dup3(int oldfd, int newfd, int flags) in __dup3()
|
H A D | fts-compat.c | 1168 int ret, oerrno, newfd; in fts_safe_changedir() local
|
H A D | fts.c | 1133 int ret, oerrno, newfd; in fts_safe_changedir() local
|
H A D | fts-compat11.c | 1147 int ret, oerrno, newfd; in fts_safe_changedir() local
|
/freebsd/contrib/ntp/libntp/ |
H A D | socket.c | 79 SOCKET newfd; in move_fd() local
|
/freebsd/usr.bin/bsdiff/bspatch/ |
H A D | bspatch.c | 106 int newfd, oldfd; main() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.cpp | 260 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write) { in FdDup() 339 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept()
|
H A D | tsan_interceptors_posix.cpp | 1720 int newfd = REAL(dup)(oldfd); in TSAN_INTERCEPTOR() local 1726 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument 1735 TSAN_INTERCEPTOR(int, dup3, int oldfd, int newfd, int flags) { in TSAN_INTERCEPTOR() argument 2507 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument
|
/freebsd/contrib/capsicum-test/ |
H A D | fcntl.cc | 171 int newfd = fcntl(caps[0], F_DUPFD, 0); in TEST() local
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | ctlinfo.c | 432 int chk3rd, has_uc, newfd, nogood, res; in ctl_renametf() local
|
/freebsd/stand/libsa/ |
H A D | nfs.c | 246 nfs_lookupfh(struct nfs_iodesc *d, const char *name, struct nfs_iodesc *newfd) in nfs_lookupfh() 472 struct nfs_iodesc *newfd = NULL; in nfs_open() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_netbsd.cpp | 187 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2()
|
H A D | sanitizer_solaris.cpp | 141 DECLARE__REAL_AND_INTERNAL(uptr, dup2, int oldfd, int newfd) { in DECLARE__REAL_AND_INTERNAL()
|
H A D | sanitizer_mac.cpp | 204 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2()
|
H A D | sanitizer_linux.cpp | 525 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | process.c | 311 safe_dup(const int oldfd, const int newfd) in safe_dup()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 124 # define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 79 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | preload.c | 1104 int dup2(int oldfd, int newfd) in dup2()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 119 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1674 intptr_t newfd; in linux_dup3() local
|
/freebsd/sys/kern/ |
H A D | vfs_syscalls.c | 3679 int newfd; member 3693 kern_renameat_mac(struct thread *td, int oldfd, const char *old, int newfd, in kern_renameat_mac() 3717 kern_renameat(struct thread *td, int oldfd, const char *old, int newfd, in kern_renameat()
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 730 #define __sanitizer_syscall_pre_dup2(oldfd, newfd) \ argument 732 #define __sanitizer_syscall_post_dup2(res, oldfd, newfd) \ argument 734 #define __sanitizer_syscall_pre_dup3(oldfd, newfd, flags) \ argument 736 #define __sanitizer_syscall_post_dup3(res, oldfd, newfd, flags) \ argument
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 426 int newfd; in remote_accept_callback() local
|
/freebsd/contrib/unbound/util/ |
H A D | netevent.c | 6771 comm_point_start_listening(struct comm_point* c, int newfd, int msec)
|