Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c179 int width, prec, fillch; local
216 fillch = ' ';
218 fillch = '0';
346 if (fillch == '0' && prec >= 0) {
406 if (fillch == ' ')
455 *buf++ = fillch;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1573 int width, prec, fillch; local
1600 fillch = ' ';
1602 fillch = '0';
1668 if (fillch == '0' && prec > 0) {
1747 *buf++ = fillch;