Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c199 static wchar_t *insert_thousands_sep(wchar_t *bp, wchar_t *ep);
202 static char *insert_thousands_sep(char *bp, char *ep);
1110 p = insert_thousands_sep(bp, p); in _wndoprnt()
1577 p = insert_thousands_sep(buf, p); in _wndoprnt()
2598 insert_thousands_sep(wchar_t *bp, wchar_t *ep) in insert_thousands_sep() function
2601 insert_thousands_sep(char *bp, char *ep) in insert_thousands_sep()