HomeSort by relevance Sort by last modified time
    Searched full:fillch (Results 1 - 1 of 1) 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;

Completed in 10 milliseconds