Searched refs:NS_NIS_CB (Results 1 – 5 of 5) sorted by relevance
/freebsd/include/ |
H A D | nsswitch.h | 141 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, C }, macro 143 # define NS_NIS_CB(F,C) macro
|
/freebsd/lib/libc/net/ |
H A D | getnetnamadr.c | 349 NS_NIS_CB(_nis_getnetbyname, NULL) /* force -DHESIOD */ in getnetbyname_r() 381 NS_NIS_CB(_nis_getnetbyaddr, NULL) /* force -DHESIOD */ in getnetbyaddr_r()
|
H A D | gethostnamadr.c | 539 NS_NIS_CB(_nis_gethostbyname, NULL) /* force -DHESIOD */ in gethostbyname_internal() 601 NS_NIS_CB(_nis_gethostbyaddr, NULL) /* force -DHESIOD */ in gethostbyaddr_r()
|
H A D | getaddrinfo.c | 1927 NS_NIS_CB(_yp_getaddrinfo, NULL) in explore_fqdn()
|
/freebsd/lib/libc/gen/ |
H A D | getusershell.c | 236 NS_NIS_CB(_nis_initshells, NULL) in initshells()
|