Searched refs:pstatic (Results 1 – 1 of 1) sorted by relevance
106 char * pstatic; in errno_to_str() local110 pstatic = strerror_r(err, buf, bufsiz); in errno_to_str()112 pstatic = strerror(err); in errno_to_str()114 if (NULL == pstatic && '\0' == buf[0]) in errno_to_str()123 else if (pstatic != buf && pstatic > (char *)bufsiz) in errno_to_str()124 strlcpy(buf, pstatic, bufsiz); in errno_to_str()