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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c695 int barlength, i; local
713 barlength = getttywidth() - 49;
714 if (barlength > 0) {
716 i = barlength * ratio / 100;
721 fprintf(stderr, "|%s%*s|", buf, barlength - i, "");

Completed in 182 milliseconds