Home
last modified time | relevance | path

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); in __printf_fphex() local
560 if (tofill > 0) in __printf_fphex()
561 PADN ('0', tofill); in __printf_fphex()