Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/test/
Dmalloc.c60 printf("malloc(0) failed: %s. got %p\n", strerror(errno), r); in main()
77 … printf("malloc(PTRDIFF_MAX) should have failed. got %p error %s\n", r, strerror(errno)); in main()
85 printf("malloc(SIZE_MAX) should have failed. got %p error %s\n", r, strerror(errno)); in main()
93 printf("calloc(1, SIZE_MAX) should have failed. got %p error %s\n", r, strerror(errno)); in main()
101 …printf("reallocarray(NULL, 1, SIZE_MAX) should have failed. got %p error %s\n", r, strerror(errno)… in main()
110 …E_MAX >> %d, SIZE_MAX >> %d) should have failed. got %p error %s\n", pow, pow, r, strerror(errno)); in main()
116 …E_MAX >> %d, SIZE_MAX >> %d) should have failed. got %p error %s\n", pow, pow, r, strerror(errno)); in main()
Dmath_errhandling_tests.c1362 … makemathname(tests)[t].name, (double) v, err, strerror(err), e_to_str(except))
1365 makemathname(tests)[t].name, err, strerror(err), e_to_str(except))
1369 makemathname(itests)[t].name, iv, err, strerror(err), e_to_str(except))
1450 makemathname(tests)[t].name, err, strerror(err), in makemathname()
1451 … makemathname(tests)[t].errno_expect, strerror(makemathname(tests)[t].errno_expect)); in makemathname()
1458 makemathname(tests)[t].name, err, strerror(err)); in makemathname()
1503 …tf("\terrno supported but %s returns %d (%s)\n", makemathname(itests)[t].name, err, strerror(err)); in makemathname()
1509 …\terrno not supported but %s returns %d (%s)\n", makemathname(itests)[t].name, err, strerror(err)); in makemathname()
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dperror.c46 fprintf(stderr, "%s\n", strerror(err)); in perror()
/picolibc-3.5.0-3.4.0/newlib/libc/string/
Dstrings.tex51 * strerror:: Convert error number to string (strerror, strerror_l)
155 @include string/strerror.def
Dstrerror.c912 strerror (int errnum) in strerror() function
DCMakeLists.txt72 strerror.c
Dmeson.build71 'strerror.c',
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstring.h72 char *strerror (int);
/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dcollate.c187 s = strerror(serrno); in __collate_err()
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dstring.c578 equal(strerror(errno), _sys_errlist[errno]); in test_string()
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dvfwprintf.c1095 cp = (wchar_t *) strerror ( _REENT_ERRNO(data), 1, &dummy); in VFWPRINTF()
Dvfprintf.c1361 cp = strerror ( _REENT_ERRNO(data), 1, &dummy);
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/
DCOPYING.picolibc3736 newlib/libc/string/strerror.c