Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dxprintf_int.c90 int needgrp, char thousep, const char *grp) in __ultoa() argument
128 *--cp = thousep; in __ultoa()
166 int needgrp, char thousep, const char *grp) in __ujtoa() argument
194 *--cp = thousep; in __ujtoa()
H A Dvfwprintf.c106 wchar_t thousep; in get_thousep() local
110 nconv = mbrtowc(&thousep, localeconv_l(locale)->thousands_sep, in get_thousep()
113 thousep = '\0'; /* failsafe */ in get_thousep()
114 return (thousep); in get_thousep()