Searched refs:fillch (Results 1 – 3 of 3) sorted by relevance
47 _strout(string, count, adjust, file, fillch) in _strout() argument54 if (*string=='-' && fillch=='0') {58 putchar(fillch);64 putchar(fillch);
186 int width, prec, fillch; local223 fillch = ' ';225 fillch = '0';353 if (fillch == '0' && prec >= 0) {413 if (fillch == ' ')462 *buf++ = fillch;
1577 int width, prec, fillch; local1604 fillch = ' ';1606 fillch = '0';1672 if (fillch == '0' && prec > 0) {1751 *buf++ = fillch;