Searched refs:strerror_r (Results 1 – 5 of 5) sorted by relevance
/lib/libc/minimal/source/string/ |
A D | strerror.c | 38 int strerror_r(int errnum, char *strerrbuf, size_t buflen) in strerror_r() function
|
/lib/libc/minimal/ |
A D | Kconfig | 54 bool "String error table for strerror() and strerror_r()" 56 Select this option to ensure that strerror(), strerror_r() 60 disabled by default. In this case, strerror() and strerror_r()
|
/lib/posix/options/ |
A D | Kconfig.c_lang_r | 15 strerror_r(), and strtok_r()
|
A D | Kconfig.pthread | 168 putc_unlocked(), putchar_unlocked(), rand_r(), readdir_r(), strerror_r(), and strtok_r().
|
/lib/libc/minimal/include/ |
A D | string.h | 21 extern int strerror_r(int errnum, char *strerrbuf, size_t buflen);
|
Completed in 19 milliseconds