Home
last modified time | relevance | path

Searched defs:dup2 (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython3/Python/
Ddup2.c20 dup2(int fd1, int fd2) in dup2() function
/external/python/cpython2/Python/
Ddup2.c20 dup2(int fd1, int fd2) in dup2() function
/external/fmtlib/src/
Dos.cc254 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/
Dcatch_output_redirect.cpp21 #define dup2 _dup2 macro
/external/python/cpython2/Lib/
Dposixfile.py107 def dup2(self, fd): member in _posixfile_
/external/strace/
Ddesc.c63 SYS_FUNC(dup2) in SYS_FUNC() argument
/external/proguard/src/proguard/evaluation/
DTracedStack.java252 public void dup2() in dup2() method in TracedStack
DStack.java424 public void dup2() in dup2() method in Stack
/external/protobuf/src/google/protobuf/io/
Dio_win32.cc343 int dup2(int fd1, int fd2) { return ::_dup2(fd1, fd2); } in dup2() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_solaris.cpp141 DECLARE__REAL_AND_INTERNAL(uptr, dup2, int oldfd, int newfd) { in DECLARE__REAL_AND_INTERNAL() argument
/external/fmtlib/test/
Dposix-mock-test.cc129 int test::dup2(int fildes, int fildes2) { in dup2() function in test
/external/python/cpython3/Objects/
Dsetobject.c2365 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x=NULL; in test_c_api() local
/external/python/cpython2/Objects/
Dsetobject.c2404 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x; in test_c_api() local
/external/rust/crates/nix/src/
Dunistd.rs375 pub fn dup2(oldfd: RawFd, newfd: RawFd) -> Result<RawFd> { in dup2() function
/external/rust/crates/libc/src/windows/
Dmod.rs398 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() function
/external/rust/crates/libc/src/unix/
Dmod.rs835 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1451 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1611 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/vxworks/
Dmod.rs1607 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3569 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2() function
/external/catch2/single_include/catch2/
Dcatch.hpp11936 #define dup2 _dup2 macro
/external/libabigail/tests/lib/
Dcatch.hpp11998 #define dup2 _dup2 macro