HomeSort by relevance Sort by last modified time
    Searched refs:fillch (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
utils.c 169 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/
rombios32.c 240 int width, prec, fillch; local
266 fillch = ' ';
268 fillch = '0';
373 *buf++ = fillch;
    [all...]

Completed in 2960 milliseconds