Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/print/
H A Ddoprnt.c107 #define FPCONV(func, val, prec, decpt, sign, cvtbuf) \ argument
113 wp = cvtbuf; \
175 #define FPCONV(func, val, prec, decpt, sign, cvtbuf) \ argument
176 (void) func(val, prec, decpt, sign, cvtbuf);
496 wchar_t cvtbuf[512 + DECIMAL_STRING_LENGTH]; in _wndoprnt() local
510 char cvtbuf[512 + DECIMAL_STRING_LENGTH]; in _wndoprnt() local
1295 cvtbuf); in _wndoprnt()
1305 cvtbuf); in _wndoprnt()
1307 bp = cvtbuf; in _wndoprnt()
1420 cvtbuf); in _wndoprnt()
[all …]
/titanic_41/usr/src/cmd/backup/restore/
H A Ddirs.c409 struct direct cvtbuf; in putdir() local
421 dcvt(odp, &cvtbuf); in putdir()
422 putent(&cvtbuf); in putdir()