• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/lib/libc/locale/

Lines Matching refs:loc

54 nl_langinfo_l(nl_item item, locale_t loc)
58 FIX_LOCALE(loc);
62 s = XLOCALE_CTYPE(loc)->runes->__encoding;
83 ret = (char *) __get_current_time_locale(loc)->c_fmt;
86 ret = (char *) __get_current_time_locale(loc)->x_fmt;
89 ret = (char *) __get_current_time_locale(loc)->X_fmt;
92 ret = (char *) __get_current_time_locale(loc)->ampm_fmt;
95 ret = (char *) __get_current_time_locale(loc)->am;
98 ret = (char *) __get_current_time_locale(loc)->pm;
102 ret = (char*) __get_current_time_locale(loc)->weekday[_REL(DAY_1)];
106 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)];
111 ret = (char*) __get_current_time_locale(loc)->month[_REL(MON_1)];
116 ret = (char*) __get_current_time_locale(loc)->mon[_REL(ABMON_1)];
122 __get_current_time_locale(loc)->alt_month[_REL(ALTMON_1)];
145 ret = (char*) __get_current_numeric_locale(loc)->decimal_point;
148 ret = (char*) __get_current_numeric_locale(loc)->thousands_sep;
151 ret = (char*) __get_current_messages_locale(loc)->yesexpr;
154 ret = (char*) __get_current_messages_locale(loc)->noexpr;
162 ret = (char*) __get_current_messages_locale(loc)->yesstr;
165 ret = (char*) __get_current_messages_locale(loc)->nostr;
172 cs = (char*) __get_current_monetary_locale(loc)->currency_symbol;
174 char pos = localeconv_l(loc)->p_cs_precedes;
176 if (pos == localeconv_l(loc)->n_cs_precedes) {
180 if (strcmp(cs, __get_current_monetary_locale(loc)->mon_decimal_point) == 0)
187 if ((loc->csym = reallocf(loc->csym, clen + 2)) != NULL) {
188 *loc->csym = psn;
189 strcpy(loc->csym + 1, cs);
190 ret = loc->csym;
197 ret = (char *) __get_current_time_locale(loc)->md_order;