Searched refs:strerror_r (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/lib/libc/minimal/ |
D | Kconfig | 57 bool "String error table for strerror() and strerror_r()" 59 Select this option to ensure that streror(), strerror_r() 63 disabled by default. In this case, strerror() and strerror_r()
|
/Zephyr-latest/lib/libc/minimal/source/string/ |
D | strerror.c | 38 int strerror_r(int errnum, char *strerrbuf, size_t buflen) in strerror_r() function
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.c_lang_r | 15 strerror_r(), and strtok_r()
|
D | Kconfig.pthread | 165 putc_unlocked(), putchar_unlocked(), rand_r(), readdir_r(), strerror_r(), and strtok_r().
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | string.h | 21 extern int strerror_r(int errnum, char *strerrbuf, size_t buflen);
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 1023 strerror_r(), yes
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 1357 * Added ``strerror()`` and ``strerror_r()`` functions to the minimal libc. 1701 - :github:`46846` - lib: libc: newlib: strerror_r non-functional
|
D | release-notes-3.3.rst | 2623 - :github:`46846` - lib: libc: newlib: strerror_r non-functional
|