Searched defs:dup2 (Results 1 – 3 of 3) sorted by relevance
99 #define dup2(fd1,fd2) ((fd1 == fd2) ? fd1 : (close(fd2), \ macro
94 dup2(p, uap, retval) in dup2() function
2374 dup2 (oldd, newd) in dup2() function