Searched refs:strerror_r (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/bionic/ |
D | strerror.cpp | 70 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/ |
D | string_posix_strerror_r_wrapper.cpp | 28 return strerror_r(errnum, buf, buflen); in posix_strerror_r()
|
D | async_safe_test.cpp | 268 strerror_r(errno, strerror_buf, sizeof(strerror_buf)); in TEST()
|
D | string_test.cpp | 106 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/ |
D | string_h.c | 56 FUNCTION(strerror_r, int (*f)(int, char*, size_t)); in string_h()
|
/bionic/libc/include/ |
D | string.h | 114 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/ |
D | async_safe_log.cpp | 373 strerror_r(errno, buffer, sizeof(buffer)); in out_vformat()
|
/bionic/libc/stdio/ |
D | vfprintf.cpp | 479 cp = strerror_r(caller_errno, buf, sizeof(buf)); in FUNCTION_NAME()
|
D | vfwprintf.cpp | 470 print_utf8(strerror_r(caller_errno, reinterpret_cast<char*>(buf), sizeof(buf)), prec); in FUNCTION_NAME()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1002 strerror_r
|
/bionic/docs/ |
D | status.md | 221 * <string.h> `basename`, `strerror_l`, `strerror_r`, `mempcpy`.
|
/bionic/libc/ |
D | libc.map.txt | 1010 strerror_r;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1010 strerror_r;
|