Searched refs:__strerror_l (Results 1 – 2 of 2) sorted by relevance
37 __strerror_l (int errnum, locale_t loc) in __strerror_l() function57 weak_alias (__strerror_l, strerror_l)58 libc_hidden_def (__strerror_l)
24 return __strerror_l (errnum, __libc_tsd_get (locale_t, LOCALE)); in strerror()
Completed in 5 milliseconds