Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dunix.c522 int dpywidth; in e2fsck_simple_progress() local
557 dpywidth = 66 - strlen(label); in e2fsck_simple_progress()
558 dpywidth = 8 * (dpywidth / 8); in e2fsck_simple_progress()
560 dpywidth -= 8; in e2fsck_simple_progress()
562 i = ((percent * dpywidth) + 50) / 100; in e2fsck_simple_progress()
565 spaces + (sizeof(spaces) - (dpywidth - i + 1))); in e2fsck_simple_progress()