Searched refs:in_cache (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_match.c | 121 in_cache(char *domain, char *map, char *key, int keylen, char **val, in in_cache() function 202 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen); in __yp_match_cflookup() 253 in_cache(domain, map, key, keylen, &my_val, &my_vallen)) { in __yp_match_cflookup() 386 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen); in __yp_match_rsvdport_cflookup() 448 in_cache(domain, map, key, keylen, &my_val, &my_vallen)) { in __yp_match_rsvdport_cflookup()
|