Searched refs:in_cache (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libnsl/yp/ |
H A D | yp_match.c | 122 in_cache(char *domain, char *map, char *key, int keylen, char **val, in in_cache() function 203 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen); in __yp_match_cflookup() 254 in_cache(domain, map, key, keylen, &my_val, &my_vallen)) { in __yp_match_cflookup() 387 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen); in __yp_match_rsvdport_cflookup() 449 in_cache(domain, map, key, keylen, &my_val, &my_vallen)) { in __yp_match_rsvdport_cflookup()
|