Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/config/
H A Dhash.c265 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 Ddefs.h547 #define ht_insert2(ht, nam1, nam2, val) ht_insrep2(ht, nam1, nam2, val, 0) argument
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_commonsubs.c560 nfsaddr2_match(NFSSOCKADDR_T nam1, NFSSOCKADDR_T nam2) in nfsaddr2_match()