Home
last modified time | relevance | path

Searched refs:get_h_errno (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/nsswitch/dns/common/
H A Ddns_mt.c96 int *(*get_h_errno)(void) = 0; variable
145 if ((get_h_errno = (int *(*)(void))dlsym(reslib, in _nss_dns_init()
151 if ((get_h_errno = in _nss_dns_init()
154 get_h_errno = __fallback_h_errno; in _nss_dns_init()
180 if ((get_h_errno = __h_errno) == 0 && in _nss_dns_init()
181 (get_h_errno = __res_get_h_errno) == 0) { in _nss_dns_init()
182 get_h_errno = __fallback_h_errno; in _nss_dns_init()
184 if (get_h_errno == __h_errno) { in _nss_dns_init()
H A Dgethostent.c79 *h_errnop = *get_h_errno(); in _gethostbyaddr()
89 *h_errnop = *get_h_errno(); in _nss_dns_gethostbyname2()
99 *h_errnop = *get_h_errno(); in _gethostbyname()
H A Ddns_common.h72 extern int *(*get_h_errno)();