Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dstrerror.cpp70 int strerror_r(int error_number, char* buf, size_t buf_len) { in strerror_r() function
89 strerror_r(error_number, buf, buf_len); in __gnu_strerror_r()
102 strerror_r(error_number, result, sizeof(tls.strerror_buf)); in strerror()
/bionic/tests/
Dstring_posix_strerror_r_wrapper.cpp28 return strerror_r(errnum, buf, buflen); in posix_strerror_r()
Dasync_safe_test.cpp268 strerror_r(errno, strerror_buf, sizeof(strerror_buf)); in TEST()
Dstring_test.cpp106 ASSERT_STREQ("Success", strerror_r(0, buf, sizeof(buf))); in TEST()
110 ASSERT_STREQ("Operation not permitted", strerror_r(1, buf, sizeof(buf))); in TEST()
116 ASSERT_STREQ("Unknown error -1", strerror_r(-1, buf, sizeof(buf))); in TEST()
118 ASSERT_STREQ("Unknown error 1234", strerror_r(1234, buf, sizeof(buf))); in TEST()
124 ASSERT_EQ(buf, strerror_r(4567, buf, 2)); in TEST()
/bionic/tests/headers/posix/
Dstring_h.c56 FUNCTION(strerror_r, int (*f)(int, char*, size_t)); in string_h()
/bionic/libc/include/
Dstring.h114 char* _Nonnull strerror_r(int __errno_value, char* _Nullable __buf, size_t __n) __RENAME(__gnu_stre…
116 int strerror_r(int __errno_value, char* _Nonnull __buf, size_t __n);
/bionic/libc/async_safe/
Dasync_safe_log.cpp373 strerror_r(errno, buffer, sizeof(buffer)); in out_vformat()
/bionic/libc/stdio/
Dvfprintf.cpp479 cp = strerror_r(caller_errno, buf, sizeof(buf)); in FUNCTION_NAME()
Dvfwprintf.cpp470 print_utf8(strerror_r(caller_errno, reinterpret_cast<char*>(buf), sizeof(buf)), prec); in FUNCTION_NAME()
/bionic/libc/tools/
Dposix-2013.txt1002 strerror_r
/bionic/docs/
Dstatus.md221 * <string.h> `basename`, `strerror_l`, `strerror_r`, `mempcpy`.
/bionic/libc/
Dlibc.map.txt1010 strerror_r;
/bionic/tools/versioner/platforms/
Dlibc.map.txt1010 strerror_r;