Searched refs:strerror_l (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | string_l.cpp | 36 char* strerror_l(int error, locale_t) { in strerror_l() function
|
/bionic/tests/headers/posix/ |
D | string_h.c | 55 FUNCTION(strerror_l, char* (*f)(int, locale_t)); in string_h()
|
/bionic/libc/include/ |
D | string.h | 95 char* strerror_l(int __errno_value, locale_t __l) __INTRODUCED_IN(23);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1001 strerror_l
|
/bionic/tests/ |
D | string_test.cpp | 67 TEST(STRING_TEST, strerror_l) { in TEST() argument 69 ASSERT_STREQ("Success", strerror_l(0, LC_GLOBAL_LOCALE)); in TEST()
|
/bionic/docs/ |
D | status.md | 164 * <string.h> `basename`, `strerror_l`, `strerror_r`, `mempcpy`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1009 strerror_l; # introduced=23
|
/bionic/libc/ |
D | libc.map.txt | 1009 strerror_l; # introduced=23
|