Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dxprintf_float.c162 int nseps; /* number of group separators with ' */ in __printf_render_float() local
308 nseps = nrepeats = 0; in __printf_render_float()
315 nseps++; in __printf_render_float()
320 size += nseps + nrepeats; in __printf_render_float()
382 while (nseps>0 || nrepeats>0) { in __printf_render_float()
387 nseps--; in __printf_render_float()
H A Dvfprintf.c84 int nseps; /* number of group separators with ' */ member
103 gs->nseps = gs->nrepeats = 0; in grouping_init()
110 gs->nseps++; in grouping_init()
115 return ((gs->nseps + gs->nrepeats) * gs->thousep_len); in grouping_init()
130 while (gs->nseps > 0 || gs->nrepeats > 0) { in grouping_print()
135 gs->nseps--; in grouping_print()
H A Dvfwprintf.c82 int nseps; /* number of group separators with ' */ member
129 gs->nseps = gs->nrepeats = 0; in grouping_init()
136 gs->nseps++; in grouping_init()
141 return (gs->nseps + gs->nrepeats); in grouping_init()
156 while (gs->nseps > 0 || gs->nrepeats > 0) { in grouping_print()
161 gs->nseps--; in grouping_print()