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

/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;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1577 int width, prec, fillch; local
1604 fillch = ' ';
1606 fillch = '0';
1672 if (fillch == '0' && prec > 0) {
1751 *buf++ = fillch;

Completed in 49 milliseconds