/external/python/cpython3/Python/ |
D | dup2.c | 20 dup2(int fd1, int fd2) in dup2() function
|
/external/python/cpython2/Python/ |
D | dup2.c | 20 dup2(int fd1, int fd2) in dup2() function
|
/external/fmtlib/src/ |
D | os.cc | 254 void file::dup2(int fd) { in dup2() function in file 263 void file::dup2(int fd, error_code& ec) FMT_NOEXCEPT { in dup2() function in file
|
/external/catch2/include/internal/ |
D | catch_output_redirect.cpp | 21 #define dup2 _dup2 macro
|
/external/python/cpython2/Lib/ |
D | posixfile.py | 107 def dup2(self, fd): member in _posixfile_
|
/external/strace/ |
D | desc.c | 63 SYS_FUNC(dup2) in SYS_FUNC() argument
|
/external/proguard/src/proguard/evaluation/ |
D | TracedStack.java | 252 public void dup2() in dup2() method in TracedStack
|
D | Stack.java | 424 public void dup2() in dup2() method in Stack
|
/external/protobuf/src/google/protobuf/io/ |
D | io_win32.cc | 343 int dup2(int fd1, int fd2) { return ::_dup2(fd1, fd2); } in dup2() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_solaris.cpp | 141 DECLARE__REAL_AND_INTERNAL(uptr, dup2, int oldfd, int newfd) { in DECLARE__REAL_AND_INTERNAL() argument
|
/external/fmtlib/test/ |
D | posix-mock-test.cc | 129 int test::dup2(int fildes, int fildes2) { in dup2() function in test
|
/external/python/cpython3/Objects/ |
D | setobject.c | 2365 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x=NULL; in test_c_api() local
|
/external/python/cpython2/Objects/ |
D | setobject.c | 2404 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x; in test_c_api() local
|
/external/rust/crates/nix/src/ |
D | unistd.rs | 375 pub fn dup2(oldfd: RawFd, newfd: RawFd) -> Result<RawFd> { in dup2() function
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 398 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 835 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1451 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 1611 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1607 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3569 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() function
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 11936 #define dup2 _dup2 macro
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 11998 #define dup2 _dup2 macro
|