Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dunix.c386 int dpywidth; in e2fsck_simple_progress() local
421 dpywidth = 66 - strlen(label); in e2fsck_simple_progress()
422 dpywidth = 8 * (dpywidth / 8); in e2fsck_simple_progress()
424 dpywidth -= 8; in e2fsck_simple_progress()
426 i = ((percent * dpywidth) + 50) / 100; in e2fsck_simple_progress()
429 spaces + (sizeof(spaces) - (dpywidth - i + 1))); in e2fsck_simple_progress()