Home
last modified time | relevance | path

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.c326 terrno = ETIMEDOUT; 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()
767 *terrno = EMSGSIZE; in send_vc()
777 *terrno = errno; in send_vc()
859 *terrno = errno; in send_dg()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c324 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 Dresult.c499 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 Dipsec_util.c3192 int terrno; in save_assoc() local
3202 terrno = errno; (void) fclose(ofile); errno = terrno; \ in save_assoc()