HomeSort by relevance Sort by last modified time
    Searched refs:terrno (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
21-1-buildonly.c 10 int terrno; variable
22 terrno = t.si_errno;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_send.c 340 int gotsomewhere, connreset, terrno, try, v_circuit, resplen, ns; local
357 terrno = ETIMEDOUT;
424 terrno = errno;
432 terrno = errno;
450 terrno = errno;
469 terrno = errno;
481 if (terrno == ECONNRESET && !connreset) {
504 terrno = EMSGSIZE;
516 terrno = errno;
576 terrno = errno;
    [all...]
  /bionic/libc/dns/resolv/
res_send.c 364 int gotsomewhere, terrno, try, v_circuit, resplen, ns, n; local
376 terrno = ETIMEDOUT;
556 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno,
587 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno,
678 errno = terrno;
756 int *terrno, int ns, time_t* at, int* rcode, int* delay)
819 *terrno = errno;
828 *terrno = errno;
835 *terrno = errno;
843 *terrno = errno
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 622 fmt.Fprintf(fgcc, "\terrno = 0;\n")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
out.go 622 fmt.Fprintf(fgcc, "\terrno = 0;\n")
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 37454 int terrno = 0; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 37454 int terrno = 0; local
    [all...]

Completed in 600 milliseconds