Searched defs:nam1 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/config/ |
H A D | hash.c | 265 ht_insrep2(struct hashtab *ht, const char *nam1, const char *nam2, void *val, int replace) in ht_insrep2() argument 327 ht_lookup2(struct hashtab *ht, const char *nam1, const char *nam2) in ht_lookup2() argument
|
H A D | defs.h | 547 #define ht_insert2(ht, nam1, nam2, val) ht_insrep2(ht, nam1, nam2, val, 0) argument
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_commonsubs.c | 560 nfsaddr2_match(NFSSOCKADDR_T nam1, NFSSOCKADDR_T nam2) in nfsaddr2_match()
|