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

1 2 3 4 5 6 7

  /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);
setrlimit.c 55 const char *errstr = sprintrc(rc); local
59 errstr);
delete_module.c 63 const char *errstr; local
72 errstr = sprintrc(rc);
76 printf("\"..., %s) = %s\n", flags[0].str, errstr);
81 errstr = sprintrc(rc);
85 printf("\", %s) = %s\n", flags[1].str, errstr);
100 errstr = sprintrc(rc);
104 printf("\", %s|%#x) = %s\n", flags[4].str, flags[4].val_suffix, errstr);
finit_module.c 67 const char *errstr; local
77 errstr = sprintrc(rc);
81 printf("\"..., %s) = %s\n", flags[0].str, errstr);
86 errstr = sprintrc(rc);
90 printf("\", %s) = %s\n", flags[1].str, errstr);
105 errstr = sprintrc(rc);
109 printf("\", %s) = %s\n", flags[4].str, errstr);
lookup_dcookie.c 45 const char *errstr; local
55 errstr = sprintrc(rc);
68 printf("%" PRIu64 ") = %s\n", (uint64_t) len, errstr);
madvise.c 35 static const char *errstr; variable
43 errstr = sprintrc(rc);
  /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);
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);
setrlimit.c 55 const char *errstr = sprintrc(rc); local
59 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);
  /toolchain/binutils/binutils-2.25/libiberty/
xstrerror.c 56 char *errstr; local
67 errstr = (*vmslib_strerror) (errnum, vaxc$errno);
69 errstr = strerror (errnum);
73 if (!errstr)
76 errstr = xstrerror_buf;
78 return errstr;
  /external/libnl/src/lib/
cls.c 58 char *errstr = NULL; local
61 if ((err = rtnl_ematch_parse_expr(arg, &errstr, &tree)) < 0)
63 errstr);
65 if (errstr)
66 free(errstr);

Completed in 221 milliseconds

1 2 3 4 5 6 7