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

/osnet-11/usr/src/lib/libresolv/
H A Dres_send.c141 int terrno = ETIMEDOUT; local
183 terrno = errno;
193 terrno = errno;
214 terrno = errno;
234 terrno = errno;
250 if (terrno == ECONNRESET &&
276 terrno = errno;
317 terrno = errno;
498 errno = terrno;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c501 int terrno, lderr, foundit = 0; local
528 terrno = LDAP_GET_ERRNO( ld );
529 if ( terrno == EWOULDBLOCK || terrno == EAGAIN ) {
H A Drequest.c326 int terrno; local
339 terrno = LDAP_GET_ERRNO( ld );
342 if ( terrno != 0 && !NSLDAPI_ERRNO_IO_INPROGRESS( terrno )) {
347 else if ( !NSLDAPI_ERRNO_IO_INPROGRESS( terrno )) {
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c313 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
338 terrno = ETIMEDOUT;
538 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno,
551 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno,
633 errno = terrno;
690 int *terrno, int ns)
744 *terrno = errno;
762 *terrno = errno;
779 *terrno = errno;
796 *terrno
688 send_vc(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns) argument
886 send_dg(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns, int tries, int *v_circuit, int *gotsomewhere) argument
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c920 int terrno; local
962 terrno = errno;
965 "failed to unload key: %s"), strerror(terrno));
966 errno = terrno; /* make sure it is the zfs_ioctl errno */
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c3014 int terrno; local
3023 terrno = errno; (void) fclose(ofile); errno = terrno; \

Completed in 40 milliseconds