Searched refs:__yp_dobind_cflookup (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_enum.c | 48 extern int __yp_dobind_cflookup(char *, struct dom_binding **, int); 89 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_first_cflookup() 253 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_next_cflookup()
|
H A D | yp_all.c | 48 extern int __yp_dobind_cflookup(char *, struct dom_binding **, int); 85 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_all_cflookup()
|
H A D | yp_match.c | 51 extern int __yp_dobind_cflookup(char *, struct dom_binding **, int); 221 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_match_cflookup()
|
H A D | yp_bind.c | 535 __yp_dobind_cflookup( in __yp_dobind_cflookup() function 677 return (__yp_dobind_cflookup(domain, binding, 1)); in __yp_dobind()
|