Home
last modified time | relevance | path

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

/titanic_44/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;
/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c308 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; in res_nsend() local
328 terrno = ETIMEDOUT; in res_nsend()
469 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend()
478 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend()
548 errno = terrno; in res_nsend()
605 int *terrno, int ns) in send_vc() argument
659 *terrno = errno; in send_vc()
677 *terrno = errno; in send_vc()
694 *terrno = errno; in send_vc()
711 *terrno = errno; in send_vc()
[all …]
/titanic_44/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_44/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()