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

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Ddup2.c51 dup2 (int fd, int desired_fd) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.h142 #undef dup2 macro
144 #define dup2(oldd, newd) swrap_dup2(oldd, newd) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/compat/
H A Dwindows-config.h132 #define dup2 _dup2 macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dwindows-config.h131 #define dup2 _dup2 macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dspawn.h65 } dup2; member in union:posix_spawn_file_actions_entry::__anon9618
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dnonposix.h67 # define dup2(f1,f2) _dup2(f1,f2) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dsystem.h138 # define dup2(f, t) (close (t), fcntl (f, F_DUPFD, t)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Djob.c3094 dup2 (old, new) function
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Ddefs.h526 #define dup2(x,y) BSDdup2(x,y) macro
/netbsd-6-1-5-RELEASE/lib/librumphijack/
H A Dhijack.c1345 dup2(int oldd, int newd) function
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32.h967 } dup2; member in union:netbsd32_posix_spawn_file_actions_entry::__anon7016

Completed in 143 milliseconds