Home
last modified time | relevance | path

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

/stdio-common/
A Dvfprintf-internal.c761 grouping, thousands_sep); \
804 grouping, thousands_sep); \
1166 THOUSANDS_SEP_T thousands_sep,
1182 THOUSANDS_SEP_T thousands_sep = 0; in vfprintf() local
1349 thousands_sep = _NL_CURRENT_WORD (LC_NUMERIC, in vfprintf()
1358 || thousands_sep == L'\0' in vfprintf()
1360 || *thousands_sep == '\0' in vfprintf()
1653 thousands_sep = _NL_CURRENT_WORD (LC_NUMERIC, in printf_positional()
2071 int tlen = strlen (thousands_sep); in group_number()
2098 *--w = thousands_sep; in group_number()
[all …]
A Dprintf_fp.c150 wchar_t thousands_sep, int ngroups);
233 const char *thousands_sep = NULL; in __printf_fp_l() local
323 thousands_sep = _nl_lookup (loc, LC_NUMERIC, THOUSANDS_SEP); in __printf_fp_l()
325 thousands_sep = _nl_lookup in __printf_fp_l()
330 || (! wide && *thousands_sep == '\0')) in __printf_fp_l()
1202 if (thousands_sep == NULL) in __printf_fp_l()
1205 thousands_sep_len = strlen (thousands_sep); in __printf_fp_l()
1231 cp = (char *) __mempcpy (cp, thousands_sep, thousands_sep_len); in __printf_fp_l()
1329 const char *grouping, wchar_t thousands_sep, int ngroups) in group_number() argument
1347 *p-- = thousands_sep; in group_number()

Completed in 8 milliseconds