HomeSort by: relevance | last modified time | path
    Searched defs:terrno (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/resolv/
res_send.c 344 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local in function:res_nsend
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 = errno
    [all...]
res_send.c 344 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local in function:res_nsend
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 = errno
    [all...]

Completed in 27 milliseconds