Searched refs:terrno (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_send.c | 154 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 D | res_send.c | 306 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; in res_nsend() local 326 terrno = ETIMEDOUT; in res_nsend() 467 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend() 476 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend() 546 errno = terrno; in res_nsend() 603 int *terrno, int ns) in send_vc() argument 657 *terrno = errno; in send_vc() 698 *terrno = errno; in send_vc() 715 *terrno = errno; in send_vc() 732 *terrno = errno; in send_vc() [all …]
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | request.c | 324 int terrno; in nsldapi_ber_flush() local 337 terrno = LDAP_GET_ERRNO( ld ); in nsldapi_ber_flush() 340 if ( terrno != 0 && !NSLDAPI_ERRNO_IO_INPROGRESS( terrno )) { in nsldapi_ber_flush() 345 else if ( !NSLDAPI_ERRNO_IO_INPROGRESS( terrno )) { in nsldapi_ber_flush()
|
H A D | result.c | 499 int terrno, lderr, foundit = 0; local 526 terrno = LDAP_GET_ERRNO( ld ); 527 if ( terrno == EWOULDBLOCK || terrno == EAGAIN ) {
|
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 3192 int terrno; in save_assoc() local 3202 terrno = errno; (void) fclose(ofile); errno = terrno; \ in save_assoc()
|