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

/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_int.c90 int needgrp, char thousep, const char *grp)
128 *--cp = thousep;
166 int needgrp, char thousep, const char *grp)
194 *--cp = thousep;
89 __ultoa(u_long val, char *endp, int base, const char *xdigs, int needgrp, char thousep, const char *grp) argument
165 __ujtoa(uintmax_t val, char *endp, int base, const char *xdigs, int needgrp, char thousep, const char *grp) argument
H A Dvfwprintf.c112 wchar_t thousep; local
116 nconv = mbrtowc(&thousep, localeconv_l(locale)->thousands_sep,
119 thousep = '\0'; /* failsafe */
120 return (thousep);

Completed in 107 milliseconds