Searched refs:_strerror_r (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | local.h | 8 char * _strerror_r (int, int, int *);
|
D | string_private.h | 42 char *_strerror_r(int errnum, int internal, int *errptr);
|
D | strerrorlen_s.c | 42 return strnlen_s(_strerror_r(errnum, 0, NULL), MAX_ERROR_MSG); in strerrorlen_s()
|
D | strerror_r.c | 74 char *error = _strerror_r (errnum, 1, NULL); in strerror_r()
|
D | strerror.c | 409 _strerror_r ( in _strerror_r() function 917 return _strerror_r (errnum, 0, NULL); in strerror() 925 return _strerror_r (errnum, 0, NULL); in strerror_l()
|
D | xpg_strerror_r.c | 23 error = _strerror_r (errnum, 1, &result); in __xpg_strerror_r()
|
D | strerror_s.c | 58 const char *cp = _strerror_r(errnum, 0, NULL); in strerror_s()
|
/picolibc-latest/newlib/libc/stdio/ |
D | perror.c | 95 if ((error = _strerror_r (_REENT_ERRNO(ptr), 1, &dummy)) != NULL) in perror()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1696 (_strerror_r): Handle ENETRESET, EILSEQ, ENODATA, ECONNRESET, 4184 * libc/string/strerror.c (_strerror_r): Report "Success" for 0. 4189 (_strerror_r): ...new reentrant function. 4191 * libc/include/string.h (_strerror_r): New prototype.
|