Searched refs:_strerror_r (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/string/ |
D | strerror_r.c | 73 char *error = _strerror_r (errnum, 1, NULL); in strerror_r()
|
D | xpg_strerror_r.c | 17 error = _strerror_r (errnum, 1, &result); in __xpg_strerror_r()
|
D | strerror.c | 405 _strerror_r ( in _strerror_r() function 914 return _strerror_r (errnum, 0, NULL); in strerror() 922 return _strerror_r (errnum, 0, NULL); in strerror_l()
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | perror.c | 95 if ((error = _strerror_r (_REENT_ERRNO(ptr), 1, &dummy)) != NULL) in perror()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | string.h | 143 char * _strerror_r (int, int, int *);
|
/picolibc-3.5.0-3.4.0/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.
|