Home
last modified time | relevance | path

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

/netbsd-src/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()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_compat.c271 int dup2_pass_on_exec(int oldd, int newd) in dup2_pass_on_exec()
/netbsd-src/lib/librumphijack/
H A Dhijack.c1131 dodup(int oldd,int minfd) dodup() argument
1842 dup2(int oldd,int newd) global() argument
1883 dup(int oldd) global() argument
[all...]
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clport.c137 struct nfsv4node *newd, *oldd; in nfscl_nget() local