Searched refs:cvtbuf (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/print/ |
| H A D | doprnt.c | 115 #define FPCONV(func, val, prec, decpt, sign, cvtbuf) \ argument 121 wp = cvtbuf; \ 183 #define FPCONV(func, val, prec, decpt, sign, cvtbuf) \ argument 184 (void) func(val, prec, decpt, sign, cvtbuf); 481 CHAR_T cvtbuf[512 + DECIMAL_STRING_LENGTH]; in _ndoprnt() local 1214 cvtbuf); in _ndoprnt() 1224 cvtbuf); in _ndoprnt() 1226 bp = cvtbuf; in _ndoprnt() 1339 cvtbuf); in _ndoprnt() 1345 cvtbuf); in _ndoprnt() [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()
|