Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dvfprintf.c81 int thousep_len; /* length of thousands_sep */ member
101 gs->thousep_len = strlen(gs->thousands_sep); in grouping_init()
115 return ((gs->nseps + gs->nrepeats) * gs->thousep_len); in grouping_init()
137 if (io_print(iop, gs->thousands_sep, gs->thousep_len, locale)) in grouping_print()