Searched defs:dup2 (Results 1 - 20 of 20) sorted by relevance

/external/bison/lib/
H A Ddup2.c30 # undef dup2 macro
48 /* If fd is closed, mingw hangs on dup2 (fd, fd). If fd is open,
49 dup2 (fd, fd) returns 0, but all further attempts to use fd in
50 future dup2 calls will hang. */
71 result = dup2 (fd, desired_fd);
86 # define dup2 ms_windows_dup2 macro
96 /* On Linux kernels 2.6.26-2.6.29, dup2 (fd, fd) returns -EBADF.
97 On Cygwin 1.5.x, dup2 (1, 1) returns 0.
98 On Haiku, dup2 (fd, fd) mistakenly clears FD_CLOEXEC. */
103 result = dup2 (f
138 dup2 (int fd, int desired_fd) function
[all...]
H A Dspawni.c66 # define dup2 __dup2 macro
268 if (dup2 (new_fd, action->action.open_action.fd)
270 /* The 'dup2' call failed. */
281 if (dup2 (action->action.dup2_action.fd,
284 /* The 'dup2' call failed. */
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_newlib.cc62 OP(fdio, dup2); \
104 int WRAP(dup2)(int fd, int newfd) { function
H A Dkernel_proxy.cc269 int KernelProxy::dup2(int oldfd, int newfd) { function in class:nacl_io::KernelProxy
/external/proguard/src/proguard/evaluation/
H A DTracedStack.java235 public void dup2() method in class:TracedStack
237 super.dup2();
H A DStack.java424 public void dup2() method in class:Stack
/external/bison/darwin-lib/
H A Dunistd.h88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
653 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
656 # define dup2 rpl_dup2
658 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
659 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
662 _GL_FUNCDECL_SYS (dup2, int, (int oldfd, int newfd));
664 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
666 _GL_CXXALIASWARN (dup2); variable
668 # undef dup2 macro
670 _GL_WARN_ON_USE (dup2, "dup
[all...]
/external/bison/linux-lib/
H A Dunistd.h88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
653 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
656 # define dup2 rpl_dup2
658 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
659 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
662 _GL_FUNCDECL_SYS (dup2, int, (int oldfd, int newfd));
664 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
666 _GL_CXXALIASWARN (dup2); variable
668 # undef dup2 macro
670 _GL_WARN_ON_USE (dup2, "dup
[all...]
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.cc46 #define dup2 _dup2 macro
241 dup2(fd0, 0);
244 dup2(fd1, 1);
247 dup2(fd2, 2);
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp932 // dup2() interpose function
935 dup2$__interposed__ (int fd1, int fd2)
942 // dup2 call below, so we need to see if we have fd2 in our
945 StringSP dup2_close_description_sp(new String ("pid=%i: dup2 (fd1=%i, fd2=%i) -> will close (fd=%i)", pid, fd1, fd2, fd2));
949 const int fd = ::dup2(fd1, fd2);
951 StringSP description_sp(new String ("pid=%i: dup2 (fd1=%i, fd2=%i) -> fd=%i", pid, fd1, fd2, fd));
961 return ::dup2(fd1, fd2);
1136 DYLD_INTERPOSE(dup2$__interposed__, dup2);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java214 public void dup2() { mv.visitInsn(Constants.DUP2); } method in class:CodeEmitter
/external/valgrind/main/coregrind/
H A Dm_libcfile.c387 SysRes VG_(dup2) ( Int oldfd, Int newfd ) function
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 315 milliseconds