Searched refs:__strerror_l (Results 1 – 3 of 3) sorted by relevance
16 char *__strerror_l(int e, locale_t loc) in __strerror_l() function28 return __strerror_l(e, CURRENT_LOCALE); in strerror()31 weak_alias(__strerror_l, strerror_l);
16 char *__strerror_l(int e, locale_t loc) in __strerror_l() function33 return __strerror_l(e, NULL); in strerror()36 weak_alias(__strerror_l, strerror_l);
16 char *__strerror_l(int e, locale_t loc) in __strerror_l() function33 return __strerror_l(e, CURRENT_LOCALE); in strerror()36 weak_alias(__strerror_l, strerror_l);