Searched refs:terrno (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c154 int terrno = ETIMEDOUT; local
196 terrno = errno;
206 terrno = errno;
227 terrno = errno;
247 terrno = errno;
263 if (terrno == ECONNRESET &&
289 terrno = errno;
330 terrno = errno;
511 errno = terrno;
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c311 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
331 terrno = ETIMEDOUT;
472 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno,
481 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno,
551 errno = terrno;
608 int *terrno, int ns)
662 *terrno = errno;
703 *terrno = errno;
720 *terrno = errno;
737 *terrno
606 send_vc(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns) argument
827 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...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
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 )) {
H A Dresult.c501 int terrno, lderr, foundit = 0; local
528 terrno = LDAP_GET_ERRNO( ld );
529 if ( terrno == EWOULDBLOCK || terrno == EAGAIN ) {
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c3016 int terrno; local
3025 terrno = errno; (void) fclose(ofile); errno = terrno; \

Completed in 67 milliseconds