Searched refs:fillch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dovprintf.c47 _strout(string, count, adjust, file, fillch)
54 if (*string=='-' && fillch=='0') {
58 putchar(fillch);
64 putchar(fillch);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c186 int width, prec, fillch; local
223 fillch = ' ';
225 fillch = '0';
353 if (fillch == '0' && prec >= 0) {
413 if (fillch == ' ')
462 *buf++ = fillch;

Completed in 68 milliseconds