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

/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c2611 char thousep; local
2628 thousep = *locptr->thousands_sep;
2632 if (!thousep || (*grp_ptr == '\0'))
2647 *bufptr++ = (wchar_t)thousep;
2649 *bufptr++ = thousep;

Completed in 62 milliseconds