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

/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dres_send.c245 int gotsomewhere, connreset, terrno, try, v_circuit, resplen, ns, n; local
258 terrno = ISC_R_TIMEDOUT;
360 terrno = uerr2isc (errno);
369 terrno = uerr2isc (errno);
388 terrno = uerr2isc (errno);
407 terrno = uerr2isc (errno);
419 if (terrno == ISC_R_CONNREFUSED &&
443 terrno = ISC_R_NOSPACE;
457 terrno = uerr2isc (errno);
518 terrno
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_send.c298 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
318 terrno = ETIMEDOUT;
459 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno,
468 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno,
538 errno = terrno;
595 int *terrno, int ns)
649 *terrno = errno;
667 *terrno = errno;
684 *terrno = errno;
701 *terrno
593 send_vc(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns) argument
791 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...]
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_send.c331 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
349 terrno = ETIMEDOUT;
490 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno,
499 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno,
569 errno = terrno;
626 int *terrno, int ns)
682 *terrno = errno;
700 *terrno = errno;
717 *terrno = errno;
734 *terrno
624 send_vc(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns) argument
824 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...]
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c30766 int terrno = 0; local
[all...]

Completed in 499 milliseconds