/src/sys/sys/ |
localedef.h | 69 const char *thousands_sep; member in struct:__anona3f85cde0308
|
/src/lib/libc/citrus/ |
citrus_lc_numeric.c | 81 free(__UNCONST(data->thousands_sep)); 95 { _CITRUS_LC_NUMERIC_SYM_THOUSANDS_SEP, OFFSET(thousands_sep) },
|
/src/include/ |
locale.h | 41 char *thousands_sep; member in struct:lconv
|
/src/lib/libc/stdlib/ |
strfmon.c | 102 memcpy(bufend, thousands_sep, thousands_sep_size); \ 543 const char *thousands_sep; local in function:__format_grouped_double 553 thousands_sep = lc->mon_thousands_sep; 554 if (*thousands_sep == '\0') 555 thousands_sep = lc->thousands_sep; 558 thousands_sep_size = strlen(thousands_sep);
|
/src/lib/libc/locale/ |
global_locale.c | 117 .thousands_sep = __UNCONST(""),
|
setlocale.c | 105 ldata->thousands_sep = __UNCONST(numeric->thousands_sep);
|
nl_langinfo.c | 153 [ THOUSEP ] = offsetofu16(_NumericLocale, thousands_sep),
|
/src/lib/libc/stdio/ |
vfwprintf.c | 631 char thousands_sep; /* locale specific thousands separator */ local in function:WDECL 824 thousands_sep = '\0'; 923 thousands_sep = *(localeconv_l(loc)->thousands_sep); 926 if (thousands_sep && grouping && *grouping) 929 thousands_sep = '\0'; 1375 flags & GROUPING, thousands_sep, 1382 flags & GROUPING, thousands_sep, 1472 PRINT(&thousands_sep,
|
/src/tests/lib/libc/locale/ |
t_strfmon.c | 109 ts = lc->thousands_sep;
|