Home
last modified time | relevance | path

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

/stdio-common/
A D_i18n_number.h31 # define thousands NULL in _i18n_number_rewrite() macro
34 char thousands[MB_LEN_MAX + 1]; in _i18n_number_rewrite()
58 n = __wcrtomb (thousands, wthousands, &state); in _i18n_number_rewrite()
60 memcpy (thousands, ",", 2); in _i18n_number_rewrite()
62 thousands[n] = '\0'; in _i18n_number_rewrite()
97 const char *outpunct = *s == '.' ? decimal : thousands; in _i18n_number_rewrite()
A Dvfscanf-internal.c309 wint_t thousands; in __vfwscanf_internal() local
311 const char *thousands; in __vfwscanf_internal() local
366 if (*thousands == '\0') in __vfwscanf_internal()
367 thousands = NULL; in __vfwscanf_internal()
512 if (thousands != L'\0') in __vfwscanf_internal()
514 if (thousands != NULL) in __vfwscanf_internal()
1673 if (c != thousands) in __vfwscanf_internal()
1702 if (cmpp > thousands) in __vfwscanf_internal()
1746 if (c != thousands) in __vfwscanf_internal()
1775 if (cmpp > thousands) in __vfwscanf_internal()
[all …]

Completed in 7 milliseconds