Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dstrerror_r.cpp56 const char* error_name = __strerror_lookup(error_number); in strerror_r() local
57 if (error_name != NULL) { in strerror_r()
58 length = strlcpy(buf, error_name, buf_len); in strerror_r()