Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_tls.h125 char strerror_buf[NL_TEXTMAX]; member
/bionic/libc/bionic/
Dstrerror.cpp220 result = tls.strerror_buf; in strerror()
221 strerror_r(error_number, result, sizeof(tls.strerror_buf)); in strerror()