HomeSort by relevance Sort by last modified time
    Searched defs:errstr (Results 1 - 25 of 223) sorted by null

1 2 3 4 5 6 7 8 9

  /external/strace/tests/
fadvise64.c 43 const char *errstr; local
49 errstr = sprintrc(ret);
54 errstr = sprintrc(ret);
65 errstr = sprintrc(ret);
69 printf(") = %s\n", errstr);
fadvise64_64.c 50 const char *errstr; local
63 errstr = sprintrc(ret);
67 printf(") = %s\n", errstr);
sigpending.c 41 static const char *errstr; variable
47 errstr = sprintrc(rc);
95 (uintmax_t) f8ill_ptr_to_kulong(k_set), errstr);
fallocate.c 59 const char *errstr = sprintrc(rc); local
64 (long long) bogus_offset, (long long) bogus_len, errstr);
init_module.c 54 const char *errstr; local
64 errstr = sprintrc(rc);
68 printf("\"...) = %s\n", errstr);
73 errstr = sprintrc(rc);
77 printf("\") = %s\n", errstr);
92 errstr = sprintrc(rc);
96 printf("\") = %s\n", errstr);
net-tpacket_req.c 6 static const char *errstr; variable
12 errstr = sprintrc(rc);
25 -1, errstr);
33 tpreq->tp_frame_size, tpreq->tp_frame_nr, len, errstr);
39 " %d) = %s\n", optname_str, tpreq, len, errstr);
oldselect-efault.c 41 static const char *errstr; variable
48 errstr = sprintrc(rc);
60 printf("select(NULL) = %s\n", errstr);
65 printf("select(%p) = %s\n", args, errstr);
setrlimit.c 55 const char *errstr = sprintrc(rc); local
59 errstr);
  /external/strace/tests-m32/
fadvise64.c 43 const char *errstr; local
49 errstr = sprintrc(ret);
54 errstr = sprintrc(ret);
65 errstr = sprintrc(ret);
69 printf(") = %s\n", errstr);
fadvise64_64.c 50 const char *errstr; local
63 errstr = sprintrc(ret);
67 printf(") = %s\n", errstr);
sigpending.c 41 static const char *errstr; variable
47 errstr = sprintrc(rc);
95 (uintmax_t) f8ill_ptr_to_kulong(k_set), errstr);
fallocate.c 59 const char *errstr = sprintrc(rc); local
64 (long long) bogus_offset, (long long) bogus_len, errstr);
init_module.c 54 const char *errstr; local
64 errstr = sprintrc(rc);
68 printf("\"...) = %s\n", errstr);
73 errstr = sprintrc(rc);
77 printf("\") = %s\n", errstr);
92 errstr = sprintrc(rc);
96 printf("\") = %s\n", errstr);
net-tpacket_req.c 6 static const char *errstr; variable
12 errstr = sprintrc(rc);
25 -1, errstr);
33 tpreq->tp_frame_size, tpreq->tp_frame_nr, len, errstr);
39 " %d) = %s\n", optname_str, tpreq, len, errstr);
oldselect-efault.c 41 static const char *errstr; variable
48 errstr = sprintrc(rc);
60 printf("select(NULL) = %s\n", errstr);
65 printf("select(%p) = %s\n", args, errstr);
setrlimit.c 55 const char *errstr = sprintrc(rc); local
59 errstr);
  /external/strace/tests-mx32/
fadvise64.c 43 const char *errstr; local
49 errstr = sprintrc(ret);
54 errstr = sprintrc(ret);
65 errstr = sprintrc(ret);
69 printf(") = %s\n", errstr);
fadvise64_64.c 50 const char *errstr; local
63 errstr = sprintrc(ret);
67 printf(") = %s\n", errstr);
sigpending.c 41 static const char *errstr; variable
47 errstr = sprintrc(rc);
95 (uintmax_t) f8ill_ptr_to_kulong(k_set), errstr);
fallocate.c 59 const char *errstr = sprintrc(rc); local
64 (long long) bogus_offset, (long long) bogus_len, errstr);
init_module.c 54 const char *errstr; local
64 errstr = sprintrc(rc);
68 printf("\"...) = %s\n", errstr);
73 errstr = sprintrc(rc);
77 printf("\") = %s\n", errstr);
92 errstr = sprintrc(rc);
96 printf("\") = %s\n", errstr);
net-tpacket_req.c 6 static const char *errstr; variable
12 errstr = sprintrc(rc);
25 -1, errstr);
33 tpreq->tp_frame_size, tpreq->tp_frame_nr, len, errstr);
39 " %d) = %s\n", optname_str, tpreq, len, errstr);
oldselect-efault.c 41 static const char *errstr; variable
48 errstr = sprintrc(rc);
60 printf("select(NULL) = %s\n", errstr);
65 printf("select(%p) = %s\n", args, errstr);
  /external/python/cpython2/RISCOS/Python/
dynload_riscos.c 54 char errstr[256]; local
59 PyOS_snprintf(errstr, sizeof(errstr), "dlk failure %d", err);
60 PyErr_SetString(PyExc_ImportError, errstr);
  /external/grpc-grpc/src/core/lib/surface/
event_string.cc 35 static const char* errstr(int success) { return success ? "OK" : "ERROR"; } function
39 gpr_asprintf(&tmp, " %s", errstr(success));

Completed in 2700 milliseconds

1 2 3 4 5 6 7 8 9