Searched defs:dup2 (Results 1 – 13 of 13) sorted by relevance
/external/bison/lib/ |
D | dup2.c | 86 # define dup2 ms_windows_dup2 macro 138 dup2 (int fd, int desired_fd) in dup2() function
|
D | spawni.c | 66 # define dup2 __dup2 macro
|
/external/python/cpython2/Python/ |
D | dup2.c | 20 dup2(int fd1, int fd2) in dup2() function
|
/external/fmtlib/fmt/ |
D | posix.cc | 178 void fmt::File::dup2(int fd) { in dup2() function in fmt::File 187 void fmt::File::dup2(int fd, ErrorCode &ec) FMT_NOEXCEPT { in dup2() function in fmt::File
|
/external/python/cpython2/Lib/ |
D | posixfile.py | 107 def dup2(self, fd): member in _posixfile_
|
/external/libusb/tests/ |
D | testlib.c | 39 #define dup2 _dup2 macro
|
/external/strace/ |
D | desc.c | 62 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/valgrind/coregrind/ |
D | m_libcfile.c | 481 SysRes VG_(dup2) ( Int oldfd, Int newfd ) in VG_() argument
|
/external/fmtlib/test/ |
D | posix-mock-test.cc | 148 int test::dup2(int fildes, int fildes2) { in dup2() function in test
|
/external/python/cpython2/Objects/ |
D | setobject.c | 2399 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x; in test_c_api() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1451 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
|