Searched refs:strerrbuf (Results 1 – 2 of 2) sorted by relevance
38 int strerror_r(int errnum, char *strerrbuf, size_t buflen) in strerror_r() argument56 strncpy(strerrbuf, msg, msg_len); in strerror_r()
21 extern int strerror_r(int errnum, char *strerrbuf, size_t buflen);