Home
last modified time | relevance | path

Searched refs: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() argument
1876 si = find_socket_info(oldd); in swrap_dup()
1878 return real_dup(oldd); in swrap_dup()
1888 _PUBLIC_ int swrap_dup2(int oldd, int newd) in swrap_dup2() argument
1893 if (newd == oldd) in swrap_dup2()
1896 si_oldd = find_socket_info(oldd); in swrap_dup2()
1900 return real_dup2(oldd, newd); in swrap_dup2()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c131 struct nfsv4node *newd, *oldd; in nfscl_nget() local
187 oldd = newd = NULL; in nfscl_nget()
207 oldd = np->n_v4; in nfscl_nget()
221 if (oldd != NULL) in nfscl_nget()
222 free(oldd, M_NFSV4NODE); in nfscl_nget()