thousands 229 maint/gnulib/lib/strtol.c wchar_t thousands = L'\0'; thousands 243 maint/gnulib/lib/strtol.c thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP)); thousands 244 maint/gnulib/lib/strtol.c if (thousands == WEOF) thousands 245 maint/gnulib/lib/strtol.c thousands = L'\0'; thousands 247 maint/gnulib/lib/strtol.c if (thousands == L'\0') thousands 306 maint/gnulib/lib/strtol.c if ((wchar_t) c != thousands thousands 310 maint/gnulib/lib/strtol.c if (*s == thousands) thousands 313 maint/gnulib/lib/strtol.c end = correctly_grouped_prefix (s, end, thousands, grouping);