Home
last modified time | relevance | path

Searched refs:strerror (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/test/
Dmalloc.c61 printf("malloc(0) failed: %s. got %p\n", strerror(errno), r); in main()
117 … printf("2*malloc(PTRDIFF_MAX) should have failed. got %p,%p error %s\n", r, q, strerror(errno)); in main()
127 printf("malloc(SIZE_MAX) should have failed. got %p error %s\n", r, strerror(errno)); in main()
135 printf("calloc(1, SIZE_MAX) should have failed. got %p error %s\n", r, strerror(errno)); in main()
143 …printf("reallocarray(NULL, 1, SIZE_MAX) should have failed. got %p error %s\n", r, strerror(errno)… in main()
152 …E_MAX >> %d, SIZE_MAX >> %d) should have failed. got %p error %s\n", pow, pow, r, strerror(errno)); in main()
159 …E_MAX >> %d, SIZE_MAX >> %d) should have failed. got %p error %s\n", pow, pow, r, strerror(errno)); in main()
Dmath_errhandling_tests.c1516 … makemathname(tests)[t].name, (double) v, err, strerror(err), e_to_str(except))
1519 makemathname(tests)[t].name, err, strerror(err), e_to_str(except))
1523 makemathname(itests)[t].name, iv, err, strerror(err), e_to_str(except))
1717 makemathname(tests)[t].name, err, strerror(err), in makemathname()
1718 … makemathname(tests)[t].errno_expect, strerror(makemathname(tests)[t].errno_expect)); in makemathname()
1725 makemathname(tests)[t].name, err, strerror(err)); in makemathname()
1770 …tf("\terrno supported but %s returns %d (%s)\n", makemathname(itests)[t].name, err, strerror(err)); in makemathname()
1776 …\terrno not supported but %s returns %d (%s)\n", makemathname(itests)[t].name, err, strerror(err)); in makemathname()
/picolibc-latest/newlib/libc/tinystdio/
Dperror.c44 fprintf(stderr, "%s\n", strerror(err)); in perror()
/picolibc-latest/newlib/libc/string/
Dstrings.tex51 * Function strerror:: Convert error number to string (strerror, strerror_l)
155 @include string/strerror.def
Dstrerror.c915 strerror (int errnum) in strerror() function
DCMakeLists.txt72 strerror.c
Dmeson.build71 'strerror.c',
/picolibc-latest/newlib/libc/include/
Dstring.h134 char *strerror (int);
/picolibc-latest/newlib/libm/test/
Dstring.c578 equal(strerror(errno), _sys_errlist[errno]); in test_string()
/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c1104 cp = (wchar_t *) strerror ( _REENT_ERRNO(data), 1, &dummy); in VFWPRINTF()
Dvfprintf.c1135 cp = strerror ( _REENT_ERRNO(data), 1, &dummy); in VFPRINTF()
/picolibc-latest/newlib/
DChangeLog-20151668 * libc/string/strerror.c: Fix documentation so makedoc doesn't
1695 * libc/string/strerror.c: Fix documentation.
4184 * libc/string/strerror.c (_strerror_r): Report "Success" for 0.
4188 * libc/string/strerror.c (strerror): Split body into...
4331 * libc/string/strerror.c (strerror): Update documentation.
6937 * libc/string/strerror.c (strerror): Decode it.
8104 * libc/string/strerror.c (strerror): Decode them, and ECANCELED.
18108 * libc/string/strerror.c: Add check if EOPNOTSUPP and ENOTSUP are same.
20282 * libc/string/strerror.c: Added some more strings.
23822 * libc/string/strerror.c (strerror): Add them.
[all …]
/picolibc-latest/
DCOPYING.picolibc3963 newlib/libc/string/strerror.c