Searched refs:__get_current_messages_locale (Results 1 – 3 of 3) sorted by relevance
148 ret = (char*) __get_current_messages_locale(loc)->yesexpr; in nl_langinfo_l()151 ret = (char*) __get_current_messages_locale(loc)->noexpr; in nl_langinfo_l()159 ret = (char*) __get_current_messages_locale(loc)->yesstr; in nl_langinfo_l()162 ret = (char*) __get_current_messages_locale(loc)->nostr; in nl_langinfo_l()
46 struct lc_messages_T *__get_current_messages_locale(locale_t);
113 __get_current_messages_locale(locale_t loc) in __get_current_messages_locale() function