ctx 58 lib/event-types.h gpointer *ctx; ctx 245 lib/widget/wtools.c wtools_parent_call (void *routine, gpointer ctx, int argc, ...) ctx 250 lib/widget/wtools.c event_data.ctx = ctx; ctx 89 src/background.c register_task_running (file_op_context_t *ctx, pid_t pid, int fd, int to_child, char *info) ctx 102 src/background.c add_select_channel (fd, background_attention, ctx); ctx 190 src/background.c file_op_context_t *ctx; ctx 223 src/background.c ctx = closure; ctx 228 src/background.c unregister_task_running (ctx->pid, fd); ctx 230 src/background.c if (waitpid (ctx->pid, &status, WNOHANG) == 0) ctx 233 src/background.c kill (ctx->pid, SIGTERM); ctx 257 src/background.c if (have_ctx != 0 && read (fd, ctx, sizeof (*ctx)) != sizeof (*ctx)) ctx 317 src/background.c result = routine.non_have_ctx0 (ctx, Background); ctx 320 src/background.c result = routine.non_have_ctx1 (ctx, Background, data[0]); ctx 323 src/background.c result = routine.non_have_ctx2 (ctx, Background, data[0], data[1]); ctx 326 src/background.c result = routine.non_have_ctx3 (ctx, Background, data[0], data[1], data[2]); ctx 330 src/background.c routine.non_have_ctx4 (ctx, Background, data[0], data[1], data[2], data[3]); ctx 339 src/background.c ret = write (to_child_fd, ctx, sizeof (*ctx)); ctx 406 src/background.c parent_call_header (void *routine, int argc, enum ReturnType type, file_op_context_t *ctx) ctx 411 src/background.c have_ctx = ctx != NULL ? 1 : 0; ctx 418 src/background.c ret = write (parent_fd, ctx, sizeof (*ctx)); ctx 430 src/background.c file_op_context_t *ctx = (file_op_context_t *) data; ctx 432 src/background.c parent_call_header (routine, argc, Return_Integer, ctx); ctx 445 src/background.c if (ctx != NULL) ctx 446 src/background.c ret = read (from_parent_fd, ctx, sizeof (*ctx)); ctx 520 src/background.c do_background (file_op_context_t *ctx, char *info) ctx 587 src/background.c ctx->pid = pid; ctx 588 src/background.c register_task_running (ctx, pid, comm[0], back_comm[1], info); ctx 596 src/background.c parent_call (void *routine, file_op_context_t *ctx, int argc, ...) ctx 602 src/background.c ret = parent_va_call (routine, (gpointer) ctx, argc, ap); ctx 637 src/background.c parent_va_call (event_data->routine, event_data->ctx, event_data->argc, event_data->ap); ctx 39 src/background.h int do_background (file_op_context_t * ctx, char *info); ctx 40 src/background.h int parent_call (void *routine, file_op_context_t * ctx, int argc, ...); ctx 12 src/diffviewer/internal.h typedef int (*DFUNC) (void *ctx, int ch, int line, off_t off, size_t sz, const char *str); ctx 849 src/diffviewer/ydiff.c printer_for (char ch, DFUNC printer, void *ctx, FBUF *f, int *line, off_t *off) ctx 859 src/diffviewer/ydiff.c printer (ctx, ch, *line, *off, sz, buf); ctx 867 src/diffviewer/ydiff.c printer (ctx, 0, 0, 0, 1, "\n"); ctx 871 src/diffviewer/ydiff.c printer (ctx, 0, 0, 0, sz, buf); ctx 893 src/diffviewer/ydiff.c dff_reparse (diff_place_t ord, const char *filename, const GArray *ops, DFUNC printer, void *ctx) ctx 935 src/diffviewer/ydiff.c while (line < n && printer_for (EQU_CH, printer, ctx, f, &line, &off)) ctx 943 src/diffviewer/ydiff.c printer (ctx, DEL_CH, 0, 0, 1, "\n"); ctx 948 src/diffviewer/ydiff.c n != 0 && printer_for (ADD_CH, printer, ctx, f, &line, &off); n--) ctx 958 src/diffviewer/ydiff.c n != 0 && printer_for (CHG_CH, printer, ctx, f, &line, &off); n--) ctx 965 src/diffviewer/ydiff.c printer (ctx, CHG_CH, 0, 0, 1, "\n"); ctx 973 src/diffviewer/ydiff.c while (printer_for (EQU_CH, printer, ctx, f, &line, &off)) ctx 1631 src/diffviewer/ydiff.c printer (void *ctx, int ch, int line, off_t off, size_t sz, const char *str) ctx 1633 src/diffviewer/ydiff.c GArray *a = ((PRINTER_CTX *) ctx)->a; ctx 1634 src/diffviewer/ydiff.c DSRC dsrc = ((PRINTER_CTX *) ctx)->dsrc; ctx 1675 src/diffviewer/ydiff.c FBUF *f = ((PRINTER_CTX *) ctx)->f; ctx 1687 src/diffviewer/ydiff.c PRINTER_CTX ctx; ctx 1724 src/diffviewer/ydiff.c ctx.dsrc = dview->dsrc; ctx 1725 src/diffviewer/ydiff.c ctx.a = dview->a[DIFF_LEFT]; ctx 1726 src/diffviewer/ydiff.c ctx.f = f[DIFF_LEFT]; ctx 1727 src/diffviewer/ydiff.c rv |= dff_reparse (DIFF_LEFT, dview->file[DIFF_LEFT], ops, printer, &ctx); ctx 1729 src/diffviewer/ydiff.c ctx.a = dview->a[DIFF_RIGHT]; ctx 1730 src/diffviewer/ydiff.c ctx.f = f[DIFF_RIGHT]; ctx 1731 src/diffviewer/ydiff.c rv |= dff_reparse (DIFF_RIGHT, dview->file[DIFF_RIGHT], ops, printer, &ctx); ctx 241 src/filemanager/file.c build_dest (file_op_context_t *ctx, const char *src, const char *dest, FileProgressStatus *status) ctx 258 src/filemanager/file.c if (!mc_search_run (ctx->search_handle, fnsource, 0, strlen (fnsource), NULL)) ctx 265 src/filemanager/file.c q = mc_search_prepare_replace_str2 (ctx->search_handle, ctx->dest_mask); ctx 266 src/filemanager/file.c if (ctx->search_handle->error != MC_SEARCH_E_OK) ctx 268 src/filemanager/file.c if (ctx->search_handle->error_str != NULL) ctx 269 src/filemanager/file.c message (D_ERROR, MSG_ERROR, "%s", ctx->search_handle->error_str); ctx 281 src/filemanager/file.c repl_dest = mc_search_prepare_replace_str2 (ctx->search_handle, dest); ctx 282 src/filemanager/file.c if (ctx->search_handle->error == MC_SEARCH_E_OK) ctx 286 src/filemanager/file.c if (ctx->search_handle->error_str != NULL) ctx 287 src/filemanager/file.c message (D_ERROR, MSG_ERROR, "%s", ctx->search_handle->error_str); ctx 364 src/filemanager/file.c check_hardlinks (file_op_context_t *ctx, const vfs_path_t *src_vpath, const struct stat *src_stat, ctx 408 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot stat hardlink source file \"%s\"\n%s"), ctx 428 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot create target hardlink \"%s\"\n%s"), ctx 464 src/filemanager/file.c file_error (ctx, FALSE, _("Cannot create target hardlink \"%s\""), ctx 503 src/filemanager/file.c make_symlink (file_op_context_t *ctx, const vfs_path_t *src_vpath, const vfs_path_t *dst_vpath) ctx 523 src/filemanager/file.c if (ctx->ignore_all) ctx 528 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot read source link \"%s\"\n%s"), src_path); ctx 530 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 539 src/filemanager/file.c if (ctx->stable_symlinks && !(vfs_file_is_local (src_vpath) && vfs_file_is_local (dst_vpath))) ctx 544 src/filemanager/file.c ctx->stable_symlinks = FALSE; ctx 547 src/filemanager/file.c if (ctx->stable_symlinks && !g_path_is_absolute (link_target)) ctx 608 src/filemanager/file.c if (ctx->ignore_all) ctx 613 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot create target symlink \"%s\"\n%s"), dst_path); ctx 615 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 749 src/filemanager/file.c const struct stat *source_stat, file_op_context_t *ctx, ctx 769 src/filemanager/file.c ctx->total_count = 0; ctx 770 src/filemanager/file.c ctx->total_bytes = 0; ctx 773 src/filemanager/file.c status = panel_compute_totals (panel, &dsm, &ctx->total_count, &ctx->total_bytes, ctx 774 src/filemanager/file.c ctx->follow_links); ctx 776 src/filemanager/file.c || (ctx->follow_links ctx 782 src/filemanager/file.c status = do_compute_dir_size (source, &dsm, &dir_count, &ctx->total_count, ctx 783 src/filemanager/file.c &ctx->total_bytes, ctx->stat_func); ctx 787 src/filemanager/file.c ctx->total_count++; ctx 788 src/filemanager/file.c ctx->total_bytes += (uintmax_t) source_stat->st_size; ctx 794 src/filemanager/file.c ctx->totals_computed = (status == FILE_CONT); ctx 802 src/filemanager/file.c ctx->total_count = panel->marked; ctx 803 src/filemanager/file.c ctx->total_bytes = panel->total; ctx 804 src/filemanager/file.c ctx->totals_computed = verbose && dialog_type == FILEGUI_DIALOG_ONE_ITEM; ctx 808 src/filemanager/file.c file_progress_ui_destroy (ctx); ctx 810 src/filemanager/file.c file_progress_ui_create (ctx, TRUE, dialog_type); ctx 818 src/filemanager/file.c progress_update_one (gboolean success, file_op_context_t *ctx, off_t add) ctx 823 src/filemanager/file.c ctx->total_progress_count++; ctx 824 src/filemanager/file.c ctx->total_progress_bytes += (uintmax_t) add; ctx 835 src/filemanager/file.c if (verbose && ctx->dialog_type == FILEGUI_DIALOG_MULTI_ITEM) ctx 837 src/filemanager/file.c file_progress_show_count (ctx); ctx 838 src/filemanager/file.c file_progress_show_total (ctx, ctx->total_progress_bytes, tv_current, TRUE); ctx 848 src/filemanager/file.c real_warn_same_file (file_op_context_t *ctx, enum OperationMode mode, const char *fmt, ctx 893 src/filemanager/file.c ctx->pauses += g_get_monotonic_time () - t; ctx 901 src/filemanager/file.c warn_same_file (file_op_context_t *ctx, const char *fmt, const char *a, const char *b) ctx 908 src/filemanager/file.c FileProgressStatus (*f) (file_op_context_t *ctx, enum OperationMode, const char *fmt, ctx 916 src/filemanager/file.c return parent_call (pntr.p, ctx, 3, strlen (fmt), fmt, strlen (a), a, strlen (b), b); ctx 918 src/filemanager/file.c return real_warn_same_file (ctx, Foreground, fmt, a, b); ctx 924 src/filemanager/file.c check_same_file (file_op_context_t *ctx, const char *a, const struct stat *ast, const char *b, ctx 931 src/filemanager/file.c *status = warn_same_file (ctx, _("\"%s\"\nand\n\"%s\"\nare the same directory"), a, b); ctx 933 src/filemanager/file.c *status = warn_same_file (ctx, _("\"%s\"\nand\n\"%s\"\nare the same file"), a, b); ctx 942 src/filemanager/file.c real_do_file_error (file_op_context_t *ctx, enum OperationMode mode, gboolean allow_retry, ctx 949 src/filemanager/file.c if (ctx != NULL) ctx 961 src/filemanager/file.c if (ctx != NULL) ctx 962 src/filemanager/file.c ctx->pauses += g_get_monotonic_time () - t; ctx 991 src/filemanager/file.c real_query_recursive (file_op_context_t *ctx, enum OperationMode mode, const char *s) ctx 993 src/filemanager/file.c if (ctx->recursive_result < RECURSIVE_ALWAYS) ctx 1008 src/filemanager/file.c ctx->recursive_result = ctx 1013 src/filemanager/file.c if (ctx->recursive_result != RECURSIVE_ABORT) ctx 1016 src/filemanager/file.c ctx->pauses += g_get_monotonic_time () - t; ctx 1019 src/filemanager/file.c switch (ctx->recursive_result) ctx 1039 src/filemanager/file.c do_file_error (file_op_context_t *ctx, gboolean allow_retry, const char *str) ctx 1045 src/filemanager/file.c FileProgressStatus (*f) (file_op_context_t *ctx, enum OperationMode, gboolean, const char *); ctx 1052 src/filemanager/file.c return parent_call (pntr.p, ctx, 2, sizeof (allow_retry), allow_retry, strlen (str), str); ctx 1054 src/filemanager/file.c return real_do_file_error (ctx, Foreground, allow_retry, str); ctx 1060 src/filemanager/file.c query_recursive (file_op_context_t *ctx, const char *s) ctx 1073 src/filemanager/file.c return parent_call (pntr.p, ctx, 1, strlen (s), s); ctx 1075 src/filemanager/file.c return real_query_recursive (ctx, Foreground, s); ctx 1081 src/filemanager/file.c query_replace (file_op_context_t *ctx, const char *src, struct stat *src_stat, const char *dst, ctx 1096 src/filemanager/file.c return parent_call (pntr.p, ctx, 4, strlen (src), src, sizeof (struct stat), src_stat, ctx 1099 src/filemanager/file.c return file_progress_real_query_replace (ctx, Foreground, src, src_stat, dst, dst_stat); ctx 1106 src/filemanager/file.c do_file_error (file_op_context_t *ctx, gboolean allow_retry, const char *str) ctx 1108 src/filemanager/file.c return real_do_file_error (ctx, Foreground, allow_retry, str); ctx 1114 src/filemanager/file.c query_recursive (file_op_context_t *ctx, const char *s) ctx 1116 src/filemanager/file.c return real_query_recursive (ctx, Foreground, s); ctx 1122 src/filemanager/file.c query_replace (file_op_context_t *ctx, const char *src, struct stat *src_stat, const char *dst, ctx 1125 src/filemanager/file.c return file_progress_real_query_replace (ctx, Foreground, src, src_stat, dst, dst_stat); ctx 1134 src/filemanager/file.c files_error (file_op_context_t *ctx, const char *format, const char *file1, const char *file2) ctx 1145 src/filemanager/file.c return do_file_error (ctx, TRUE, buf); ctx 1153 src/filemanager/file.c calc_copy_file_progress (file_op_context_t *ctx, gint64 tv_current, off_t file_part, ctx 1162 src/filemanager/file.c dt = (tv_current - ctx->pauses - ctx->transfer_start) / (double) G_USEC_PER_SEC; ctx 1165 src/filemanager/file.c ctx->eta_secs = 0.0; ctx 1167 src/filemanager/file.c ctx->eta_secs = ((double) file_size / file_part - 1) * dt; ctx 1171 src/filemanager/file.c ctx->bps = (long) (file_part / dt); ctx 1174 src/filemanager/file.c if (ctx->total_bytes != 0) ctx 1176 src/filemanager/file.c dt = (tv_current - ctx->pauses - ctx->total_transfer_start) / (double) G_USEC_PER_SEC; ctx 1178 src/filemanager/file.c const uintmax_t copied_bytes = ctx->total_progress_bytes + file_part; ctx 1180 src/filemanager/file.c ctx->total_eta_secs = 0; ctx 1182 src/filemanager/file.c ctx->total_eta_secs = ((double) ctx->total_bytes / copied_bytes - 1) * dt; ctx 1185 src/filemanager/file.c ctx->total_bps = (long) (copied_bytes / dt); ctx 1192 src/filemanager/file.c try_remove_file (file_op_context_t *ctx, const vfs_path_t *vpath, FileProgressStatus *status) ctx 1194 src/filemanager/file.c while (mc_unlink (vpath) != 0 && !ctx->ignore_all) ctx 1197 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot remove file \"%s\"\n%s"), vfs_path_as_str (vpath)); ctx 1201 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 1223 src/filemanager/file.c move_file_file (const WPanel *panel, file_op_context_t *ctx, const char *s, const char *d) ctx 1234 src/filemanager/file.c file_progress_show_source (ctx, src_vpath); ctx 1235 src/filemanager/file.c file_progress_show_target (ctx, dst_vpath); ctx 1238 src/filemanager/file.c if (file_progress_check_buttons (ctx) == FILE_ABORT) ctx 1249 src/filemanager/file.c if (ctx->ignore_all) ctx 1253 src/filemanager/file.c return_status = file_error (ctx, TRUE, _("Cannot stat file \"%s\"\n%s"), s); ctx 1255 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 1264 src/filemanager/file.c if (check_same_file (ctx, s, &src_stat, d, &dst_stat, &return_status)) ctx 1277 src/filemanager/file.c return_status = query_replace (ctx, s, &src_stat, d, &dst_stat); ctx 1284 src/filemanager/file.c if (!ctx->do_append) ctx 1286 src/filemanager/file.c if (S_ISLNK (src_stat.st_mode) && ctx->stable_symlinks) ctx 1288 src/filemanager/file.c return_status = make_symlink (ctx, src_vpath, dst_vpath); ctx 1291 src/filemanager/file.c if (ctx->preserve) ctx 1316 src/filemanager/file.c if (ctx->ignore_all) ctx 1320 src/filemanager/file.c return_status = files_error (ctx, _("Cannot move file \"%s\" to \"%s\"\n%s"), s, d); ctx 1322 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 1337 src/filemanager/file.c panel_operate_init_totals (panel, src_vpath, &src_stat, ctx, TRUE, ctx 1343 src/filemanager/file.c old_ask_overwrite = ctx->ask_overwrite; ctx 1344 src/filemanager/file.c ctx->ask_overwrite = FALSE; ctx 1345 src/filemanager/file.c return_status = copy_file_file (ctx, s, d); ctx 1346 src/filemanager/file.c ctx->ask_overwrite = old_ask_overwrite; ctx 1356 src/filemanager/file.c file_progress_show_source (ctx, NULL); ctx 1358 src/filemanager/file.c file_progress_show (ctx, 0, 0, "", FALSE); ctx 1360 src/filemanager/file.c return_status = file_progress_check_buttons (ctx); ctx 1368 src/filemanager/file.c if (!try_remove_file (ctx, src_vpath, &return_status) && panel == NULL) ctx 1376 src/filemanager/file.c progress_update_one (TRUE, ctx, src_stat.st_size); ctx 1377 src/filemanager/file.c return_status = file_progress_check_buttons (ctx); ctx 1393 src/filemanager/file.c erase_file (file_op_context_t *ctx, const vfs_path_t *vpath) ctx 1399 src/filemanager/file.c if (file_progress_show_deleting (ctx, vpath, &ctx->total_progress_count)) ctx 1401 src/filemanager/file.c file_progress_show_count (ctx); ctx 1402 src/filemanager/file.c if (file_progress_check_buttons (ctx) == FILE_ABORT) ctx 1408 src/filemanager/file.c if (ctx->total_progress_count != 0 && mc_lstat (vpath, &buf) != 0) ctx 1414 src/filemanager/file.c if (!try_remove_file (ctx, vpath, &return_status) && return_status == FILE_ABORT) ctx 1417 src/filemanager/file.c if (ctx->total_progress_count == 0) ctx 1420 src/filemanager/file.c return file_progress_check_buttons (ctx); ctx 1426 src/filemanager/file.c try_erase_dir (file_op_context_t *ctx, const vfs_path_t *vpath) ctx 1433 src/filemanager/file.c while (my_rmdir (dir) != 0 && !ctx->ignore_all) ctx 1435 src/filemanager/file.c return_status = file_error (ctx, TRUE, _("Cannot remove directory \"%s\"\n%s"), dir); ctx 1437 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 1454 src/filemanager/file.c recursive_erase (file_op_context_t *ctx, const vfs_path_t *vpath) ctx 1480 src/filemanager/file.c return_status = recursive_erase (ctx, tmp_vpath); ctx 1482 src/filemanager/file.c return_status = erase_file (ctx, tmp_vpath); ctx 1490 src/filemanager/file.c file_progress_show_deleting (ctx, vpath, NULL); ctx 1491 src/filemanager/file.c file_progress_show_count (ctx); ctx 1492 src/filemanager/file.c if (file_progress_check_buttons (ctx) == FILE_ABORT) ctx 1497 src/filemanager/file.c return try_erase_dir (ctx, vpath); ctx 1539 src/filemanager/file.c erase_dir_iff_empty (file_op_context_t *ctx, const vfs_path_t *vpath) ctx 1541 src/filemanager/file.c file_progress_show_deleting (ctx, vpath, NULL); ctx 1542 src/filemanager/file.c file_progress_show_count (ctx); ctx 1543 src/filemanager/file.c if (file_progress_check_buttons (ctx) == FILE_ABORT) ctx 1552 src/filemanager/file.c return try_erase_dir (ctx, vpath); ctx 1558 src/filemanager/file.c erase_dir_after_copy (file_op_context_t *ctx, const vfs_path_t *vpath, FileProgressStatus *status) ctx 1560 src/filemanager/file.c if (ctx->erase_at_end && erase_list != NULL) ctx 1563 src/filemanager/file.c ctx->total_progress_count = ctx->prev_total_progress_count; ctx 1572 src/filemanager/file.c *status = erase_dir_iff_empty (ctx, lp->src_vpath); ctx 1574 src/filemanager/file.c *status = erase_file (ctx, lp->src_vpath); ctx 1580 src/filemanager/file.c ctx->prev_total_progress_count = ctx->total_progress_count; ctx 1583 src/filemanager/file.c erase_dir_iff_empty (ctx, vpath); ctx 1601 src/filemanager/file.c do_move_dir_dir (const WPanel *panel, file_op_context_t *ctx, const char *s, const char *d) ctx 1612 src/filemanager/file.c file_progress_show_source (ctx, src_vpath); ctx 1613 src/filemanager/file.c file_progress_show_target (ctx, dst_vpath); ctx 1616 src/filemanager/file.c if (panel != NULL && file_progress_check_buttons (ctx) == FILE_ABORT) ctx 1628 src/filemanager/file.c if (dstat_ok && check_same_file (ctx, s, &src_stat, d, &dst_stat, &return_status)) ctx 1633 src/filemanager/file.c else if (!ctx->dive_into_subdirs) ctx 1657 src/filemanager/file.c panel_operate_init_totals (panel, src_vpath, &src_stat, ctx, TRUE, ctx 1663 src/filemanager/file.c return_status = copy_dir_dir (ctx, s, d, FALSE, TRUE, TRUE, NULL); ctx 1669 src/filemanager/file.c else if (ctx->ignore_all) ctx 1675 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot overwrite directory \"%s\"\n%s"), d); ctx 1677 src/filemanager/file.c return_status = file_error (ctx, TRUE, _("Cannot overwrite file \"%s\"\n%s"), d); ctx 1679 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 1696 src/filemanager/file.c if (!ctx->ignore_all) ctx 1699 src/filemanager/file.c files_error (ctx, _("Cannot move directory \"%s\" to \"%s\"\n%s"), s, d); ctx 1701 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 1714 src/filemanager/file.c panel_operate_init_totals (panel, src_vpath, &src_stat, ctx, TRUE, ctx 1720 src/filemanager/file.c return_status = copy_dir_dir (ctx, s, d, FALSE, FALSE, TRUE, NULL); ctx 1730 src/filemanager/file.c file_progress_show_source (ctx, NULL); ctx 1731 src/filemanager/file.c file_progress_show_target (ctx, NULL); ctx 1733 src/filemanager/file.c file_progress_show (ctx, 0, 0, "", FALSE); ctx 1735 src/filemanager/file.c return_status = file_progress_check_buttons (ctx); ctx 1742 src/filemanager/file.c erase_dir_after_copy (ctx, src_vpath, &return_status); ctx 1936 src/filemanager/file.c struct stat *src_stat, file_op_context_t *ctx, gboolean *do_bg) ctx 1975 src/filemanager/file.c format = panel_operate_generate_prompt (panel, ctx->operation, src_stat); ctx 1977 src/filemanager/file.c ret = file_mask_dialog (ctx, source != NULL, format, ctx 2025 src/filemanager/file.c operate_single_file (const WPanel *panel, file_op_context_t *ctx, const char *src, ctx 2044 src/filemanager/file.c is_file = !(is_link && ctx->follow_links); ctx 2047 src/filemanager/file.c if (ctx->operation == OP_DELETE) ctx 2049 src/filemanager/file.c value = panel_operate_init_totals (panel, src_vpath, src_stat, ctx, !is_file, dialog_type); ctx 2053 src/filemanager/file.c value = erase_file (ctx, src_vpath); ctx 2055 src/filemanager/file.c value = erase_dir (ctx, src_vpath); ctx 2064 src/filemanager/file.c temp = build_dest (ctx, src, dest, &value); ctx 2069 src/filemanager/file.c switch (ctx->operation) ctx 2073 src/filemanager/file.c ctx->stat_func (src_vpath, src_stat); ctx 2076 src/filemanager/file.c panel_operate_init_totals (panel, src_vpath, src_stat, ctx, !is_file, ctx 2087 src/filemanager/file.c is_file = !(is_link && ctx->follow_links); ctx 2091 src/filemanager/file.c value = copy_file_file (ctx, src, dest); ctx 2093 src/filemanager/file.c value = copy_dir_dir (ctx, src, dest, TRUE, FALSE, FALSE, NULL); ctx 2102 src/filemanager/file.c file_progress_ui_create (ctx, TRUE, FILEGUI_DIALOG_ONE_ITEM); ctx 2105 src/filemanager/file.c value = move_file_file (panel, ctx, src, dest); ctx 2107 src/filemanager/file.c value = do_move_dir_dir (panel, ctx, src, dest); ctx 2127 src/filemanager/file.c operate_one_file (const WPanel *panel, file_op_context_t *ctx, const char *src, ctx 2141 src/filemanager/file.c if (ctx->operation == OP_DELETE) ctx 2144 src/filemanager/file.c value = erase_file (ctx, src_vpath); ctx 2146 src/filemanager/file.c value = erase_dir (ctx, src_vpath); ctx 2154 src/filemanager/file.c temp = build_dest (ctx, src, dest, &value); ctx 2159 src/filemanager/file.c switch (ctx->operation) ctx 2163 src/filemanager/file.c ctx->stat_func (src_vpath, src_stat); ctx 2167 src/filemanager/file.c value = copy_file_file (ctx, src, dest); ctx 2169 src/filemanager/file.c value = copy_dir_dir (ctx, src, dest, TRUE, FALSE, FALSE, NULL); ctx 2175 src/filemanager/file.c value = move_file_file (NULL, ctx, src, dest); ctx 2177 src/filemanager/file.c value = do_move_dir_dir (NULL, ctx, src, dest); ctx 2198 src/filemanager/file.c end_bg_process (file_op_context_t *ctx, enum OperationMode mode) ctx 2200 src/filemanager/file.c int pid = ctx->pid; ctx 2203 src/filemanager/file.c ctx->pid = 0; ctx 2272 src/filemanager/file.c copy_file_file (file_op_context_t *ctx, const char *src_path, const char *dst_path) ctx 2282 src/filemanager/file.c gboolean attrs_ok = ctx->preserve; ctx 2294 src/filemanager/file.c if (ctx->do_reget < 0) ctx 2295 src/filemanager/file.c ctx->do_reget = 0; ctx 2302 src/filemanager/file.c file_progress_show_source (ctx, src_vpath); ctx 2303 src/filemanager/file.c file_progress_show_target (ctx, dst_vpath); ctx 2305 src/filemanager/file.c if (file_progress_check_buttons (ctx) == FILE_ABORT) ctx 2317 src/filemanager/file.c if (ctx->ignore_all) ctx 2322 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot overwrite directory \"%s\"\n%s"), dst_path); ctx 2324 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2335 src/filemanager/file.c while ((*ctx->stat_func) (src_vpath, &src_stat) != 0) ctx 2337 src/filemanager/file.c if (ctx->ignore_all) ctx 2342 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot stat source file \"%s\"\n%s"), src_path); ctx 2344 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2350 src/filemanager/file.c progress_update_one (FALSE, ctx, 0); ctx 2368 src/filemanager/file.c else if (ctx->ignore_all) ctx 2373 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot get ext2 attributes of source file \"%s\"\n%s"), ctx 2376 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2391 src/filemanager/file.c if (check_same_file (ctx, src_path, &src_stat, dst_path, &dst_stat, &return_status)) ctx 2395 src/filemanager/file.c if (ctx->ask_overwrite) ctx 2397 src/filemanager/file.c ctx->do_reget = 0; ctx 2398 src/filemanager/file.c return_status = query_replace (ctx, src_path, &src_stat, dst_path, &dst_stat); ctx 2406 src/filemanager/file.c if (!ctx->do_append) ctx 2409 src/filemanager/file.c if (!ctx->follow_links) ctx 2411 src/filemanager/file.c switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all)) ctx 2429 src/filemanager/file.c return_status = make_symlink (ctx, src_vpath, dst_vpath); ctx 2430 src/filemanager/file.c if (return_status == FILE_CONT && ctx->preserve) ctx 2434 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) ctx 2442 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2445 src/filemanager/file.c file_error (ctx, TRUE, ctx 2468 src/filemanager/file.c while (mc_mknod (dst_vpath, src_stat.st_mode & ctx->umask_kill, rdev) < 0 ctx 2469 src/filemanager/file.c && !ctx->ignore_all) ctx 2472 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot create special file \"%s\"\n%s"), dst_path); ctx 2476 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2481 src/filemanager/file.c while (ctx->preserve_uidgid ctx 2483 src/filemanager/file.c && !ctx->ignore_all) ctx 2486 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot chown target file \"%s\"\n%s"), dst_path); ctx 2490 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2498 src/filemanager/file.c while (ctx->preserve && mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill) != 0 ctx 2499 src/filemanager/file.c && !ctx->ignore_all) ctx 2502 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot chmod target file \"%s\"\n%s"), dst_path); ctx 2506 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2514 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) ctx 2523 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot set ext2 attributes of target file \"%s\"\n%s"), ctx 2528 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2545 src/filemanager/file.c ctx->transfer_start = g_get_monotonic_time (); ctx 2549 src/filemanager/file.c if (ctx->ignore_all) ctx 2554 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot open source file \"%s\"\n%s"), src_path); ctx 2558 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2559 src/filemanager/file.c ctx->do_append = FALSE; ctx 2564 src/filemanager/file.c if (ctx->do_reget != 0 && mc_lseek (src_desc, ctx->do_reget, SEEK_SET) != ctx->do_reget) ctx 2567 src/filemanager/file.c ctx->do_reget = 0; ctx 2568 src/filemanager/file.c ctx->do_append = FALSE; ctx 2573 src/filemanager/file.c if (ctx->ignore_all) ctx 2578 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot fstat source file \"%s\"\n%s"), src_path); ctx 2582 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2583 src/filemanager/file.c ctx->do_append = FALSE; ctx 2597 src/filemanager/file.c else if (ctx->do_append) ctx 2606 src/filemanager/file.c if (ctx->ignore_all) ctx 2611 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot create target file \"%s\"\n%s"), dst_path); ctx 2615 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2616 src/filemanager/file.c ctx->do_append = FALSE; ctx 2625 src/filemanager/file.c appending = ctx->do_append; ctx 2626 src/filemanager/file.c ctx->do_append = FALSE; ctx 2639 src/filemanager/file.c if (ctx->ignore_all) ctx 2644 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot fstat target file \"%s\"\n%s"), dst_path); ctx 2648 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2657 src/filemanager/file.c if (ctx->ignore_all) ctx 2665 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot preallocate space for target file \"%s\"\n%s"), ctx 2669 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2671 src/filemanager/file.c if (ctx->ignore_all || return_status == FILE_IGNORE) ctx 2690 src/filemanager/file.c ctx->eta_secs = 0.0; ctx 2691 src/filemanager/file.c ctx->bps = 0; ctx 2695 src/filemanager/file.c if (ctx->total_bps == 0 || (file_size / ctx->total_bps) > FILEOP_UPDATE_INTERVAL) ctx 2696 src/filemanager/file.c file_progress_show (ctx, 0, file_size, "", TRUE); ctx 2698 src/filemanager/file.c file_progress_show (ctx, 1, 1, "", TRUE); ctx 2701 src/filemanager/file.c return_status = file_progress_check_buttons (ctx); ctx 2707 src/filemanager/file.c gint64 tv_last_update = ctx->transfer_start; ctx 2720 src/filemanager/file.c while ((n_read = mc_read (src_desc, buf, bufsize)) < 0 && !ctx->ignore_all) ctx 2723 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot read source file \"%s\"\n%s"), src_path); ctx 2727 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2759 src/filemanager/file.c if (ctx->ignore_all) ctx 2763 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot write target file \"%s\"\n%s"), ctx 2774 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2783 src/filemanager/file.c ctx->progress_bytes = file_part + ctx->do_reget; ctx 2789 src/filemanager/file.c calc_copy_file_progress (ctx, tv_current, file_part, file_size - ctx->do_reget); ctx 2797 src/filemanager/file.c const gint64 total_usecs = tv_current - ctx->total_transfer_start; ctx 2804 src/filemanager/file.c file_progress_show (ctx, ctx->progress_bytes, file_size, stalled_msg, force_update); ctx 2805 src/filemanager/file.c if (ctx->dialog_type == FILEGUI_DIALOG_MULTI_ITEM) ctx 2807 src/filemanager/file.c file_progress_show_count (ctx); ctx 2808 src/filemanager/file.c file_progress_show_total (ctx, ctx->total_progress_bytes + ctx->progress_bytes, ctx 2815 src/filemanager/file.c return_status = file_progress_check_buttons (ctx); ctx 2826 src/filemanager/file.c ctx->pauses += t2 - t1; ctx 2829 src/filemanager/file.c calc_copy_file_progress (ctx, t2, file_part, file_size - ctx->do_reget); ctx 2858 src/filemanager/file.c while (src_desc != -1 && mc_close (src_desc) < 0 && !ctx->ignore_all) ctx 2860 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _("Cannot close source file \"%s\"\n%s"), src_path); ctx 2866 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2870 src/filemanager/file.c while (dest_desc != -1 && mc_close (dest_desc) < 0 && !ctx->ignore_all) ctx 2872 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _("Cannot close target file \"%s\"\n%s"), dst_path); ctx 2876 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2897 src/filemanager/file.c while (ctx->preserve_uidgid && mc_chown (dst_vpath, src_uid, src_gid) != 0 ctx 2898 src/filemanager/file.c && !ctx->ignore_all) ctx 2900 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _("Cannot chown target file \"%s\"\n%s"), dst_path); ctx 2910 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2918 src/filemanager/file.c while (ctx->preserve && mc_chmod (dst_vpath, (src_mode & ctx->umask_kill)) != 0 ctx 2919 src/filemanager/file.c && !ctx->ignore_all) ctx 2921 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _("Cannot chmod target file \"%s\"\n%s"), dst_path); ctx 2931 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2939 src/filemanager/file.c if (!ctx->preserve && !dst_exists) ctx 2944 src/filemanager/file.c mc_chmod (dst_vpath, (src_mode & ctx->umask_kill)); ctx 2953 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) ctx 2965 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot set ext2 attributes for target file \"%s\"\n%s"), ctx 2976 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 2985 src/filemanager/file.c progress_update_one (return_status == FILE_CONT, ctx, file_size); ctx 2987 src/filemanager/file.c return_status = file_progress_check_buttons (ctx); ctx 3004 src/filemanager/file.c copy_dir_dir (file_op_context_t *ctx, const char *s, const char *d, gboolean toplevel, ctx 3010 src/filemanager/file.c gboolean attrs_ok = ctx->preserve; ctx 3023 src/filemanager/file.c while ((*ctx->stat_func) (src_vpath, &src_stat) != 0) ctx 3025 src/filemanager/file.c if (ctx->ignore_all) ctx 3029 src/filemanager/file.c return_status = file_error (ctx, TRUE, _("Cannot stat source directory \"%s\"\n%s"), s); ctx 3031 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 3045 src/filemanager/file.c else if (ctx->ignore_all) ctx 3050 src/filemanager/file.c file_error (ctx, TRUE, ctx 3053 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 3077 src/filemanager/file.c if (ctx->preserve) ctx 3079 src/filemanager/file.c switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all)) ctx 3096 src/filemanager/file.c if (ctx->ignore_all) ctx 3100 src/filemanager/file.c return_status = file_error (ctx, TRUE, _("Source \"%s\" is not a directory\n%s"), s); ctx 3104 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 3146 src/filemanager/file.c if (ctx->ignore_all) ctx 3151 src/filemanager/file.c file_error (ctx, TRUE, _("Destination \"%s\" must be a directory\n%s"), d); ctx 3153 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 3160 src/filemanager/file.c if (toplevel && ctx->dive_into_subdirs) ctx 3177 src/filemanager/file.c while (my_mkdir (dst_vpath, (src_stat.st_mode & ctx->umask_kill) | S_IRWXU) != 0) ctx 3179 src/filemanager/file.c if (ctx->ignore_all) ctx 3184 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot create target directory \"%s\"\n%s"), d); ctx 3186 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 3200 src/filemanager/file.c if (ctx->preserve_uidgid) ctx 3204 src/filemanager/file.c if (ctx->ignore_all) ctx 3209 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot chown target directory \"%s\"\n%s"), d); ctx 3211 src/filemanager/file.c ctx->ignore_all = TRUE; ctx 3238 src/filemanager/file.c (*ctx->stat_func) (tmp_vpath, &dst_stat); ctx 3250 src/filemanager/file.c return_status = copy_dir_dir (ctx, path, mdpath, FALSE, FALSE, do_delete, parent_dirs); ctx 3258 src/filemanager/file.c return_status = copy_file_file (ctx, path, dest_file); ctx 3266 src/filemanager/file.c if (ctx->erase_at_end) ctx 3278 src/filemanager/file.c return_status = erase_dir_iff_empty (ctx, tmp_vpath); ctx 3280 src/filemanager/file.c return_status = erase_file (ctx, tmp_vpath); ctx 3286 src/filemanager/file.c if (ctx->preserve) ctx 3290 src/filemanager/file.c mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill); ctx 3303 src/filemanager/file.c mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill); ctx 3321 src/filemanager/file.c move_dir_dir (file_op_context_t *ctx, const char *s, const char *d) ctx 3323 src/filemanager/file.c return do_move_dir_dir (NULL, ctx, s, d); ctx 3332 src/filemanager/file.c erase_dir (file_op_context_t *ctx, const vfs_path_t *vpath) ctx 3334 src/filemanager/file.c file_progress_show_deleting (ctx, vpath, NULL); ctx 3335 src/filemanager/file.c file_progress_show_count (ctx); ctx 3336 src/filemanager/file.c if (file_progress_check_buttons (ctx) == FILE_ABORT) ctx 3352 src/filemanager/file.c error = query_recursive (ctx, vfs_path_as_str (vpath)); ctx 3354 src/filemanager/file.c error = recursive_erase (ctx, vpath); ctx 3358 src/filemanager/file.c return try_erase_dir (ctx, vpath); ctx 3505 src/filemanager/file.c file_op_context_t *ctx; ctx 3531 src/filemanager/file.c ctx = file_op_context_new (operation); ctx 3536 src/filemanager/file.c dest = do_confirm_copy_move (panel, force_single, source, &src_stat, ctx, &do_bg); ctx 3551 src/filemanager/file.c ctx->total_transfer_start = g_get_monotonic_time (); ctx 3559 src/filemanager/file.c v = do_background (ctx, ctx 3628 src/filemanager/file.c value = operate_single_file (panel, ctx, source, &src_stat, dest, dialog_type); ctx 3647 src/filemanager/file.c if (ctx->ignore_all ctx 3648 src/filemanager/file.c || file_error (ctx, TRUE, _("Destination \"%s\" must be a directory\n%s"), ctx 3659 src/filemanager/file.c panel_operate_init_totals (panel, NULL, NULL, ctx, file_op_compute_totals, dialog_type); ctx 3672 src/filemanager/file.c value = operate_one_file (panel, ctx, source2, &src_stat, dest); ctx 3701 src/filemanager/file.c MC_PTR_FREE (ctx->dest_mask); ctx 3709 src/filemanager/file.c ctx->pid = getpid (); ctx 3710 src/filemanager/file.c parent_call ((void *) end_bg_process, ctx, 0); ctx 3718 src/filemanager/file.c file_op_context_destroy (ctx); ctx 3732 src/filemanager/file.c file_error (file_op_context_t *ctx, gboolean allow_retry, const char *format, const char *file) ctx 3738 src/filemanager/file.c return do_file_error (ctx, allow_retry, buf); ctx 44 src/filemanager/file.h FileProgressStatus copy_file_file (file_op_context_t * ctx, const char *src_path, ctx 46 src/filemanager/file.h FileProgressStatus move_dir_dir (file_op_context_t * ctx, const char *s, const char *d); ctx 47 src/filemanager/file.h FileProgressStatus copy_dir_dir (file_op_context_t * ctx, const char *s, const char *d, ctx 50 src/filemanager/file.h FileProgressStatus erase_dir (file_op_context_t * ctx, const vfs_path_t * vpath); ctx 57 src/filemanager/file.h FileProgressStatus file_error (file_op_context_t *ctx, gboolean allow_retry, const char *format, ctx 423 src/filemanager/filegui.c overwrite_query_dialog (file_op_context_t *ctx, enum OperationMode mode) ctx 508 src/filemanager/filegui.c file_progress_ui_t *ui = ctx->ui; ctx 698 src/filemanager/filegui.c ctx->pauses += g_get_monotonic_time () - t; ctx 781 src/filemanager/filegui.c file_op_context_t *ctx; ctx 783 src/filemanager/filegui.c ctx = g_new0 (file_op_context_t, 1); ctx 784 src/filemanager/filegui.c ctx->operation = op; ctx 785 src/filemanager/filegui.c ctx->preserve = TRUE; ctx 786 src/filemanager/filegui.c ctx->preserve_uidgid = (geteuid () == 0); ctx 787 src/filemanager/filegui.c ctx->umask_kill = (mode_t) (~0); ctx 788 src/filemanager/filegui.c ctx->erase_at_end = TRUE; ctx 789 src/filemanager/filegui.c ctx->do_reget = -1; ctx 790 src/filemanager/filegui.c ctx->stat_func = mc_lstat; ctx 791 src/filemanager/filegui.c ctx->ask_overwrite = TRUE; ctx 793 src/filemanager/filegui.c return ctx; ctx 806 src/filemanager/filegui.c file_op_context_destroy (file_op_context_t *ctx) ctx 808 src/filemanager/filegui.c if (ctx != NULL) ctx 810 src/filemanager/filegui.c file_progress_ui_destroy (ctx); ctx 811 src/filemanager/filegui.c mc_search_free (ctx->search_handle); ctx 812 src/filemanager/filegui.c g_free (ctx); ctx 819 src/filemanager/filegui.c file_progress_check_buttons (file_op_context_t *ctx) ctx 825 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) ctx 828 src/filemanager/filegui.c ui = ctx->ui; ctx 832 src/filemanager/filegui.c c = tty_get_event (&event, FALSE, ctx->suspended); ctx 843 src/filemanager/filegui.c if (ctx->suspended) ctx 849 src/filemanager/filegui.c ctx->suspended = FALSE; ctx 853 src/filemanager/filegui.c ctx->suspended = FALSE; ctx 856 src/filemanager/filegui.c ctx->suspended = !ctx->suspended; ctx 857 src/filemanager/filegui.c place_progress_buttons (ui->op_dlg, ctx->suspended); ctx 861 src/filemanager/filegui.c if (ctx->suspended) ctx 871 src/filemanager/filegui.c file_progress_ui_create (file_op_context_t *ctx, gboolean with_eta, ctx 882 src/filemanager/filegui.c if (ctx == NULL || ctx->ui != NULL) ctx 895 src/filemanager/filegui.c ctx->dialog_type = dialog_type; ctx 896 src/filemanager/filegui.c ctx->recursive_result = RECURSIVE_YES; ctx 897 src/filemanager/filegui.c ctx->ui = g_new0 (file_progress_ui_t, 1); ctx 899 src/filemanager/filegui.c ui = ctx->ui; ctx 903 src/filemanager/filegui.c file_ui_op_dlg_callback, NULL, NULL, op_names[ctx->operation]); ctx 909 src/filemanager/filegui.c ui->showing_eta = with_eta && ctx->totals_computed; ctx 937 src/filemanager/filegui.c if (ctx->totals_computed) ctx 1021 src/filemanager/filegui.c file_progress_ui_destroy (file_op_context_t *ctx) ctx 1023 src/filemanager/filegui.c if (ctx != NULL && ctx->ui != NULL) ctx 1025 src/filemanager/filegui.c file_progress_ui_t *ui = (file_progress_ui_t *) ctx->ui; ctx 1029 src/filemanager/filegui.c MC_PTR_FREE (ctx->ui); ctx 1039 src/filemanager/filegui.c file_progress_show (file_op_context_t *ctx, off_t done, off_t total, ctx 1044 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) ctx 1047 src/filemanager/filegui.c ui = ctx->ui; ctx 1061 src/filemanager/filegui.c if (!ui->showing_eta || ctx->eta_secs <= 0.5) ctx 1067 src/filemanager/filegui.c file_eta_prepare_for_show (buffer2, ctx->eta_secs, FALSE); ctx 1068 src/filemanager/filegui.c if (ctx->bps == 0) ctx 1074 src/filemanager/filegui.c file_bps_prepare_for_show (buffer3, ctx->bps); ctx 1084 src/filemanager/filegui.c file_progress_show_count (file_op_context_t *ctx) ctx 1088 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) ctx 1091 src/filemanager/filegui.c ui = ctx->ui; ctx 1096 src/filemanager/filegui.c if (ctx->totals_computed) ctx 1098 src/filemanager/filegui.c ctx->total_progress_count, ctx->total_count); ctx 1101 src/filemanager/filegui.c ctx->total_progress_count); ctx 1107 src/filemanager/filegui.c file_progress_show_total (file_op_context_t *ctx, uintmax_t copied_bytes, gint64 tv_current, ctx 1114 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) ctx 1117 src/filemanager/filegui.c ui = ctx->ui; ctx 1121 src/filemanager/filegui.c if (ctx->total_bytes == 0) ctx 1126 src/filemanager/filegui.c (int) (1024 * copied_bytes / ctx->total_bytes)); ctx 1131 src/filemanager/filegui.c if (!show_summary && ctx->total_bps == 0) ctx 1139 src/filemanager/filegui.c (tv_current - ctx->pauses - ctx->total_transfer_start) / G_USEC_PER_SEC); ctx 1141 src/filemanager/filegui.c if (ctx->totals_computed) ctx 1143 src/filemanager/filegui.c file_eta_prepare_for_show (buffer3, ctx->total_eta_secs, TRUE); ctx 1144 src/filemanager/filegui.c if (ctx->total_bps == 0) ctx 1148 src/filemanager/filegui.c file_bps_prepare_for_show (buffer4, ctx->total_bps); ctx 1154 src/filemanager/filegui.c if (ctx->total_bps == 0) ctx 1158 src/filemanager/filegui.c file_bps_prepare_for_show (buffer4, ctx->total_bps); ctx 1168 src/filemanager/filegui.c if (!ctx->totals_computed) ctx 1172 src/filemanager/filegui.c size_trunc_len (buffer3, 5, ctx->total_bytes, 0, panels_options.kilobyte_si); ctx 1183 src/filemanager/filegui.c file_progress_show_source (file_op_context_t *ctx, const vfs_path_t *vpath) ctx 1187 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) ctx 1190 src/filemanager/filegui.c ui = ctx->ui; ctx 1207 src/filemanager/filegui.c file_progress_show_target (file_op_context_t *ctx, const vfs_path_t *vpath) ctx 1211 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) ctx 1214 src/filemanager/filegui.c ui = ctx->ui; ctx 1231 src/filemanager/filegui.c file_progress_show_deleting (file_op_context_t *ctx, const vfs_path_t *vpath, size_t *count) ctx 1239 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) ctx 1249 src/filemanager/filegui.c ui = ctx->ui; ctx 1267 src/filemanager/filegui.c file_progress_real_query_replace (file_op_context_t *ctx, enum OperationMode mode, ctx 1274 src/filemanager/filegui.c if (ctx == NULL || ctx->ui == NULL) ctx 1277 src/filemanager/filegui.c ui = ctx->ui; ctx 1286 src/filemanager/filegui.c ui->replace_result = overwrite_query_dialog (ctx, mode); ctx 1321 src/filemanager/filegui.c ctx->do_reget = dst_stat->st_size; ctx 1325 src/filemanager/filegui.c ctx->do_append = TRUE; ctx 1346 src/filemanager/filegui.c file_mask_dialog (file_op_context_t *ctx, gboolean only_one, const char *format, const void *text, ctx 1358 src/filemanager/filegui.c if (ctx == NULL) ctx 1364 src/filemanager/filegui.c ctx->stable_symlinks = FALSE; ctx 1427 src/filemanager/filegui.c QUICK_CHECKBOX (N_("Follow &links"), &ctx->follow_links, NULL), ctx 1430 src/filemanager/filegui.c QUICK_CHECKBOX (N_("Di&ve into subdir if exists"), &ctx->dive_into_subdirs, NULL), ctx 1431 src/filemanager/filegui.c QUICK_CHECKBOX (N_("&Stable symlinks"), &ctx->stable_symlinks, NULL), ctx 1446 src/filemanager/filegui.c r, op_names[ctx->operation], "[Mask Copy/Rename]", ctx 1460 src/filemanager/filegui.c ctx->stat_func = ctx->follow_links ? mc_stat : mc_lstat; ctx 1464 src/filemanager/filegui.c ctx->preserve = TRUE; ctx 1465 src/filemanager/filegui.c ctx->umask_kill = (mode_t) (~0); ctx 1466 src/filemanager/filegui.c ctx->preserve_uidgid = (geteuid () == 0); ctx 1472 src/filemanager/filegui.c ctx->preserve = ctx->preserve_uidgid = FALSE; ctx 1475 src/filemanager/filegui.c ctx->umask_kill = i2 ^ ((mode_t) (~0)); ctx 1486 src/filemanager/filegui.c ctx->search_handle = mc_search_new (source_mask, NULL); ctx 1487 src/filemanager/filegui.c if (ctx->search_handle != NULL) ctx 1498 src/filemanager/filegui.c ctx->search_handle->is_case_sensitive = TRUE; ctx 1500 src/filemanager/filegui.c ctx->search_handle->search_type = MC_SEARCH_T_GLOB; ctx 1502 src/filemanager/filegui.c ctx->search_handle->search_type = MC_SEARCH_T_REGEX; ctx 1509 src/filemanager/filegui.c ctx->dest_mask = strrchr (dest_dir, PATH_SEP); ctx 1510 src/filemanager/filegui.c if (ctx->dest_mask == NULL) ctx 1511 src/filemanager/filegui.c ctx->dest_mask = dest_dir; ctx 1513 src/filemanager/filegui.c ctx->dest_mask++; ctx 1515 src/filemanager/filegui.c orig_mask = ctx->dest_mask; ctx 1517 src/filemanager/filegui.c if (*ctx->dest_mask == '\0' ctx 1518 src/filemanager/filegui.c || (!ctx->dive_into_subdirs && !is_wildcarded (ctx->dest_mask) ctx 1521 src/filemanager/filegui.c || (ctx->dive_into_subdirs ctx 1522 src/filemanager/filegui.c && ((!only_one && !is_wildcarded (ctx->dest_mask)) ctx 1524 src/filemanager/filegui.c ctx->dest_mask = g_strdup ("\\0"); ctx 1527 src/filemanager/filegui.c ctx->dest_mask = g_strdup (ctx->dest_mask); ctx 164 src/filemanager/filegui.h void file_op_context_destroy (file_op_context_t * ctx); ctx 166 src/filemanager/filegui.h void file_progress_ui_create (file_op_context_t * ctx, gboolean with_eta, ctx 168 src/filemanager/filegui.h void file_progress_ui_destroy (file_op_context_t * ctx); ctx 170 src/filemanager/filegui.h char *file_mask_dialog (file_op_context_t * ctx, gboolean only_one, const char *format, ctx 173 src/filemanager/filegui.h FileProgressStatus file_progress_check_buttons (file_op_context_t * ctx); ctx 175 src/filemanager/filegui.h void file_progress_show (file_op_context_t * ctx, off_t done, off_t total, ctx 177 src/filemanager/filegui.h void file_progress_show_count (file_op_context_t * ctx); ctx 178 src/filemanager/filegui.h void file_progress_show_total (file_op_context_t * ctx, uintmax_t copied_bytes, gint64 tv_current, ctx 180 src/filemanager/filegui.h void file_progress_show_source (file_op_context_t * ctx, const vfs_path_t * vpath); ctx 181 src/filemanager/filegui.h void file_progress_show_target (file_op_context_t * ctx, const vfs_path_t * vpath); ctx 182 src/filemanager/filegui.h gboolean file_progress_show_deleting (file_op_context_t * ctx, const vfs_path_t * vpath, ctx 186 src/filemanager/filegui.h FileProgressStatus file_progress_real_query_replace (file_op_context_t * ctx, ctx 725 src/filemanager/tree.c file_op_context_t *ctx; ctx 727 src/filemanager/tree.c ctx = file_op_context_new (OP_COPY); ctx 728 src/filemanager/tree.c file_progress_ui_create (ctx, FALSE, FILEGUI_DIALOG_MULTI_ITEM); ctx 729 src/filemanager/tree.c ctx->ask_overwrite = FALSE; ctx 730 src/filemanager/tree.c copy_dir_dir (ctx, vfs_path_as_str (tree->selected_ptr->name), dest, TRUE, FALSE, FALSE, ctx 732 src/filemanager/tree.c file_op_context_destroy (ctx); ctx 769 src/filemanager/tree.c file_op_context_t *ctx; ctx 771 src/filemanager/tree.c ctx = file_op_context_new (OP_MOVE); ctx 772 src/filemanager/tree.c file_progress_ui_create (ctx, FALSE, FILEGUI_DIALOG_ONE_ITEM); ctx 773 src/filemanager/tree.c move_dir_dir (ctx, vfs_path_as_str (tree->selected_ptr->name), dest); ctx 774 src/filemanager/tree.c file_op_context_destroy (ctx); ctx 807 src/filemanager/tree.c file_op_context_t *ctx; ctx 825 src/filemanager/tree.c ctx = file_op_context_new (OP_DELETE); ctx 826 src/filemanager/tree.c file_progress_ui_create (ctx, FALSE, FILEGUI_DIALOG_ONE_ITEM); ctx 827 src/filemanager/tree.c if (erase_dir (ctx, tree->selected_ptr->name) == FILE_CONT) ctx 829 src/filemanager/tree.c file_op_context_destroy (ctx); ctx 57 src/util.c file_op_context_t *ctx; ctx 62 src/util.c ctx = file_op_context_new (OP_COPY); ctx 63 src/util.c file_progress_ui_create (ctx, 0, FALSE); ctx 64 src/util.c copy_file_file (ctx, vfs_path_as_str (default_file_vpath), ctx 66 src/util.c file_op_context_destroy (ctx);