total 1424 lib/vfs/direntry.c off_t total = 0; total 1460 lib/vfs/direntry.c total += n; total 1461 lib/vfs/direntry.c vfs_s_print_stats (me->name, _ ("Getting file"), ino->ent->name, total, stat_size); total 81 lib/widget/gauge.c int total = g->max; total 84 lib/widget/gauge.c if (total <= 0 || done < 0) total 87 lib/widget/gauge.c total = 100; total 89 lib/widget/gauge.c if (done > total) total 90 lib/widget/gauge.c done = total; total 91 lib/widget/gauge.c while (total > 65535) total 93 lib/widget/gauge.c total /= 256; total 99 lib/widget/gauge.c percentage = (200 * done / total + 1) / 2; total 100 lib/widget/gauge.c columns = (2 * gauge_len * done / total + 1) / 2; total 218 src/filemanager/cmd.c panel->total = 0; total 1248 src/filemanager/cmd.c uintmax_t total = 0; total 1258 src/filemanager/cmd.c if (compute_dir_size (p, &dsm, &dir_count, &count, &total, FALSE) == FILE_CONT) total 1260 src/filemanager/cmd.c entry->st.st_size = (off_t) total; total 1301 src/filemanager/cmd.c uintmax_t total = 0; total 1305 src/filemanager/cmd.c ok = compute_dir_size (p, &dsm, &dir_count, &count, &total, FALSE) != FILE_CONT; total 1310 src/filemanager/cmd.c panel->dir.list[i].st.st_size = (off_t) total; total 796 src/filemanager/file.c ctx->total_bytes = panel->total; total 1042 src/filemanager/filegui.c file_progress_show (file_op_context_t *ctx, off_t done, off_t total, const char *stalled_msg, total 1052 src/filemanager/filegui.c if (total == 0) total 1058 src/filemanager/filegui.c gauge_set_value (ui->progress_file_gauge, 1024, (int) (1024 * done / total)); total 175 src/filemanager/filegui.h void file_progress_show (file_op_context_t *ctx, off_t done, off_t total, const char *stalled_msg, total 183 src/filemanager/info.c if (myfs_stats.avail == 0 && myfs_stats.total == 0) total 190 src/filemanager/info.c size_trunc_len (buffer2, 5, myfs_stats.total, 1, panels_options.kilobyte_si); total 192 src/filemanager/info.c myfs_stats.total == 0 total 194 src/filemanager/info.c : (int) (100 * (long double) myfs_stats.avail / myfs_stats.total)); total 1299 src/filemanager/layout.c panelswap (total); total 1509 src/filemanager/mountlist.c myfs_stats->total = ((uintmax_t) fs_use.fsu_blocks * fs_use.fsu_blocksize) >> 10; total 1537 src/filemanager/mountlist.c myfs_stats->total = ((uintmax_t) fs_use.fsu_blocks * fs_use.fsu_blocksize) >> 10; total 1548 src/filemanager/mountlist.c myfs_stats->total = 0; total 29 src/filemanager/mountlist.h uintmax_t total; // in kB total 1006 src/filemanager/panel.c g_strlcpy (b_bytes, size_trunc_sep (panel->total, panels_options.kilobyte_si), total 1078 src/filemanager/panel.c if (myfs_stats.avail != 0 || myfs_stats.total != 0) total 1085 src/filemanager/panel.c size_trunc_len (buffer2, sizeof (buffer2) - 1, myfs_stats.total, 1, total 1088 src/filemanager/panel.c myfs_stats.total == 0 total 1090 src/filemanager/panel.c : (int) (100 * (long double) myfs_stats.avail / myfs_stats.total)); total 4387 src/filemanager/panel.c panel->total = 0; total 4741 src/filemanager/panel.c panel->total = 0; total 4756 src/filemanager/panel.c panel->total = 0; total 4790 src/filemanager/panel.c panel->total += (uintmax_t) panel->dir.list[idx].st.st_size; total 4794 src/filemanager/panel.c panel->total += (uintmax_t) panel->dir.list[idx].st.st_size; total 4803 src/filemanager/panel.c panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size; total 4807 src/filemanager/panel.c panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size; total 115 src/filemanager/panel.h uintmax_t total; // Bytes in marked files total 154 src/vfs/shell/shell.c off_t total; total 973 src/vfs/shell/shell.c off_t total = 0; total 1058 src/vfs/shell/shell.c total += n; total 1060 src/vfs/shell/shell.c (uintmax_t) total, (uintmax_t) s.st_size); total 1109 src/vfs/shell/shell.c shell->total = (off_t) strtol (reply_str, NULL, 10); total 1111 src/vfs/shell/shell.c shell->total = (off_t) g_ascii_strtoll (reply_str, NULL, 10); total 1132 src/vfs/shell/shell.c n = MIN ((off_t) sizeof (buffer), (shell->total - shell->got)); total 1158 src/vfs/shell/shell.c len = MIN ((size_t) (shell->total - shell->got), len); total 1184 src/vfs/shell/shell.c if (shell->total != shell->got)