Searched refs:swrap_dup2 (Results 1 – 2 of 2) sorted by relevance
55 int swrap_dup2(int, int);142 #define dup2(oldd, newd) swrap_dup2(oldd, newd)
1888 _PUBLIC_ int swrap_dup2(int oldd, int newd) in swrap_dup2() function