Lines Matching refs:loc

52 nl_langinfo_l(nl_item item, locale_t loc)
56 FIX_LOCALE(loc);
60 s = XLOCALE_CTYPE(loc)->runes->__encoding;
81 ret = (char *) __get_current_time_locale(loc)->c_fmt;
84 ret = (char *) __get_current_time_locale(loc)->x_fmt;
87 ret = (char *) __get_current_time_locale(loc)->X_fmt;
90 ret = (char *) __get_current_time_locale(loc)->ampm_fmt;
93 ret = (char *) __get_current_time_locale(loc)->am;
96 ret = (char *) __get_current_time_locale(loc)->pm;
100 ret = (char*) __get_current_time_locale(loc)->weekday[_REL(DAY_1)];
104 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)];
109 ret = (char*) __get_current_time_locale(loc)->month[_REL(MON_1)];
114 ret = (char*) __get_current_time_locale(loc)->mon[_REL(ABMON_1)];
120 __get_current_time_locale(loc)->alt_month[_REL(ALTMON_1)];
143 ret = (char*) __get_current_numeric_locale(loc)->decimal_point;
146 ret = (char*) __get_current_numeric_locale(loc)->thousands_sep;
149 ret = (char*) __get_current_messages_locale(loc)->yesexpr;
152 ret = (char*) __get_current_messages_locale(loc)->noexpr;
160 ret = (char*) __get_current_messages_locale(loc)->yesstr;
163 ret = (char*) __get_current_messages_locale(loc)->nostr;
170 cs = (char*) __get_current_monetary_locale(loc)->currency_symbol;
172 char pos = localeconv_l(loc)->p_cs_precedes;
174 if (pos == localeconv_l(loc)->n_cs_precedes) {
178 if (strcmp(cs, __get_current_monetary_locale(loc)->mon_decimal_point) == 0)
185 if ((loc->csym = reallocf(loc->csym, clen + 2)) != NULL) {
186 *loc->csym = psn;
187 strcpy(loc->csym + 1, cs);
188 ret = loc->csym;
195 ret = (char *) __get_current_time_locale(loc)->md_order;