Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dstrerror_r.cpp50 const char* error_name = __strerror_lookup(error_number); in strerror_r() local
51 if (error_name != NULL) { in strerror_r()
52 length = snprintf(buf, buf_len, "%s", error_name); in strerror_r()