Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dprogress.c57 progress->log_max = int_log10(max); in ext2fs_numeric_progress_init()
81 printf("%*llu/%*llu", progress->log_max, val, in ext2fs_numeric_progress_update()
82 progress->log_max, progress->max); in ext2fs_numeric_progress_update()
83 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces); in ext2fs_numeric_progress_update()
92 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces); in ext2fs_numeric_progress_close()
93 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces); in ext2fs_numeric_progress_close()
Dext2fsP.h94 int log_max; member