Searched refs:__get_current_messages_locale (Results 1 – 3 of 3) sorted by relevance
149 ret = (char*) __get_current_messages_locale(loc)->yesexpr; in nl_langinfo_l()152 ret = (char*) __get_current_messages_locale(loc)->noexpr; in nl_langinfo_l()160 ret = (char*) __get_current_messages_locale(loc)->yesstr; in nl_langinfo_l()163 ret = (char*) __get_current_messages_locale(loc)->nostr; in nl_langinfo_l()
46 struct lc_messages_T *__get_current_messages_locale(locale_t);
114 __get_current_messages_locale(locale_t loc) in __get_current_messages_locale() function