Home
last modified time | relevance | path

Searched refs:thousands_sep (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-14-stable/lib/libc/stdio/
HDxprintf_int.c264 char thousands_sep; /* locale specific thousands separator */ in __printf_render_int() local
276 thousands_sep = *(localeconv()->thousands_sep); in __printf_render_int()
280 thousands_sep = 0; in __printf_render_int()
350 p = __ultoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping); in __printf_render_int()
352 p = __ujtoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping); in __printf_render_int()
HDxprintf_float.c174 char thousands_sep; /* locale specific thousands separator */ in __printf_render_float() local
185 thousands_sep = *(localeconv()->thousands_sep); in __printf_render_float()
389 ret += __printf_puts(io, &thousands_sep, 1); in __printf_render_float()
/freebsd-14-stable/lib/libc/stdlib/
HDstrfmon.c95 memcpy(bufend, thousands_sep, thousands_sep_size); \
532 const char *thousands_sep; in __format_grouped_double() local
542 thousands_sep = lc->mon_thousands_sep; in __format_grouped_double()
543 if (*thousands_sep == '\0') in __format_grouped_double()
544 thousands_sep = lc->thousands_sep; in __format_grouped_double()
547 thousands_sep_size = strlen(thousands_sep); in __format_grouped_double()
/freebsd-14-stable/usr.bin/localedef/
HDnumeric.c69 numeric.thousands_sep = str; in add_numeric_str()
112 (putl_category(numeric.thousands_sep, f) == EOF) || in dump_numeric()
/freebsd-14-stable/usr.bin/locale/tests/
HDlocale_test.sh67 thousands_sep \
134 thousands_sep \
HDk_flag_posix_numeric.out2 thousands_sep=""
/freebsd-14-stable/lib/libc/locale/
HDlnumeric.h40 const char *thousands_sep; member
/freebsd-14-stable/share/numericdef/
HDuk_UA.ISO8859-5.src9 # thousands_sep
HDzh_CN.GB2312.src9 # thousands_sep
HDit_CH.ISO8859-15.src9 # thousands_sep
HDtr_TR.ISO8859-9.src9 # thousands_sep
HDuk_UA.KOI8-U.src9 # thousands_sep
HDhi_IN.ISCII-DEV.src9 # thousands_sep
HDzh_CN.GBK.src9 # thousands_sep
HDen_ZA.US-ASCII.src9 # thousands_sep
HDzh_CN.eucCN.src9 # thousands_sep
HDen_US.US-ASCII.src9 # thousands_sep
HDru_RU.CP866.src9 # thousands_sep
/freebsd-14-stable/share/numericdef_unicode/
HDit_CH.UTF-8.src9 # thousands_sep
HDen_US.UTF-8.src9 # thousands_sep
HDhi_IN.UTF-8.src9 # thousands_sep
HDtr_TR.UTF-8.src9 # thousands_sep
HDfr_FR.UTF-8.src9 # thousands_sep
HDuk_UA.UTF-8.src9 # thousands_sep
HDfa_IR.UTF-8.src9 # thousands_sep

12