Searched defs:get_h_errno (Results 1 - 1 of 1) sorted by relevance

/osnet-11/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,
151 if ((get_h_errno =
154 get_h_errno = __fallback_h_errno;
180 if ((get_h_errno = __h_errno) == 0 &&
181 (get_h_errno = __res_get_h_errno) == 0) {
182 get_h_errno = __fallback_h_errno;
184 if (get_h_errno == __h_errno) {

Completed in 20 milliseconds