Searched refs:dup3 (Results 1 – 15 of 15) sorted by relevance
/external/bison/lib/ |
D | unistd.in.h | 375 # define dup3 rpl_dup3 377 _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags)); 378 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags)); 380 _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags)); 381 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags)); 383 _GL_CXXALIASWARN (dup3); 385 # undef dup3 387 _GL_WARN_ON_USE (dup3, "dup3 is unportable - "
|
/external/bison/linux-lib/ |
D | unistd.h | 687 # define dup3 rpl_dup3 689 _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags)); 690 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags)); 692 _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags)); 693 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags)); 695 _GL_CXXALIASWARN (dup3); 697 # undef dup3 699 _GL_WARN_ON_USE (dup3, "dup3 is unportable - "
|
/external/bison/darwin-lib/ |
D | unistd.h | 687 # define dup3 rpl_dup3 689 _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags)); 690 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags)); 692 _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags)); 693 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags)); 695 _GL_CXXALIASWARN (dup3); 697 # undef dup3 699 _GL_WARN_ON_USE (dup3, "dup3 is unportable - "
|
/external/strace/ |
D | sys_func.h | 28 extern SYS_FUNC(dup3);
|
D | desc.c | 293 SYS_FUNC(dup3) in SYS_FUNC() argument
|
D | NEWS | 350 * Implemented decoding of new Linux syscalls: accept4, dup3,
|
D | ChangeLog-CVS | 415 dup3, pipe2, inotify_init1. 417 epoll_create1, dup3, pipe2, inotify_init1.
|
/external/bison/m4/ |
D | unistd_h.m4 | 44 ]], [chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1629 TSAN_INTERCEPTOR(int, dup3, int oldfd, int newfd, int flags) { in TSAN_INTERCEPTOR() argument 1630 SCOPED_TSAN_INTERCEPTOR(dup3, oldfd, newfd, flags); in TSAN_INTERCEPTOR() 1631 int newfd2 = REAL(dup3)(oldfd, newfd, flags); in TSAN_INTERCEPTOR() 2619 TSAN_INTERCEPT(dup3); in InitializeInterceptors()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 276 return internal_syscall(SYSCALL(dup3), oldfd, newfd, 0); in internal_dup2()
|
D | sanitizer_common_syscalls.inc | 1261 PRE_SYSCALL(dup3)(long oldfd, long newfd, long flags) {} 1263 POST_SYSCALL(dup3)(long res, long oldfd, long newfd, long flags) {}
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3939 LSS_INLINE _syscall3(int, dup3, int, s, int, d, int, f) 3958 return LSS_NAME(dup3)(s, d, 0);
|
/external/valgrind/ |
D | NEWS | 536 331337 s390x WARNING: unhandled syscall: 326 (dup3) 1331 299629 dup3() syscall (358) support is missing for ARM
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1575 fun:dup3=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 863 PUBLIC cf160 0 dup3
|