total_bytes 770 src/filemanager/file.c ctx->total_bytes = 0; total_bytes 773 src/filemanager/file.c status = panel_compute_totals (panel, &dsm, &ctx->total_count, &ctx->total_bytes, total_bytes 783 src/filemanager/file.c &ctx->total_bytes, ctx->stat_func); total_bytes 788 src/filemanager/file.c ctx->total_bytes += (uintmax_t) source_stat->st_size; total_bytes 803 src/filemanager/file.c ctx->total_bytes = panel->total; total_bytes 1174 src/filemanager/file.c if (ctx->total_bytes != 0) total_bytes 1182 src/filemanager/file.c ctx->total_eta_secs = ((double) ctx->total_bytes / copied_bytes - 1) * dt; total_bytes 1121 src/filemanager/filegui.c if (ctx->total_bytes == 0) total_bytes 1126 src/filemanager/filegui.c (int) (1024 * copied_bytes / ctx->total_bytes)); total_bytes 1172 src/filemanager/filegui.c size_trunc_len (buffer3, 5, ctx->total_bytes, 0, panels_options.kilobyte_si); total_bytes 142 src/filemanager/filegui.h uintmax_t total_bytes;