Home
last modified time | relevance | path

Searched refs:__h_errno (Results 1 – 6 of 6) sorted by last modified time

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dherror.c101 DE_CONST(hstrerror(*__h_errno()), t); in herror()
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_mt.c77 extern int *__h_errno(void);
78 #pragma weak __h_errno
178 if ((get_h_errno = __h_errno) == 0 && in _nss_dns_init()
182 if (get_h_errno == __h_errno) { in _nss_dns_init()
/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_mtctxres.c45 extern int *__h_errno(void);
49 return (__h_errno()); in __res_get_h_errno()
/illumos-gate/usr/src/lib/libresolv2/common/
H A Dmapfile-vers211 __h_errno;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirs_data.c221 __h_errno(void) { in __h_errno() function
/illumos-gate/usr/src/head/
H A Dnetdb.h369 extern int *__h_errno(void);
373 #define h_errno (*__h_errno())