file1 806 src/diffviewer/ydiff.c dff_execute (const char *args, const char *extra, const char *file1, const char *file2, GArray *ops) file1 820 src/diffviewer/ydiff.c file1_esc = str_shell_escape (file1); file1 2386 src/diffviewer/ydiff.c dview_init (WDiff *dview, const char *args, const char *file1, const char *file2, file1 2409 src/diffviewer/ydiff.c f[DIFF_LEFT] = dview_fopen (file1, O_RDONLY); file1 2442 src/diffviewer/ydiff.c dview->file[DIFF_LEFT] = file1; file1 3353 src/diffviewer/ydiff.c diff_view (const char *file1, const char *file2, const char *label1, const char *label2) file1 3386 src/diffviewer/ydiff.c dview_init (dview, "-a", file1, file2, label1, label2, DATA_SRC_MEM); // XXX binary diff? file1 3450 src/diffviewer/ydiff.c vfs_path_t *file1 = NULL; file1 3485 src/diffviewer/ydiff.c file1 = vfs_path_append_new (panel1->cwd_vpath, fe1->fname->str, (char *) NULL); file1 3520 src/diffviewer/ydiff.c file1 = vfs_path_from_str (p1); file1 3521 src/diffviewer/ydiff.c if (mc_stat (file1, &st) == 0) file1 3548 src/diffviewer/ydiff.c if (file0 != NULL && file1 != NULL) file1 3559 src/diffviewer/ydiff.c vfs_path_as_str (file0), vfs_path_as_str (file1)); file1 3570 src/diffviewer/ydiff.c vfs_path_free (file1, TRUE); file1 172 src/filemanager/cmd.c int file1; file1 178 src/filemanager/cmd.c file1 = open (vfs_path_as_str (vpath1), O_RDONLY); file1 179 src/filemanager/cmd.c if (file1 >= 0) file1 192 src/filemanager/cmd.c while ((n1 = read (file1, buf1, sizeof (buf1))) == -1 && errno == EINTR) file1 203 src/filemanager/cmd.c close (file1); file1 1119 src/filemanager/file.c files_error (file_op_context_t *ctx, const char *format, const char *file1, const char *file2) file1 1124 src/filemanager/file.c nfile1 = g_strdup (path_trunc (file1, 15));