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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dherror.c83 #undef h_errno macro
84 int h_errno; variable
89 * print the error indicated by the h_errno value.
/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_mtctxres.c24 * to store per-thread _res, h_errno, etc. We continue to provide the
41 #ifdef h_errno
42 #undef h_errno macro
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirs_data.c52 #undef h_errno macro
53 extern int h_errno;
234 return (&h_errno);
237 return (&h_errno);
248 h_errno = res->res_h_errno = err;
/illumos-gate/usr/src/lib/libresolv/
H A Dres_query.c61 int h_errno; variable
69 * Error number is left in h_errno.
97 h_errno = NO_RECOVERY;
106 h_errno = TRY_AGAIN;
119 h_errno = HOST_NOT_FOUND;
122 h_errno = TRY_AGAIN;
125 h_errno = NO_DATA;
131 h_errno = NO_RECOVERY;
137 h_errno = 0;
145 * is detected. Error number is left in h_errno
[all...]
H A Dres_gethost.c80 int h_errno; variable
111 h_errno = NO_RECOVERY;
125 h_errno = HOST_NOT_FOUND;
127 h_errno = TRY_AGAIN;
223 h_errno = TRY_AGAIN;
247 h_errno = HOST_NOT_FOUND;
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostent.c46 * Still just a global. If you want per-thread h_errno,
49 int h_errno; variable
71 &h_errno));
79 h_errno = 0;
81 return (getipnodebyaddr(addr, len, type, &h_errno));
86 b->result, b->buffer, b->buflen, &h_errno));
96 return (gethostent_r(b->result, b->buffer, b->buflen, &h_errno));
H A Dnetdir_inet.c1244 /* no macro-defined success code for h_errno */
1260 _herrno2nss(int h_errno) argument
1262 switch (h_errno) {
1318 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);
1340 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);
1362 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);
1382 *h_errnop = arg.h_errno
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c332 *h_errnop = arg.h_errno;
351 int h_errno; local
356 &prhent, buffer, buflen, &h_errno )) == PR_FAILURE) {
/illumos-gate/usr/src/head/
H A Dnetdb.h366 extern int h_errno;
371 /* Only #define h_errno if there is no conflict with other use */
373 #define h_errno (*__h_errno()) macro
379 * (left in extern int h_errno).
H A Dnss_dbdefs.h468 int h_errno; /* For gethost*_r() */ member in struct:nss_XbyY_args
604 uint32_t p_herrno; /* h_errno */
657 (str)->h_errno = 0, \
669 (str)->h_errno = 0, \
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c1150 *h_errnop = arg.h_errno;
1171 int h_errno; local
1190 buffer, buflen, &h_errno);
1196 buffer, buflen, &h_errno);
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c2189 static char *h_errno2str(int h_errno);
4724 h_errno2str(int h_errno) { argument
4725 switch (h_errno) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c3020 int h_errno; local
3043 hp = getipnodebyname(addr_str, AF_INET6, AI_DEFAULT | AI_ALL, &h_errno);

Completed in 139 milliseconds