total_eta_secs   1180 src/filemanager/file.c             ctx->total_eta_secs = 0;
total_eta_secs   1182 src/filemanager/file.c             ctx->total_eta_secs = ((double) ctx->total_bytes / copied_bytes - 1) * dt;
total_eta_secs   1143 src/filemanager/filegui.c             file_eta_prepare_for_show (buffer3, ctx->total_eta_secs, TRUE);
total_eta_secs    144 src/filemanager/filegui.h     double total_eta_secs;