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

/freebsd-current/lib/libc/locale/
H A Dlmonetary.h41 const char *mon_decimal_point; member in struct:lc_monetary_T
H A Dlocaleconv.c72 M_ASSIGN_STR(mon_decimal_point);
H A Dnl_langinfo.c177 if (strcmp(cs, __get_current_monetary_locale(loc)->mon_decimal_point) == 0)
H A Dlmonetary.c54 empty, /* mon_decimal_point */
186 "mon_decimal_point = %s\n"
207 _monetary_locale.mon_decimal_point,
/freebsd-current/include/
H A Dlocale.h43 char *mon_decimal_point; member in struct:lconv
/freebsd-current/usr.bin/locale/tests/
H A Dlocale_test.sh43 mon_decimal_point \
110 mon_decimal_point \
/freebsd-current/usr.bin/localedef/
H A Dmonetary.c71 mon.mon_decimal_point = str;
187 (putl_category(mon.mon_decimal_point, f) == EOF) ||
/freebsd-current/lib/libc/stdlib/
H A Dstrfmon.c539 decimal_point = lc->mon_decimal_point;
/freebsd-current/usr.bin/locale/
H A Dlocale.c147 { "mon_decimal_point", TYPE_STR, LC_MONETARY, SRC_LCONV,
676 rval = lc->mon_decimal_point;
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5434 if (!checked_string_to_char_convert(__decimal_point_, lc->mon_decimal_point, loc.get()))
5469 if (!checked_string_to_char_convert(__decimal_point_, lc->mon_decimal_point, loc.get()))
5524 if (!checked_string_to_wchar_convert(__decimal_point_, lc->mon_decimal_point, loc.get()))
5579 if (!checked_string_to_wchar_convert(__decimal_point_, lc->mon_decimal_point, loc.get()))

Completed in 190 milliseconds