Searched defs:my_val (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_match.c | 186 char *my_val; local 203 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen); 213 (void) memcpy(*val, my_val, (size_t)savesize); 254 in_cache(domain, map, key, keylen, &my_val, &my_vallen)) { 370 char *my_val; local 387 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen); 396 (void) memcpy(*val, my_val, (size_t)savesize); 449 in_cache(domain, map, key, keylen, &my_val, &my_vallen)) {
|
Completed in 65 milliseconds