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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c558 ssize_t tofill = precision - (numend - numstr); local
560 if (tofill > 0)
561 PADN ('0', tofill);

Completed in 47 milliseconds