Searched refs:log_max (Results 1 – 2 of 2) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | progress.c | 64 progress->log_max = int_log10(max); in ext2fs_numeric_progress_init() 88 printf("%*llu/%*llu", progress->log_max, (unsigned long long) val, in ext2fs_numeric_progress_update() 89 progress->log_max, (unsigned long long) progress->max); in ext2fs_numeric_progress_update() 90 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces); in ext2fs_numeric_progress_update() 99 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces); in ext2fs_numeric_progress_close() 100 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces); in ext2fs_numeric_progress_close()
|
D | ext2fsP.h | 133 int log_max; member
|