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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12783 int dpywidth; local
12818 dpywidth = 66 - strlen(label);
12819 dpywidth = 8 * (dpywidth / 8);
12821 dpywidth -= 8;
12823 i = ((percent * dpywidth) + 50) / 100;
12826 spaces + (sizeof(spaces) - (dpywidth - i + 1)));

Completed in 102 milliseconds