Home | History | Annotate | Download | only in fd_interposing

Lines Matching defs:dup

907 // dup() interpose function
910 dup$__interposed__ (int fd2)
916 const int fd = ::dup (fd2);
918 StringSP description_sp(new String ("pid=%i: dup (fd2=%i) -> fd=%i", pid, fd2, fd));
927 return ::dup (fd2);
1135 DYLD_INTERPOSE(dup$__interposed__, dup);