Searched refs:strerror (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/test/ |
D | malloc.c | 61 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()
|
D | math_errhandling_tests.c | 1516 … 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/ |
D | perror.c | 44 fprintf(stderr, "%s\n", strerror(err)); in perror()
|
/picolibc-latest/newlib/libc/string/ |
D | strings.tex | 51 * Function strerror:: Convert error number to string (strerror, strerror_l) 155 @include string/strerror.def
|
D | strerror.c | 915 strerror (int errnum) in strerror() function
|
D | CMakeLists.txt | 72 strerror.c
|
D | meson.build | 71 'strerror.c',
|
/picolibc-latest/newlib/libc/include/ |
D | string.h | 134 char *strerror (int);
|
/picolibc-latest/newlib/libm/test/ |
D | string.c | 578 equal(strerror(errno), _sys_errlist[errno]); in test_string()
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfwprintf.c | 1104 cp = (wchar_t *) strerror ( _REENT_ERRNO(data), 1, &dummy); in VFWPRINTF()
|
D | vfprintf.c | 1135 cp = strerror ( _REENT_ERRNO(data), 1, &dummy); in VFPRINTF()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1668 * 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/ |
D | COPYING.picolibc | 3963 newlib/libc/string/strerror.c
|