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

/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf_int.c94 int needgrp, const char *thousep, int thousep_len, const char *grp)
132 cp -= thousep_len;
133 memcpy(cp, thousep, thousep_len);
171 int needgrp, const char *thousep, int thousep_len, const char *grp)
199 cp -= thousep_len;
200 memcpy(cp, thousep, thousep_len);
93 __ultoa(u_long val, char *endp, int base, const char *xdigs, int needgrp, const char *thousep, int thousep_len, const char *grp) argument
170 __ujtoa(uintmax_t val, char *endp, int base, const char *xdigs, int needgrp, const char *thousep, int thousep_len, const char *grp) argument
H A Dvfprintf.c85 int thousep_len; /* length of thousands_sep */ member in struct:grouping_state
105 gs->thousep_len = strlen(gs->thousands_sep);
119 return ((gs->nseps + gs->nrepeats) * gs->thousep_len);
141 if (io_print(iop, gs->thousands_sep, gs->thousep_len, loc))

Completed in 120 milliseconds