Searched refs:strerror_buf_ (Results 1 – 1 of 1) sorted by relevance
351 char* out = strerror_r(errno_, s->strerror_buf_, sizeof(strerror_buf_)); in StrError()358 if (out != s->strerror_buf_) { in StrError()359 strncpy(s->strerror_buf_, out, sizeof(strerror_buf_)); in StrError()361 return strerror_buf_; in StrError()400 char strerror_buf_[160]; variable