Home
last modified time | relevance | path

Searched defs:oldd (Results 1 – 2 of 2) sorted by relevance

/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.h139 #define dup(oldd) swrap_dup(oldd) argument
144 #define dup2(oldd, newd) swrap_dup2(oldd, newd) argument
H A Dsocket_wrapper.c1873 _PUBLIC_ int swrap_dup(int oldd) in swrap_dup()
1890 _PUBLIC_ int swrap_dup2(int oldd, int newd) in swrap_dup2()