Symbol: thousands
src/system/libroot/posix/glibc/stdio-common/_i18n_number.h
107
const char *outpunct = *s == '.' ? decimal : thousands;
src/system/libroot/posix/glibc/stdio-common/_i18n_number.h
34
char thousands[MB_LEN_MAX + 1];
src/system/libroot/posix/glibc/stdio-common/_i18n_number.h
63
n = __wcrtomb (thousands, wthousands, &state);
src/system/libroot/posix/glibc/stdio-common/_i18n_number.h
65
memcpy (thousands, ",", 2);
src/system/libroot/posix/glibc/stdio-common/_i18n_number.h
67
thousands[n] = '\0';
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1662
if (c != thousands)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1665
const char *cmpp = thousands;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1684
if (cmpp > thousands)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1686
wpsize -= cmpp - thousands;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1688
while (--cmpp > thousands)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1728
if (c != thousands)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1731
const char *cmpp = thousands;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1750
if (cmpp > thousands)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1752
wpsize -= cmpp - thousands;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1754
while (--cmpp > thousands)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2028
else if ((flags & GROUP) != 0 && ! got_dot && c == thousands)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2070
const char *cmp2p = thousands;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2074
while (cmp2p - thousands < cmpp - decimal
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2075
&& *cmp2p == decimal[cmp2p - thousands])
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2077
if (cmp2p - thousands == cmpp - decimal)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2094
for (cmpp = thousands; *cmpp != '\0'; ++cmpp)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2199
size_t thousands_len = strlen (thousands);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2201
memcpy (mbdigits[10], thousands,
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2248
ADDW (thousands);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2289
for (cmpp = thousands; *cmpp != '\0';
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
250
wint_t thousands;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
252
const char *thousands;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
338
thousands = _NL_CURRENT_WORD (LC_NUMERIC, _NL_NUMERIC_THOUSANDS_SEP_WC);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
340
thousands = _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
342
if (thousands != NULL && *thousands == '\0')
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
343
thousands = NULL;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
490
if (thousands != L'\0')
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
492
if (thousands != NULL)
src/system/libroot/posix/glibc/stdlib/grouping.h
120
if (*cp == thousands)
src/system/libroot/posix/glibc/stdlib/grouping.h
123
for (cnt = 0; thousands[cnt] != '\0'; ++cnt)
src/system/libroot/posix/glibc/stdlib/grouping.h
124
if (thousands[cnt] != cp[thousands_len - cnt - 1])
src/system/libroot/posix/glibc/stdlib/grouping.h
126
if (thousands[cnt] == '\0')
src/system/libroot/posix/glibc/stdlib/grouping.h
144
if (*cp == thousands)
src/system/libroot/posix/glibc/stdlib/grouping.h
147
for (cnt = 0; thousands[cnt] != '\0'; ++cnt)
src/system/libroot/posix/glibc/stdlib/grouping.h
148
if (thousands[cnt] != cp[thousands_len - cnt - 1])
src/system/libroot/posix/glibc/stdlib/grouping.h
150
if (thousands[cnt] == '\0')
src/system/libroot/posix/glibc/stdlib/grouping.h
35
wchar_t thousands,
src/system/libroot/posix/glibc/stdlib/grouping.h
37
const char *thousands,
src/system/libroot/posix/glibc/stdlib/grouping.h
50
thousands_len = strlen (thousands);
src/system/libroot/posix/glibc/stdlib/grouping.h
62
if (*cp == thousands)
src/system/libroot/posix/glibc/stdlib/grouping.h
65
if (cp[thousands_len - 1] == *thousands)
src/system/libroot/posix/glibc/stdlib/grouping.h
67
for (cnt = 1; thousands[cnt] != '\0'; ++cnt)
src/system/libroot/posix/glibc/stdlib/grouping.h
68
if (thousands[cnt] != cp[thousands_len - 1 - cnt])
src/system/libroot/posix/glibc/stdlib/grouping.h
70
if (thousands[cnt] == '\0')
src/system/libroot/posix/glibc/stdlib/strtod.c
1044
, decimal, decimal_len, thousands
src/system/libroot/posix/glibc/stdlib/strtod.c
1257
, decimal, decimal_len, thousands
src/system/libroot/posix/glibc/stdlib/strtod.c
307
, const char *decimal, size_t decimal_len, const char *thousands
src/system/libroot/posix/glibc/stdlib/strtod.c
354
if (thousands != NULL && *str == *thousands
src/system/libroot/posix/glibc/stdlib/strtod.c
355
&& ({ for (inner = 1; thousands[inner] != '\0'; ++inner)
src/system/libroot/posix/glibc/stdlib/strtod.c
356
if (thousands[inner] != str[inner])
src/system/libroot/posix/glibc/stdlib/strtod.c
358
thousands[inner] == '\0'; }))
src/system/libroot/posix/glibc/stdlib/strtod.c
483
wchar_t thousands = L'\0';
src/system/libroot/posix/glibc/stdlib/strtod.c
485
const char *thousands = NULL;
src/system/libroot/posix/glibc/stdlib/strtod.c
512
thousands = _NL_CURRENT_WORD (LC_NUMERIC,
src/system/libroot/posix/glibc/stdlib/strtod.c
514
if (thousands == L'\0')
src/system/libroot/posix/glibc/stdlib/strtod.c
517
thousands = _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP);
src/system/libroot/posix/glibc/stdlib/strtod.c
518
if (*thousands == '\0')
src/system/libroot/posix/glibc/stdlib/strtod.c
520
thousands = NULL;
src/system/libroot/posix/glibc/stdlib/strtod.c
657
while (c == L'0' || (thousands != L'\0' && c == thousands))
src/system/libroot/posix/glibc/stdlib/strtod.c
660
if (thousands == NULL)
src/system/libroot/posix/glibc/stdlib/strtod.c
670
for (cnt = 0; thousands[cnt] != '\0'; ++cnt)
src/system/libroot/posix/glibc/stdlib/strtod.c
671
if (c != thousands[cnt])
src/system/libroot/posix/glibc/stdlib/strtod.c
673
if (thousands[cnt] != '\0')
src/system/libroot/posix/glibc/stdlib/strtod.c
707
tp = correctly_grouped_prefix (start_of_digits, cp, thousands, grouping);
src/system/libroot/posix/glibc/stdlib/strtod.c
725
if (thousands == L'\0' || c != thousands)
src/system/libroot/posix/glibc/stdlib/strtod.c
729
if (thousands == NULL)
src/system/libroot/posix/glibc/stdlib/strtod.c
733
for (cnt = 0; thousands[cnt] != '\0'; ++cnt)
src/system/libroot/posix/glibc/stdlib/strtod.c
734
if (thousands[cnt] != cp[cnt])
src/system/libroot/posix/glibc/stdlib/strtod.c
736
if (thousands[cnt] != '\0')
src/system/libroot/posix/glibc/stdlib/strtod.c
747
tp = correctly_grouped_prefix (start_of_digits, cp, thousands, grouping);
src/system/libroot/posix/glibc/stdlib/strtol.c
251
wchar_t thousands = L'\0';
src/system/libroot/posix/glibc/stdlib/strtol.c
253
const char *thousands = NULL;
src/system/libroot/posix/glibc/stdlib/strtol.c
270
thousands = _NL_CURRENT_WORD (LC_NUMERIC,
src/system/libroot/posix/glibc/stdlib/strtol.c
273
if (thousands == L'\0')
src/system/libroot/posix/glibc/stdlib/strtol.c
277
thousands = _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP);
src/system/libroot/posix/glibc/stdlib/strtol.c
279
if (*thousands == '\0')
src/system/libroot/posix/glibc/stdlib/strtol.c
281
thousands = NULL;
src/system/libroot/posix/glibc/stdlib/strtol.c
339
thousands_len = strlen (thousands);
src/system/libroot/posix/glibc/stdlib/strtol.c
346
*s != thousands
src/system/libroot/posix/glibc/stdlib/strtol.c
349
if (thousands[cnt] != end[cnt])
src/system/libroot/posix/glibc/stdlib/strtol.c
358
&& c != thousands
src/system/libroot/posix/glibc/stdlib/strtol.c
361
if (thousands[cnt] != end[cnt])
src/system/libroot/posix/glibc/stdlib/strtol.c
369
end = correctly_grouped_prefix (s, end, thousands, grouping);
src/system/libroot/posix/glibc/stdlib/strtol.c
395
else if (grouping && c == thousands)
src/system/libroot/posix/glibc/stdlib/strtol.c
401
if (thousands[cnt] != s[cnt])
src/system/libroot/posix/glibc/stdlib/strtol.c
443
else if (grouping && c == thousands)
src/system/libroot/posix/glibc/stdlib/strtol.c
449
if (thousands[cnt] != s[cnt])