Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_mt.c94 int *(*get_h_errno)(void) = 0; variable
143 if ((get_h_errno = (int *(*)(void))dlsym(reslib, in _nss_dns_init()
149 if ((get_h_errno = in _nss_dns_init()
152 get_h_errno = __fallback_h_errno; in _nss_dns_init()
178 if ((get_h_errno = __h_errno) == 0 && in _nss_dns_init()
179 (get_h_errno = __res_get_h_errno) == 0) { in _nss_dns_init()
180 get_h_errno = __fallback_h_errno; in _nss_dns_init()
182 if (get_h_errno == __h_errno) { in _nss_dns_init()
H A Dgethostent.c77 *h_errnop = *get_h_errno(); in _gethostbyaddr()
87 *h_errnop = *get_h_errno(); in _nss_dns_gethostbyname2()
97 *h_errnop = *get_h_errno(); in _gethostbyname()
H A Ddns_common.h70 extern int *(*get_h_errno)();