Searched defs:dup2 (Results 1 – 2 of 2) sorted by relevance
12 dup2(int oldd, int newd) in dup2() function
103 #define dup2(f,t) (close (t), fcntl (f,F_DUPFD,t)) macro