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

/macosx-10.9.5/Libc-997.90.3/gen/
H A Dsync_volume_np.c48 int terrno; local
57 terrno = errno;
59 errno = terrno;
66 int terrno; local
75 terrno = errno;
77 errno = terrno;
/macosx-10.9.5/libresolv-54/
H A Dres_send.c507 int gotsomewhere, terrno, try, v_circuit, resplen, ns; local
531 terrno = ETIMEDOUT;
717 send_status = send_vc(statp, buf, buflen, ans, anssiz, &terrno, ns, from, fromlen, notify_token);
722 send_status = send_dg(statp, buf, buflen, ans, anssiz, &terrno, ns, &v_circuit, &gotsomewhere, from, fromlen, notify_token);
802 errno = terrno;
870 send_vc(res_state statp, const u_char *buf, int buflen, u_char *ans, int *anssiz, int *terrno, int ns, struct sockaddr *from, int *fromlen, int notify_token) argument
898 *terrno = EINTR;
931 *terrno = errno;
939 *terrno = errno;
961 *terrno
1154 send_dg(res_state statp, const u_char *buf, int buflen, u_char *ans, int *anssiz, int *terrno, int ns, int *v_circuit, int *gotsomewhere, struct sockaddr *from, int *fromlen, int notify_token) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c30329 int terrno = 0; local
[all...]

Completed in 237 milliseconds