HomeSort by relevance Sort by last modified time
    Searched refs:__strerror_lookup (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
strerror.cpp 32 extern "C" const char* __strerror_lookup(int);
38 char* result = const_cast<char*>(__strerror_lookup(error_number));
strerror_r.cpp 32 extern "C" __LIBC_HIDDEN__ const char* __strerror_lookup(int error_number) { function
50 const char* error_name = __strerror_lookup(error_number);

Completed in 1253 milliseconds