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

/xsrc/external/mit/imake/dist/
H A Dimakemdep.h218 # define dup2(fd1,fd2) ((fd1 == fd2) ? fd1 : (close(fd2), \ macro
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXw32defs.h20 # define dup2 _dup2 macro
/xsrc/external/mit/xterm/dist/
H A Dptyx.h164 #define dup2(fd1,fd2) ((fd1 == fd2) ? fd1 : \ macro

Completed in 45 milliseconds