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

  /external/ppp/pppd/
utils.c 166 int width, prec, fillch; local
196 fillch = ' ';
198 fillch = '0';
318 if (fillch == '0' && prec >= 0) {
373 if (fillch == ' ')
416 *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 168 milliseconds