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

/netbsd-current/lib/libc/string/
H A Dstrerror.c94 error = _strerror_lr(num, buf, NL_TEXTMAX, loc);
H A Dstrerror_r.c104 _strerror_lr(int num, char *buf, size_t buflen, locale_t loc) function
162 return _strerror_lr(num, buf, buflen, _current_locale());
164 return _strerror_lr(num, buf, buflen, NULL);
/netbsd-current/lib/libc/include/
H A Dextern.h46 __dso_hidden int _strerror_lr(int, char *, size_t, locale_t);

Completed in 80 milliseconds