Searched refs:oldd (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | socket_wrapper.h | 139 #define dup(oldd) swrap_dup(oldd) argument 144 #define dup2(oldd, newd) swrap_dup2(oldd, newd) argument
|
| H A D | socket_wrapper.c | 1873 _PUBLIC_ int swrap_dup(int oldd) in swrap_dup() argument 1878 si = find_socket_info(oldd); in swrap_dup() 1880 return real_dup(oldd); in swrap_dup() 1890 _PUBLIC_ int swrap_dup2(int oldd, int newd) in swrap_dup2() argument 1895 if (newd == oldd) in swrap_dup2() 1898 si_oldd = find_socket_info(oldd); in swrap_dup2() 1902 return real_dup2(oldd, newd); in swrap_dup2()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | sys_compat.c | 271 int dup2_pass_on_exec(int oldd, int newd) in dup2_pass_on_exec() argument 275 if ((res = dup2(oldd, newd)) >= 0) in dup2_pass_on_exec()
|
| H A D | sys_defs.h | 1317 extern int dup2_pass_on_exec(int oldd, int newd);
|
| /netbsd-src/lib/librumphijack/ |
| H A D | hijack.c | 1132 dodup(int oldd, int minfd) in dodup() 1138 DPRINTF(("dup -> %d (minfd %d)\n", oldd, minfd)); in dodup() 1139 if (fd_isrump(oldd)) { in dodup() 1141 oldd = fd_host2rump(oldd); in dodup() 1154 newd = op_fcntl(oldd, F_DUPFD, minfd); in dodup() 1860 dup2(int oldd, int newd) 1865 DPRINTF(("dup2 -> %d (o) -> %d (n)\n", oldd, newd)); 1867 if (fd_isrump(oldd)) { 1879 rv = rump_sys_dup2(oldd, new 1131 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 D | nfs_clport.c | 137 struct nfsv4node *newd, *oldd; in nfscl_nget() local 180 oldd = newd = NULL; in nfscl_nget() 200 oldd = np->n_v4; in nfscl_nget() 214 if (oldd != NULL) in nfscl_nget() 215 FREE((caddr_t)oldd, M_NFSV4NODE); in nfscl_nget()
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.spell-cc | 931 oldd
|
| /netbsd-src/share/man/tools/ |
| H A D | newsp.errs | 1475 oldd
|