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

/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c199 insert_thousands_sep(wchar_t *bp, wchar_t *ep);
202 insert_thousands_sep(char *bp, char *ep);
1109 p = insert_thousands_sep(bp, p);
1576 p = insert_thousands_sep(buf, p);
2605 insert_thousands_sep(wchar_t *bp, wchar_t *ep) function
2608 insert_thousands_sep(char *bp, char *ep)

Completed in 48 milliseconds