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

/osnet-11/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.
/osnet-11/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
/osnet-11/usr/src/lib/libresolv/
H A Dres_query.c60 int h_errno; variable
68 * Error number is left in h_errno.
96 h_errno = NO_RECOVERY;
105 h_errno = TRY_AGAIN;
118 h_errno = HOST_NOT_FOUND;
121 h_errno = TRY_AGAIN;
124 h_errno = NO_DATA;
130 h_errno = NO_RECOVERY;
136 h_errno = 0;
144 * is detected. Error number is left in h_errno
[all...]
H A Dres_gethost.c77 int h_errno; variable
108 h_errno = NO_RECOVERY;
122 h_errno = HOST_NOT_FOUND;
124 h_errno = TRY_AGAIN;
220 h_errno = TRY_AGAIN;
245 h_errno = HOST_NOT_FOUND;
/osnet-11/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;
/osnet-11/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.c1240 /* no macro-defined success code for h_errno */
1256 _herrno2nss(int h_errno) argument
1258 switch (h_errno) {
1313 *h_errnop = arg.h_errno;
1334 *h_errnop = arg.h_errno;
1355 *h_errnop = arg.h_errno;
1374 *h_errnop = arg.h_errno;
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c328 *h_errnop = arg.h_errno;
347 int h_errno; local
352 &prhent, buffer, buflen, &h_errno )) == PR_FAILURE) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c1147 *h_errnop = arg.h_errno;
1168 int h_errno; local
1187 buffer, buflen, &h_errno);
1193 buffer, buflen, &h_errno);
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c2188 static char *h_errno2str(int h_errno);
4727 h_errno2str(int h_errno) { argument
4728 switch (h_errno) {

Completed in 46 milliseconds