Searched defs:dup2 (Results 1 – 12 of 12) sorted by relevance
/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/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/libusb/tests/ |
D | testlib.c | 39 #define dup2 _dup2 macro
|
/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/python/cpython3/Objects/ |
D | setobject.c | 2413 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/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1451 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 9772 #define dup2 _dup2 macro
|