Searched refs:cvtbuf (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 107 #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 1296 cvtbuf); in _wndoprnt() 1306 cvtbuf); in _wndoprnt() 1308 bp = cvtbuf; in _wndoprnt() 1421 cvtbuf); in _wndoprnt() [all …]
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 395 struct direct cvtbuf; in putdir() local 407 dcvt(odp, &cvtbuf); in putdir() 408 putent(&cvtbuf); in putdir()
|