file1 807 src/diffviewer/ydiff.c dff_execute (const char *args, const char *extra, const char *file1, const char *file2, GArray *ops) file1 822 src/diffviewer/ydiff.c file1_esc = str_shell_escape (file1); file1 2382 src/diffviewer/ydiff.c dview_init (WDiff *dview, const char *args, const char *file1, const char *file2, file1 2405 src/diffviewer/ydiff.c f[DIFF_LEFT] = dview_fopen (file1, O_RDONLY); file1 2438 src/diffviewer/ydiff.c dview->file[DIFF_LEFT] = file1; file1 3352 src/diffviewer/ydiff.c diff_view (const char *file1, const char *file2, const char *label1, const char *label2) file1 3385 src/diffviewer/ydiff.c error = dview_init (dview, "-a", file1, file2, label1, label2, DATA_SRC_MEM); /* XXX binary diff? */ file1 3449 src/diffviewer/ydiff.c vfs_path_t *file1 = NULL; file1 3484 src/diffviewer/ydiff.c file1 = vfs_path_append_new (panel1->cwd_vpath, fe1->fname->str, (char *) NULL); file1 3519 src/diffviewer/ydiff.c file1 = vfs_path_from_str (p1); file1 3520 src/diffviewer/ydiff.c if (mc_stat (file1, &st) == 0) file1 3547 src/diffviewer/ydiff.c if (file0 != NULL && file1 != NULL) file1 3558 src/diffviewer/ydiff.c vfs_path_as_str (file0), vfs_path_as_str (file1)); file1 3569 src/diffviewer/ydiff.c vfs_path_free (file1, TRUE); file1 171 src/filemanager/cmd.c int file1; file1 177 src/filemanager/cmd.c file1 = open (vfs_path_as_str (vpath1), O_RDONLY); file1 178 src/filemanager/cmd.c if (file1 >= 0) file1 191 src/filemanager/cmd.c while ((n1 = read (file1, buf1, sizeof (buf1))) == -1 && errno == EINTR) file1 202 src/filemanager/cmd.c close (file1); file1 1115 src/filemanager/file.c files_error (const char *format, const char *file1, const char *file2) file1 1120 src/filemanager/file.c nfile1 = g_strdup (path_trunc (file1, 15));