Home
last modified time | relevance | path

Searched refs:NS_NIS_CB (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/
H A Dnsswitch.h141 # 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 Dgetnetnamadr.c349 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 Dgethostnamadr.c539 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 Dgetaddrinfo.c1927 NS_NIS_CB(_yp_getaddrinfo, NULL) in explore_fqdn()
/freebsd/lib/libc/gen/
H A Dgetusershell.c236 NS_NIS_CB(_nis_initshells, NULL) in initshells()