Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dutils.c169 int width, prec, fillch; local
199 fillch = ' ';
201 fillch = '0';
321 if (fillch == '0' && prec >= 0) {
376 if (fillch == ' ')
419 *buf++ = fillch;
/external/qemu-pc-bios/bochs/bios/
Drombios32.c240 int width, prec, fillch; in vsnprintf() local
266 fillch = ' '; in vsnprintf()
268 fillch = '0'; in vsnprintf()
373 *buf++ = fillch; in vsnprintf()