/external/elfutils/src/ |
D | ranlib.c | 134 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content() 234 int newfd = mkstemp (tmpfname); in handle_file() local
|
D | ar.c | 439 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/ |
D | spawn_faction_adddup2.c | 37 int fd, int newfd) in posix_spawn_file_actions_adddup2()
|
D | fcntl.c | 50 dupfd (int oldfd, int newfd, int flags) in dupfd()
|
D | spawn_int.h | 38 int newfd; member
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.cc | 225 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()
|
D | tsan_interceptors.cc | 1585 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/ |
D | SkSockets.cpp | 265 int newfd; in acceptConnections() local
|
/external/toybox/toys/pending/ |
D | dd.c | 149 int newfd; in xmove_fd() local
|
D | tcpsvd.c | 270 int hash, fd, newfd, j; in tcpsvd_main() local
|
D | crond.c | 450 int newfd = prog ? 0 : 1; in do_fork() local
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 57 Int newfd; in VG_() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mac.cc | 132 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2()
|
D | sanitizer_linux.cc | 271 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2()
|
/external/curl/tests/server/ |
D | sockfilt.c | 1131 curl_socket_t newfd = CURL_SOCKET_BAD; /* newly accepted socket */ in juggle() local
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 168 #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/ |
D | linux_syscall_hooks.h | 731 #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/ |
D | linux_syscall_hooks.h | 731 #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/ |
D | msan_interceptors.cc | 1426 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument
|