Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dranlib.c138 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content()
238 int newfd = mkstemp (tmpfname); in handle_file() local
Dar.c443 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content()
773 int newfd = mkstemp (tmpfname); in do_oper_extract() local
857 off_t end_off, int newfd) in write_member()
1012 int newfd = mkstemp (tmpfname); in do_oper_delete() local
1260 int newfd = open (argv[cnt], O_RDONLY); in do_oper_insert() local
1399 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.cc207 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd) { in FdDup()
262 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept()
Dtsan_interceptors.cc1615 int newfd = REAL(dup)(oldfd); in TSAN_INTERCEPTOR() local
1621 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
1629 TSAN_INTERCEPTOR(int, dup3, int oldfd, int newfd, int flags) { in TSAN_INTERCEPTOR() argument
2343 #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/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc105 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2()
Dsanitizer_linux.cc274 uptr internal_dup2(int oldfd, int newfd) { in internal_dup2()
/external/valgrind/coregrind/
Dm_libcfile.c57 Int newfd; in VG_() local
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc162 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ 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.cc1383 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument