Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Ddup2.c20 dup2(int fd1, int fd2) in dup2() function
/external/python/cpython3/Python/
Ddup2.c20 dup2(int fd1, int fd2) in dup2() function
/external/python/cpython2/Lib/
Dposixfile.py107 def dup2(self, fd): member in _posixfile_
/external/libusb/tests/
Dtestlib.c39 #define dup2 _dup2 macro
/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/valgrind/coregrind/
Dm_libcfile.c481 SysRes VG_(dup2) ( Int oldfd, Int newfd ) in VG_() argument
/external/annotation-tools/asmx/src/org/objectweb/asm/commons/
DGeneratorAdapter.java647 public void dup2() { in dup2() method in GeneratorAdapter
/external/python/cpython2/Objects/
Dsetobject.c2399 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x; in test_c_api() local
/external/python/cpython3/Objects/
Dsetobject.c2403 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x=NULL; in test_c_api() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1451 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument