Searched refs:mon_thousands_sep (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/lib/libc/locale/
H A Dlmonetary.h42 const char *mon_thousands_sep; member in struct:lc_monetary_T
H A Dlocaleconv.c73 M_ASSIGN_STR(mon_thousands_sep);
H A Dlmonetary.c55 empty, /* mon_thousands_sep */
187 "mon_thousands_sep = %s\n"
208 _monetary_locale.mon_thousands_sep,
/freebsd-current/include/
H A Dlocale.h44 char *mon_thousands_sep; member in struct:lconv
/freebsd-current/usr.bin/locale/tests/
H A Dlocale_test.sh44 mon_thousands_sep \
111 mon_thousands_sep \
/freebsd-current/usr.bin/localedef/
H A Dmonetary.c74 mon.mon_thousands_sep = str;
188 (putl_category(mon.mon_thousands_sep, f) == EOF) ||
/freebsd-current/lib/libc/tests/stdlib/
H A Dstrfmon_test.c47 ts = lc->mon_thousands_sep;
/freebsd-current/lib/libc/stdlib/
H A Dstrfmon.c542 thousands_sep = lc->mon_thousands_sep;
/freebsd-current/usr.bin/locale/
H A Dlocale.c149 { "mon_thousands_sep", TYPE_STR, LC_MONETARY, SRC_LCONV,
679 rval = lc->mon_thousands_sep;
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5436 if (!checked_string_to_char_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get()))
5471 if (!checked_string_to_char_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get()))
5526 if (!checked_string_to_wchar_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get()))
5581 if (!checked_string_to_wchar_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get()))

Completed in 209 milliseconds