Home
last modified time | relevance | path

Searched refs:strerror_r (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/lib/libc/minimal/
DKconfig57 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/
Dstrerror.c38 int strerror_r(int errnum, char *strerrbuf, size_t buflen) in strerror_r() function
/Zephyr-latest/lib/posix/options/
DKconfig.c_lang_r15 strerror_r(), and strtok_r()
DKconfig.pthread165 putc_unlocked(), putchar_unlocked(), rand_r(), readdir_r(), strerror_r(), and strtok_r().
/Zephyr-latest/lib/libc/minimal/include/
Dstring.h21 extern int strerror_r(int errnum, char *strerrbuf, size_t buflen);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1023 strerror_r(), yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1357 * Added ``strerror()`` and ``strerror_r()`` functions to the minimal libc.
1701 - :github:`46846` - lib: libc: newlib: strerror_r non-functional
Drelease-notes-3.3.rst2623 - :github:`46846` - lib: libc: newlib: strerror_r non-functional