HomeSort by: relevance | last modified time | path
    Searched defs:dup2 (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/imake/dist/
imakemdep.h 212 * Step 2: dup2
213 * If your OS doesn't have a dup2() system call to duplicate one file
218 # define dup2(fd1,fd2) ((fd1 == fd2) ? fd1 : (close(fd2), \ macro
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xw32defs.h 20 # define dup2 _dup2 macro
  /xsrc/external/mit/xterm/dist/
ptyx.h 164 #define dup2(fd1,fd2) ((fd1 == fd2) ? fd1 : \ macro

Completed in 8 milliseconds