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

/netbsd-current/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-current/lib/libc/resolv/
H A Dres_send.c344 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
365 terrno = ETIMEDOUT;
515 n = send_vc(statp, buf, (size_t)buflen, ans, anssiz, &terrno,
528 buf, (size_t)buflen, ans, anssiz, &terrno,
604 errno = terrno;
661 int *terrno, int ns)
722 *terrno = errno;
740 *terrno = errno;
757 *terrno = errno;
774 *terrno
659 send_vc(res_state statp, const void *buf, size_t buflen, u_char *ans, int anssiz, int *terrno, int ns) argument
864 send_dg(res_state statp, int kq, const void *buf, size_t buflen, u_char *ans, int anssiz, int *terrno, int ns, int tries, int *v_circuit, int *gotsomewhere) argument
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c45237 int terrno = 0; local
[all...]

Completed in 1083 milliseconds