Home
last modified time | relevance | path

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

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