Home
last modified time | relevance | path

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

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