file 558 lib/vfs/direntry.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 561 lib/vfs/direntry.c if (file->linear == LS_LINEAR_PREOPEN) file 563 lib/vfs/direntry.c if (VFS_SUBCLASS (me)->linear_start (me, file, file->pos) == 0) file 567 lib/vfs/direntry.c if (file->linear == LS_LINEAR_CLOSED) file 570 lib/vfs/direntry.c if (file->linear == LS_LINEAR_OPEN) file 571 lib/vfs/direntry.c return VFS_SUBCLASS (me)->linear_read (me, file, buffer, count); file 573 lib/vfs/direntry.c if (file->handle != -1) file 577 lib/vfs/direntry.c n = read (file->handle, buffer, count); file 591 lib/vfs/direntry.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 594 lib/vfs/direntry.c if (file->linear != LS_NOT_LINEAR) file 597 lib/vfs/direntry.c file->changed = TRUE; file 598 lib/vfs/direntry.c if (file->handle != -1) file 602 lib/vfs/direntry.c n = write (file->handle, buffer, count); file 616 lib/vfs/direntry.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 617 lib/vfs/direntry.c off_t size = file->ino->st.st_size; file 619 lib/vfs/direntry.c if (file->linear == LS_LINEAR_OPEN) file 622 lib/vfs/direntry.c if (file->handle != -1) file 626 lib/vfs/direntry.c retval = lseek (file->handle, offset, whence); file 635 lib/vfs/direntry.c offset += file->pos; file 644 lib/vfs/direntry.c file->pos = 0; file 646 lib/vfs/direntry.c file->pos = offset; file 648 lib/vfs/direntry.c file->pos = size; file 649 lib/vfs/direntry.c return file->pos; file 657 lib/vfs/direntry.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 670 lib/vfs/direntry.c if (file->linear == LS_LINEAR_OPEN) file 674 lib/vfs/direntry.c if ((me->flags & VFSF_USETMP) != 0 && file->changed && sub->file_store != NULL) file 678 lib/vfs/direntry.c s = vfs_s_fullpath (me, file->ino); file 684 lib/vfs/direntry.c res = sub->file_store (me, fh, s, file->ino->localname); file 690 lib/vfs/direntry.c if (file->handle != -1) file 692 lib/vfs/direntry.c close (file->handle); file 693 lib/vfs/direntry.c file->handle = -1; file 696 lib/vfs/direntry.c vfs_s_free_inode (me, file->ino); file 399 lib/widget/input_complete.c FILE *file; file 405 lib/widget/input_complete.c file = fopen (filename, "r"); file 406 lib/widget/input_complete.c if (file == NULL) file 409 lib/widget/input_complete.c while (fgets (buffer, sizeof (buffer) - 1, file) != NULL) file 486 lib/widget/input_complete.c fclose (file); file 102 src/clipboard.c int file = -1; file 143 src/clipboard.c if (file < 0) file 148 src/clipboard.c file = mc_open (fname_vpath, clip_open_flags, clip_open_mode); file 151 src/clipboard.c if (file < 0) file 155 src/clipboard.c nwrite = mc_write (file, p->out.buf, p->out.len); file 160 src/clipboard.c if (file >= 0) file 161 src/clipboard.c mc_close (file); file 175 src/clipboard.c int file; file 188 src/clipboard.c file = mc_open (fname_vpath, clip_open_flags, clip_open_mode); file 191 src/clipboard.c if (file == -1) file 198 src/clipboard.c ret = mc_write (file, text, str_len); file 201 src/clipboard.c mc_close (file); file 90 src/diffviewer/internal.h const char *file[DIFF_COUNT]; /* filenames */ file 1765 src/diffviewer/ydiff.c ndiff = dff_execute (dview->args, extra, dview->file[DIFF_LEFT], dview->file[DIFF_RIGHT], ops); file 1778 src/diffviewer/ydiff.c rv |= dff_reparse (DIFF_LEFT, dview->file[DIFF_LEFT], ops, printer, &ctx); file 1782 src/diffviewer/ydiff.c rv |= dff_reparse (DIFF_RIGHT, dview->file[DIFF_RIGHT], ops, printer, &ctx); file 2051 src/diffviewer/ydiff.c f0 = fopen (dview->file[DIFF_RIGHT], "r"); file 2053 src/diffviewer/ydiff.c f0 = fopen (dview->file[DIFF_LEFT], "r"); file 2093 src/diffviewer/ydiff.c f0 = fopen (dview->file[DIFF_RIGHT], "r"); file 2094 src/diffviewer/ydiff.c f1 = fopen (dview->file[DIFF_LEFT], "r"); file 2098 src/diffviewer/ydiff.c f0 = fopen (dview->file[DIFF_LEFT], "r"); file 2099 src/diffviewer/ydiff.c f1 = fopen (dview->file[DIFF_RIGHT], "r"); file 2146 src/diffviewer/ydiff.c f0 = fopen (dview->file[DIFF_RIGHT], "r"); file 2147 src/diffviewer/ydiff.c f1 = fopen (dview->file[DIFF_LEFT], "r"); file 2151 src/diffviewer/ydiff.c f0 = fopen (dview->file[DIFF_LEFT], "r"); file 2152 src/diffviewer/ydiff.c f1 = fopen (dview->file[DIFF_RIGHT], "r"); file 2204 src/diffviewer/ydiff.c dview->merged[n_merge] = mc_util_make_backup_if_possible (dview->file[n_merge], "~~~"); file 2209 src/diffviewer/ydiff.c dview->file[n_merge], "~~~", unix_error_string (errno)); file 2249 src/diffviewer/ydiff.c res = rewrite_backup_content (merge_file_name_vpath, dview->file[n_merge]); file 2430 src/diffviewer/ydiff.c dview->file[DIFF_LEFT] = file1; file 2431 src/diffviewer/ydiff.c dview->file[DIFF_RIGHT] = file2; file 2906 src/diffviewer/ydiff.c tmp_vpath = vfs_path_from_str (dview->file[ord]); file 2991 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~"); file 2996 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~"); file 3105 src/diffviewer/ydiff.c if (mc_util_restore_from_backup_if_possible (dview->file[DIFF_LEFT], "~~~")) file 3106 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_LEFT], "~~~"); file 3107 src/diffviewer/ydiff.c if (mc_util_restore_from_backup_if_possible (dview->file[DIFF_RIGHT], "~~~")) file 3108 src/diffviewer/ydiff.c res = mc_util_unlink_backup_if_possible (dview->file[DIFF_RIGHT], "~~~"); file 3485 src/diffviewer/ydiff.c real_file##n = file##n; \ file 3486 src/diffviewer/ydiff.c if (!vfs_file_is_local (file##n)) \ file 3488 src/diffviewer/ydiff.c real_file##n = mc_getlocalcopy (file##n); \ file 3512 src/diffviewer/ydiff.c mc_ungetlocalcopy (file##n, real_file##n, changed); \ file 181 src/editor/edit.c int file; file 186 src/editor/edit.c file = mc_open (filename_vpath, O_RDONLY | O_BINARY); file 187 src/editor/edit.c if (file < 0) file 205 src/editor/edit.c ret = (edit_buffer_read_file (buf, file, buf->size, &rsm, &aborted) == buf->size); file 218 src/editor/edit.c mc_close (file); file 294 src/editor/edit.c int file; file 299 src/editor/edit.c file = mc_open (filename_vpath, O_NONBLOCK | O_RDONLY | O_BINARY, 0666); file 300 src/editor/edit.c if (file < 0) file 306 src/editor/edit.c file = mc_open (filename_vpath, O_NONBLOCK | O_RDONLY | O_BINARY | O_CREAT | O_EXCL, 0666); file 307 src/editor/edit.c if (file < 0) file 319 src/editor/edit.c if (mc_fstat (file, st) < 0) file 366 src/editor/edit.c (void) mc_close (file); file 1690 src/editor/edit.c edit_insert_column_from_file (WEdit * edit, int file, off_t * start_pos, off_t * end_pos, file 1702 src/editor/edit.c while ((blocklen = mc_read (file, (char *) data, TEMP_BUF_LEN)) > 0) file 1995 src/editor/edit.c int file; file 2000 src/editor/edit.c file = mc_open (filename_vpath, O_RDONLY | O_BINARY); file 2001 src/editor/edit.c if (file == -1) file 2005 src/editor/edit.c blocklen = mc_read (file, buf, sizeof (VERTICAL_MAGIC)); file 2012 src/editor/edit.c mc_lseek (file, 0, SEEK_SET); file 2020 src/editor/edit.c blocklen = edit_insert_column_from_file (edit, file, &mark1, &mark2, &c1, &c2); file 2035 src/editor/edit.c while ((blocklen = mc_read (file, (char *) buf, TEMP_BUF_LEN)) > 0) file 2059 src/editor/edit.c mc_close (file); file 302 src/editor/editcmd.c FILE *file; file 305 src/editor/editcmd.c file = (FILE *) popen (p, "w"); file 307 src/editor/editcmd.c if (file != NULL) file 309 src/editor/editcmd.c filelen = edit_write_stream (edit, file); file 311 src/editor/editcmd.c pclose (file); file 313 src/editor/editcmd.c if (pclose (file) != 0) file 352 src/editor/editcmd.c FILE *file; file 358 src/editor/editcmd.c file = (FILE *) fopen (path_element->path, "w"); file 359 src/editor/editcmd.c if (file != NULL) file 361 src/editor/editcmd.c filelen = edit_write_stream (edit, file); file 362 src/editor/editcmd.c fclose (file); file 1772 src/editor/editcmd.c int file; file 1784 src/editor/editcmd.c file = mc_open (exp_vpath, O_RDONLY | O_BINARY); file 1786 src/editor/editcmd.c if (file == -1) file 1791 src/editor/editcmd.c mc_close (file); file 2993 src/editor/editcmd.c int file; file 2998 src/editor/editcmd.c file = mc_open (vpath, O_CREAT | O_WRONLY | O_TRUNC, file 3001 src/editor/editcmd.c if (file == -1) file 3008 src/editor/editcmd.c r = mc_write (file, VERTICAL_MAGIC, sizeof (VERTICAL_MAGIC)); file 3016 src/editor/editcmd.c r = mc_write (file, p, len); file 3039 src/editor/editcmd.c len -= mc_write (file, (char *) buf, end - start); file 3044 src/editor/editcmd.c mc_close (file); file 1213 src/editor/editwidget.c const GList *file; file 1260 src/editor/editwidget.c for (file = files; file != NULL; file = g_list_next (file)) file 1262 src/editor/editwidget.c mcedit_arg_t *f = (mcedit_arg_t *) file->data; file 682 src/filemanager/dir.c if_link_is_exe (const vfs_path_t * full_name_vpath, const file_entry_t * file) file 686 src/filemanager/dir.c if (S_ISLNK (file->st.st_mode) && mc_stat (full_name_vpath, &b) == 0) file 84 src/filemanager/dir.h gboolean if_link_is_exe (const vfs_path_t * full_name, const file_entry_t * file); file 89 src/filemanager/dir.h link_isdir (const file_entry_t * file) file 91 src/filemanager/dir.h return (gboolean) file->f.link_to_dir; file 3449 src/filemanager/file.c file_error (gboolean allow_retry, const char *format, const char *file) file 3453 src/filemanager/file.c g_snprintf (buf, sizeof (buf), format, path_trunc (file, 30), unix_error_string (errno)); file 60 src/filemanager/file.h FileProgressStatus file_error (gboolean allow_retry, const char *format, const char *file); file 381 src/filemanager/find.c get_list_info (char **file, char **dir, gsize * start, gsize * end) file 385 src/filemanager/find.c listbox_get_current (find_list, file, (void **) &location); file 908 src/filemanager/find.c insert_file (const char *dir, const char *file, gsize start, gsize end) file 932 src/filemanager/find.c tmp_name = g_strdup_printf (" %s", file); file 944 src/filemanager/find.c find_add_match (const char *dir, const char *file, gsize start, gsize end) file 946 src/filemanager/find.c insert_file (dir, file, start, end); file 1432 src/filemanager/find.c find_do_view_edit (gboolean unparsed_view, gboolean edit, char *dir, char *file, off_t search_start, file 1441 src/filemanager/find.c filename = strchr (file + 4, ':') + 1; file 1442 src/filemanager/find.c line = atoi (file + 4); file 1446 src/filemanager/find.c filename = file + 4; file 1337 src/filemanager/mountlist.c get_fs_usage (char const *file, char const *disk, struct fs_usage *fsp) file 1345 src/filemanager/mountlist.c if (statvfs (file, &vfsd) < 0) file 1368 src/filemanager/mountlist.c if (statvfs64 (file, &fsd) < 0) file 1382 src/filemanager/mountlist.c if (statfs (file, &fsd, sizeof (struct statfs)) != 0) file 1391 src/filemanager/mountlist.c if (statfs (file, &fsd) < 0) file 1402 src/filemanager/mountlist.c if (statfs (file, &fsd) < 0) file 1426 src/filemanager/mountlist.c if (statfs (file, &fsd) < 0) file 1435 src/filemanager/mountlist.c if (statfs (file, &fsd, sizeof (fsd), 0) < 0) file 2617 src/filemanager/panel.c file_entry_t *file = &panel->dir.list[i]; file 2619 src/filemanager/panel.c if (!panels_options.reverse_files_only || !S_ISDIR (file->st.st_mode)) file 2620 src/filemanager/panel.c do_file_mark (panel, i, file->f.marked ? 0 : 1); file 213 src/filemanager/treestore.c FILE *file; file 221 src/filemanager/treestore.c file = fopen (name, "r"); file 223 src/filemanager/treestore.c if (file != NULL file 224 src/filemanager/treestore.c && (fgets (buffer, sizeof (buffer), file) == NULL file 227 src/filemanager/treestore.c fclose (file); file 228 src/filemanager/treestore.c file = NULL; file 231 src/filemanager/treestore.c if (file != NULL) file 238 src/filemanager/treestore.c while (fgets (buffer, MC_MAXPATHLEN, file)) file 302 src/filemanager/treestore.c fclose (file); file 335 src/filemanager/treestore.c FILE *file; file 337 src/filemanager/treestore.c file = fopen (name, "w"); file 338 src/filemanager/treestore.c if (file == NULL) file 341 src/filemanager/treestore.c fprintf (file, "%s\n", TREE_SIGNATURE); file 355 src/filemanager/treestore.c i = fprintf (file, "%d:%d %s\n", current->scanned ? 1 : 0, common, encoded); file 363 src/filemanager/treestore.c i = fprintf (file, "%d:%s\n", current->scanned ? 1 : 0, encoded); file 376 src/filemanager/treestore.c fclose (file); file 532 src/filemanager/treestore.c process_special_dirs (GList ** special_dirs, const char *file) file 537 src/filemanager/treestore.c cfg = mc_config_init (file, TRUE); file 862 src/usermenu.c char *file; file 864 src/usermenu.c file = mc_config_get_full_path (EDIT_HOME_BLOCK_FILE); file 865 src/usermenu.c result = quote_func (file, FALSE); file 866 src/usermenu.c g_free (file); file 854 src/vfs/cpio/cpio.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 857 src/vfs/cpio/cpio.c off_t begin = file->ino->data_offset; file 860 src/vfs/cpio/cpio.c if (mc_lseek (fd, begin + file->pos, SEEK_SET) != begin + file->pos) file 863 src/vfs/cpio/cpio.c count = MIN (count, (size_t) (file->ino->st.st_size - file->pos)); file 869 src/vfs/cpio/cpio.c file->pos += res; file 824 src/vfs/extfs/extfs.c char *file; file 832 src/vfs/extfs/extfs.c file = extfs_get_path_from_entry (entry); file 833 src/vfs/extfs/extfs.c quoted_file = name_quote (file, FALSE); file 834 src/vfs/extfs/extfs.c g_free (file); file 837 src/vfs/extfs/extfs.c file = extfs_skip_leading_dotslash (quoted_file); file 845 src/vfs/extfs/extfs.c quoted_archive_name, " ", file, " ", quoted_localname, (char *) NULL); file 968 src/vfs/extfs/extfs.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 970 src/vfs/extfs/extfs.c return read (file->handle, buffer, count); file 978 src/vfs/extfs/extfs.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 981 src/vfs/extfs/extfs.c close (file->handle); file 982 src/vfs/extfs/extfs.c file->handle = -1; file 985 src/vfs/extfs/extfs.c if (file->changed) file 990 src/vfs/extfs/extfs.c (" copyin ", EXTFS_SUPER (VFS_FILE_HANDLER_SUPER (fh)), file->ino->ent, file 991 src/vfs/extfs/extfs.c file->ino->localname)) file 994 src/vfs/extfs/extfs.c if (stat (file->ino->localname, &file_status) != 0) file 997 src/vfs/extfs/extfs.c file->ino->st.st_size = file_status.st_size; file 999 src/vfs/extfs/extfs.c file->ino->st.st_mtime = time (NULL); file 1141 src/vfs/extfs/extfs.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 1143 src/vfs/extfs/extfs.c extfs_stat_move (buf, file->ino); file 1208 src/vfs/extfs/extfs.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 1210 src/vfs/extfs/extfs.c file->changed = TRUE; file 1211 src/vfs/extfs/extfs.c return write (file->handle, buf, nbyte); file 1358 src/vfs/extfs/extfs.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 1360 src/vfs/extfs/extfs.c return lseek (file->handle, offset, whence); file 1206 src/vfs/fish/fish.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 1209 src/vfs/fish/fish.c if (file->linear == LS_NOT_LINEAR) file 1211 src/vfs/fish/fish.c if (file->linear == LS_LINEAR_CLOSED || file->linear == LS_LINEAR_PREOPEN) file 2042 src/vfs/ftpfs/ftpfs.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 2045 src/vfs/ftpfs/ftpfs.c if (file->linear == LS_NOT_LINEAR) file 2047 src/vfs/ftpfs/ftpfs.c if (file->linear == LS_LINEAR_CLOSED || file->linear == LS_LINEAR_PREOPEN) file 69 src/vfs/sftpfs/file.c sftpfs_file_handler_t *file = SFTP_FILE_HANDLER (fh); file 75 src/vfs/sftpfs/file.c flags = file->flags; file 76 src/vfs/sftpfs/file.c mode = file->mode; file 131 src/vfs/sftpfs/file.c sftpfs_file_handler_t *file = SFTP_FILE_HANDLER (fh); file 167 src/vfs/sftpfs/file.c file->handle = file 170 src/vfs/sftpfs/file.c if (file->handle != NULL) file 178 src/vfs/sftpfs/file.c g_free (file); file 185 src/vfs/sftpfs/file.c file->flags = flags; file 186 src/vfs/sftpfs/file.c file->mode = mode; file 206 src/vfs/sftpfs/file.c libssh2_sftp_seek64 (file->handle, file_info.st_size); file 271 src/vfs/sftpfs/file.c sftpfs_file_handler_t *file = SFTP_FILE_HANDLER (fh); file 289 src/vfs/sftpfs/file.c rc = libssh2_sftp_read (file->handle, buffer, count); file 299 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); file 321 src/vfs/sftpfs/file.c sftpfs_file_handler_t *file = SFTP_FILE_HANDLER (fh); file 326 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); file 332 src/vfs/sftpfs/file.c rc = libssh2_sftp_write (file->handle, buffer, count); file 384 src/vfs/sftpfs/file.c sftpfs_file_handler_t *file = SFTP_FILE_HANDLER (fh); file 417 src/vfs/sftpfs/file.c libssh2_sftp_seek64 (file->handle, fh->pos); file 418 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); file 21 src/vfs/smbfs/helpers/include/proto.h BOOL dbghdr (int level, const char *file, const char *func, int line); file 671 src/vfs/smbfs/helpers/include/smb.h char file[100]; file 316 src/vfs/smbfs/helpers/lib/debug.c dbghdr (int level, const char *file, const char *func, int line) file 342 src/vfs/smbfs/helpers/lib/debug.c (void) Debug1 ("[%s, %d] %s:%s(%d)\n", timestring (), level, file, func, line); file 959 src/vfs/tar/tar.c vfs_file_handler_t *file = VFS_FILE_HANDLER (fh); file 960 src/vfs/tar/tar.c off_t begin = file->ino->data_offset; file 964 src/vfs/tar/tar.c if (mc_lseek (fd, begin + file->pos, SEEK_SET) != begin + file->pos) file 967 src/vfs/tar/tar.c count = MIN (count, (size_t) (file->ino->st.st_size - file->pos)); file 973 src/vfs/tar/tar.c file->pos += res; file 156 src/vfs/undelfs/undelfs.c undelfs_get_path (const vfs_path_t * vpath, char **fsname, char **file) file 196 src/vfs/undelfs/undelfs.c *file = g_strdup (p + 1); file 204 src/vfs/undelfs/undelfs.c *file = g_strdup (""); file 345 src/vfs/undelfs/undelfs.c char *file, *f = NULL; file 349 src/vfs/undelfs/undelfs.c undelfs_get_path (vpath, &file, &f); file 350 src/vfs/undelfs/undelfs.c if (file == NULL) file 359 src/vfs/undelfs/undelfs.c if (!ext2_fname || strcmp (ext2_fname, file)) file 362 src/vfs/undelfs/undelfs.c ext2_fname = file; file 368 src/vfs/undelfs/undelfs.c g_free (file); file 445 src/vfs/undelfs/undelfs.c char *file, *f = NULL; file 452 src/vfs/undelfs/undelfs.c undelfs_get_path (vpath, &file, &f); file 453 src/vfs/undelfs/undelfs.c if (file == NULL) file 459 src/vfs/undelfs/undelfs.c if (!ext2_fname || strcmp (ext2_fname, file)) file 462 src/vfs/undelfs/undelfs.c g_free (file); file 478 src/vfs/undelfs/undelfs.c g_free (file); file 486 src/vfs/undelfs/undelfs.c g_free (file); file 497 src/vfs/undelfs/undelfs.c g_free (file); file 659 src/vfs/undelfs/undelfs.c char *file, *f = NULL; file 661 src/vfs/undelfs/undelfs.c undelfs_get_path (vpath, &file, &f); file 662 src/vfs/undelfs/undelfs.c if (file == NULL) file 676 src/vfs/undelfs/undelfs.c g_free (file); file 681 src/vfs/undelfs/undelfs.c if (!ext2_fname || strcmp (ext2_fname, file)) file 683 src/vfs/undelfs/undelfs.c g_free (file); file 689 src/vfs/undelfs/undelfs.c g_free (file); file 713 src/vfs/undelfs/undelfs.c char *file, *f = NULL; file 716 src/vfs/undelfs/undelfs.c undelfs_get_path (vpath, &file, &f); file 717 src/vfs/undelfs/undelfs.c if (file == NULL) file 726 src/vfs/undelfs/undelfs.c fd = open (file, O_RDONLY); file 729 src/vfs/undelfs/undelfs.c message (D_ERROR, undelfserr, _("Cannot open file \"%s\""), file); file 731 src/vfs/undelfs/undelfs.c g_free (file); file 736 src/vfs/undelfs/undelfs.c g_free (file); file 278 src/viewer/mcviewer.c mcview_load (WView * view, const char *command, const char *file, int start_line, file 286 src/viewer/mcviewer.c view->filename_vpath = vfs_path_from_str (file); file 289 src/viewer/mcviewer.c if (file != NULL && file[0] != '\0') file 293 src/viewer/mcviewer.c if (!g_path_is_absolute (file)) file 298 src/viewer/mcviewer.c view->workdir_vpath = vfs_path_append_new (p, file, (char *) NULL); file 307 src/viewer/mcviewer.c fname = x_basename (file); file 308 src/viewer/mcviewer.c dir = g_strndup (file, (size_t) (fname - file)); file 321 src/viewer/mcviewer.c if (command != NULL && (view->mode_flags.magic || file == NULL || file[0] == '\0')) file 323 src/viewer/mcviewer.c else if (file != NULL && file[0] != '\0') file 330 src/viewer/mcviewer.c vpath = vfs_path_from_str (file); file 335 src/viewer/mcviewer.c file, unix_error_string (errno)); file 350 src/viewer/mcviewer.c file, unix_error_string (errno)); file 383 src/viewer/mcviewer.c type = get_compression_type (fd, file); file 391 src/viewer/mcviewer.c tmp_filename = g_strconcat (file, decompress_extension (type), (char *) NULL); file 400 src/viewer/mcviewer.c file, unix_error_string (errno)); file 51 src/viewer/mcviewer.h extern gboolean mcview_load (WView * view, const char *command, const char *file, int start_line, file 211 tests/lib/utilunix__my_system-common.c execvp (const char *file, char *const argv[]) file 214 tests/lib/utilunix__my_system-common.c execvp__file__captured = g_strdup (file);