Searched refs:fillch (Results 1 – 2 of 2) sorted by relevance
169 int width, prec, fillch; local199 fillch = ' ';201 fillch = '0';321 if (fillch == '0' && prec >= 0) {376 if (fillch == ' ')419 *buf++ = fillch;
240 int width, prec, fillch; in vsnprintf() local266 fillch = ' '; in vsnprintf()268 fillch = '0'; in vsnprintf()373 *buf++ = fillch; in vsnprintf()