Home
last modified time | relevance | path

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

/titanic_50/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;
/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c311 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; in res_nsend() local
331 terrno = ETIMEDOUT; in res_nsend()
472 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend()
481 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend()
551 errno = terrno; in res_nsend()
608 int *terrno, int ns) in send_vc() argument
662 *terrno = errno; in send_vc()
703 *terrno = errno; in send_vc()
720 *terrno = errno; in send_vc()
737 *terrno = errno; in send_vc()
[all …]
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c326 int terrno; in nsldapi_ber_flush() local
339 terrno = LDAP_GET_ERRNO( ld ); in nsldapi_ber_flush()
342 if ( terrno != 0 && !NSLDAPI_ERRNO_IO_INPROGRESS( terrno )) { in nsldapi_ber_flush()
347 else if ( !NSLDAPI_ERRNO_IO_INPROGRESS( terrno )) { in nsldapi_ber_flush()
H A Dresult.c501 int terrno, lderr, foundit = 0; local
528 terrno = LDAP_GET_ERRNO( ld );
529 if ( terrno == EWOULDBLOCK || terrno == EAGAIN ) {
/titanic_50/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c3016 int terrno; in save_assoc() local
3025 terrno = errno; (void) fclose(ofile); errno = terrno; \ in save_assoc()