Home
last modified time | relevance | path

Searched defs:newfd (Results 1 – 13 of 13) sorted by relevance

/llvm-project/libc/src/spawn/linux/
H A Dposix_spawn.cpp56 dup2(int fd,int newfd) dup2() argument
/llvm-project/libc/src/spawn/
H A Dfile_actions.h63 int newfd; global() member
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp260 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 Dtsan_interceptors_posix.cpp1720 int newfd = REAL(dup)(oldfd); TSAN_INTERCEPTOR() local
1726 TSAN_INTERCEPTOR(int,dup2,int oldfd,int newfd) TSAN_INTERCEPTOR() argument
1735 TSAN_INTERCEPTOR(int,dup3,int oldfd,int newfd,int flags) TSAN_INTERCEPTOR() argument
2507 COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx,fd,newfd) global() argument
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp187 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2()
H A Dsanitizer_solaris.cpp141 DECLARE__REAL_AND_INTERNAL(uptr, dup2, int oldfd, int newfd) { in DECLARE__REAL_AND_INTERNAL()
H A Dsanitizer_mac.cpp204 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2() argument
H A Dsanitizer_linux.cpp464 internal_dup2(int oldfd,int newfd) internal_dup2() argument
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp79 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp124 # define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp119 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h730 #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
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1436 COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx,fd,newfd) global() argument