Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dvfprintf.c412 size_t thsnd_len = 0; in VFPRINTF() local
705 thsnd_len = strlen (thousands_sep); in VFPRINTF()
707 if (thsnd_len > 0 && grouping && *grouping) in VFPRINTF()
1121 size += (nseps + nrepeats) * thsnd_len; in VFPRINTF()
1355 cp -= thsnd_len; in VFPRINTF()
1357 thsnd_len); in VFPRINTF()
1482 PRINT(thousands_sep, thsnd_len); in VFPRINTF()