Searched refs:strerror_rl (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libc/string/
H A Dstrerror.c84 strerror_rl(int errnum, char *strerrbuf, size_t buflen, locale_t locale) function
125 return (strerror_rl(errnum, strerrbuf, buflen, __get_locale()));
133 if (strerror_rl(num, ebuf, sizeof(ebuf), locale) != 0)
143 if (strerror_rl(num, ebuf, sizeof(ebuf), __get_locale()) != 0)

Completed in 47 milliseconds