Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h137 #define dup(oldd) swrap_dup(oldd) argument
142 #define dup2(oldd, newd) swrap_dup2(oldd, newd) argument
H A Dsocket_wrapper.c1871 _PUBLIC_ int swrap_dup(int oldd) in swrap_dup()
1888 _PUBLIC_ int swrap_dup2(int oldd, int newd) in swrap_dup2()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c131 struct nfsv4node *newd, *oldd; in nfscl_nget() local