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

/osnet-11/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);
1116 p = insert_thousands_sep(bp, p);
1583 p = insert_thousands_sep(buf, p);
2612 insert_thousands_sep(wchar_t *bp, wchar_t *ep) function
2615 insert_thousands_sep(char *bp, char *ep)

Completed in 19 milliseconds