Searched refs:get_h_errno (Results 1 - 3 of 3) 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) {
H A Ddns_common.h72 extern int *(*get_h_errno)();
H A Dgethostent.c79 *h_errnop = *get_h_errno();
89 *h_errnop = *get_h_errno();
99 *h_errnop = *get_h_errno();

Completed in 22 milliseconds