Searched refs:oldd (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/heimdal/lib/roken/ |
| H A D | socket_wrapper.h | 137 #define dup(oldd) swrap_dup(oldd) argument 142 #define dup2(oldd, newd) swrap_dup2(oldd, newd) argument
|
| H A D | socket_wrapper.c | 1871 _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()
|
| /src/libexec/flua/modules/ |
| H A D | lposix.c | 181 int error, oldd, newd; in lua_dup2() local 185 oldd = luaL_checkinteger(L, 1); in lua_dup2() 186 if (oldd < 0) { in lua_dup2() 197 error = dup2(oldd, newd); in lua_dup2()
|
| /src/sys/fs/nfsclient/ |
| H A D | nfs_clport.c | 131 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()
|