Home
last modified time | relevance | path

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

/external/elfutils/src/
Dranlib.c134 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content()
234 int newfd = mkstemp (tmpfname); in handle_file() local
Dar.c439 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content()
769 int newfd = mkstemp (tmpfname); in do_oper_extract() local
853 off_t end_off, int newfd) in write_member()
1008 int newfd = mkstemp (tmpfname); in do_oper_delete() local
1256 int newfd = open (argv[cnt], O_RDONLY); in do_oper_insert() local
1395 int newfd; in do_oper_insert() local
/external/bison/lib/
Dspawn_faction_adddup2.c37 int fd, int newfd) in posix_spawn_file_actions_adddup2()
Dfcntl.c50 dupfd (int oldfd, int newfd, int flags) in dupfd()
Dspawn_int.h38 int newfd; member
/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cc225 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write) { in FdDup()
280 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept()
Dtsan_interceptors.cc1585 int newfd = REAL(dup)(oldfd); in TSAN_INTERCEPTOR() local
1591 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
1600 TSAN_INTERCEPTOR(int, dup3, int oldfd, int newfd, int flags) { in TSAN_INTERCEPTOR() argument
2369 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument
/external/skia/experimental/Networking/
DSkSockets.cpp265 int newfd; in acceptConnections() local
/external/toybox/toys/pending/
Ddd.c149 int newfd; in xmove_fd() local
Dtcpsvd.c270 int hash, fd, newfd, j; in tcpsvd_main() local
Dcrond.c450 int newfd = prog ? 0 : 1; in do_fork() local
/external/valgrind/coregrind/
Dm_libcfile.c57 Int newfd; in VG_() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc132 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2()
Dsanitizer_linux.cc271 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2()
/external/curl/tests/server/
Dsockfilt.c1131 curl_socket_t newfd = CURL_SOCKET_BAD; /* newly accepted socket */ in juggle() local
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc168 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/sanitizer/
Dlinux_syscall_hooks.h731 #define __sanitizer_syscall_pre_dup2(oldfd, newfd) \ argument
733 #define __sanitizer_syscall_post_dup2(res, oldfd, newfd) \ argument
735 #define __sanitizer_syscall_pre_dup3(oldfd, newfd, flags) \ argument
737 #define __sanitizer_syscall_post_dup3(res, oldfd, newfd, flags) \ argument
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h731 #define __sanitizer_syscall_pre_dup2(oldfd, newfd) \ argument
733 #define __sanitizer_syscall_post_dup2(res, oldfd, newfd) \ argument
735 #define __sanitizer_syscall_pre_dup3(oldfd, newfd, flags) \ argument
737 #define __sanitizer_syscall_post_dup3(res, oldfd, newfd, flags) \ argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1426 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument