tmp_vpath 1344 lib/vfs/direntry.c vfs_path_t *tmp_vpath; tmp_vpath 1346 lib/vfs/direntry.c tmp_handle = vfs_mkstemps (&tmp_vpath, path_element->class->name, name); tmp_vpath 1347 lib/vfs/direntry.c ino->localname = g_strdup (vfs_path_as_str (tmp_vpath)); tmp_vpath 1348 lib/vfs/direntry.c vfs_path_free (tmp_vpath); tmp_vpath 1443 lib/vfs/direntry.c vfs_path_t *tmp_vpath; tmp_vpath 1449 lib/vfs/direntry.c handle = vfs_mkstemps (&tmp_vpath, me->name, ino->ent->name); tmp_vpath 1450 lib/vfs/direntry.c ino->localname = g_strdup (vfs_path_as_str (tmp_vpath)); tmp_vpath 1451 lib/vfs/direntry.c vfs_path_free (tmp_vpath); tmp_vpath 81 lib/vfs/interface.c vfs_path_t *tmp_vpath = NULL; tmp_vpath 91 lib/vfs/interface.c fdout = vfs_mkstemps (&tmp_vpath, "vfs", vfs_path_get_last_path_str (filename_vpath)); tmp_vpath 113 lib/vfs/interface.c mc_chmod (tmp_vpath, mystat.st_mode); tmp_vpath 115 lib/vfs/interface.c return tmp_vpath; tmp_vpath 118 lib/vfs/interface.c vfs_path_free (tmp_vpath); tmp_vpath 639 lib/vfs/vfs.c vfs_path_t *tmp_vpath; tmp_vpath 649 lib/vfs/vfs.c tmp_vpath = vfs_path_from_str (current_dir); tmp_vpath 651 lib/vfs/vfs.c if (tmp_vpath != NULL) tmp_vpath 653 lib/vfs/vfs.c if (vfs_test_current_dir (tmp_vpath)) tmp_vpath 654 lib/vfs/vfs.c vfs_set_raw_current_dir (tmp_vpath); tmp_vpath 656 lib/vfs/vfs.c vfs_path_free (tmp_vpath); tmp_vpath 665 lib/vfs/vfs.c tmp_vpath = vfs_path_from_str (current_dir); tmp_vpath 668 lib/vfs/vfs.c if (tmp_vpath != NULL) tmp_vpath 673 lib/vfs/vfs.c if (!vfs_test_current_dir (tmp_vpath)) tmp_vpath 674 lib/vfs/vfs.c vfs_set_raw_current_dir (tmp_vpath); tmp_vpath 676 lib/vfs/vfs.c vfs_path_free (tmp_vpath); tmp_vpath 229 lib/widget/input_complete.c vfs_path_t *tmp_vpath; tmp_vpath 231 lib/widget/input_complete.c tmp_vpath = vfs_path_build_filename (dirname, entry->d_name, (char *) NULL); tmp_vpath 234 lib/widget/input_complete.c if (mc_stat (tmp_vpath, &tempstat) == 0) tmp_vpath 258 lib/widget/input_complete.c vfs_path_free (tmp_vpath); tmp_vpath 588 src/args.c vfs_path_t *tmp_vpath, *fname_vpath; tmp_vpath 592 src/args.c tmp_vpath = vfs_path_from_str (tmp); tmp_vpath 599 src/args.c if (mc_stat (tmp_vpath, &st) == -1 && mc_stat (fname_vpath, &st) != -1) tmp_vpath 602 src/args.c vfs_path_free (tmp_vpath); tmp_vpath 606 src/args.c arg = mcedit_arg_vpath_new (tmp_vpath, 0); tmp_vpath 2904 src/diffviewer/ydiff.c vfs_path_t *tmp_vpath; tmp_vpath 2906 src/diffviewer/ydiff.c tmp_vpath = vfs_path_from_str (dview->file[ord]); tmp_vpath 2907 src/diffviewer/ydiff.c edit_file_at_line (tmp_vpath, use_internal_edit, linenum); tmp_vpath 2908 src/diffviewer/ydiff.c vfs_path_free (tmp_vpath); tmp_vpath 384 src/editor/editcmd.c vfs_path_t *tmp_vpath; tmp_vpath 390 src/editor/editcmd.c tmp_vpath = vfs_path_clone (real_filename_vpath); tmp_vpath 391 src/editor/editcmd.c last_vpath_element = (vfs_path_element_t *) vfs_path_get_by_index (tmp_vpath, -1); tmp_vpath 396 src/editor/editcmd.c ok = (mc_rename (real_filename_vpath, tmp_vpath) != -1); tmp_vpath 397 src/editor/editcmd.c vfs_path_free (tmp_vpath); tmp_vpath 3207 src/editor/editcmd.c vfs_path_t *tmp_vpath; tmp_vpath 3209 src/editor/editcmd.c tmp_vpath = mc_config_get_full_vpath (EDIT_HOME_TEMP_FILE); tmp_vpath 3210 src/editor/editcmd.c edit_insert_file (edit, tmp_vpath); tmp_vpath 3211 src/editor/editcmd.c vfs_path_free (tmp_vpath); tmp_vpath 3255 src/editor/editcmd.c vfs_path_t *tmp_vpath; tmp_vpath 3257 src/editor/editcmd.c tmp_vpath = mc_config_get_full_vpath (EDIT_HOME_TEMP_FILE); tmp_vpath 3258 src/editor/editcmd.c edit_insert_file (edit, tmp_vpath); tmp_vpath 3259 src/editor/editcmd.c vfs_path_free (tmp_vpath); tmp_vpath 246 src/filemanager/cd.c vfs_path_t *tmp_vpath = current_panel->cwd_vpath; tmp_vpath 249 src/filemanager/cd.c vfs_path_vtokens_get (tmp_vpath, 0, vfs_path_tokens_count (tmp_vpath) - 1); tmp_vpath 250 src/filemanager/cd.c vfs_path_free (tmp_vpath); tmp_vpath 198 src/filemanager/dir.c vfs_path_t *tmp_vpath; tmp_vpath 200 src/filemanager/dir.c tmp_vpath = vfs_path_append_new (vpath, "..", (char *) NULL); tmp_vpath 201 src/filemanager/dir.c ret = mc_stat (tmp_vpath, st) == 0; tmp_vpath 202 src/filemanager/dir.c vfs_path_free (tmp_vpath); tmp_vpath 638 src/filemanager/file.c vfs_path_t *tmp_vpath; tmp_vpath 643 src/filemanager/file.c tmp_vpath = vfs_path_append_new (dirname_vpath, dirent->d_name, (char *) NULL); tmp_vpath 645 src/filemanager/file.c res = stat_func (tmp_vpath, &s); tmp_vpath 650 src/filemanager/file.c do_compute_dir_size (tmp_vpath, dsm, dir_count, ret_marked, ret_total, tmp_vpath 662 src/filemanager/file.c dsm->dirname_vpath = tmp_vpath; tmp_vpath 669 src/filemanager/file.c vfs_path_free (tmp_vpath); tmp_vpath 1417 src/filemanager/file.c vfs_path_t *tmp_vpath; tmp_vpath 1423 src/filemanager/file.c tmp_vpath = vfs_path_append_new (vpath, next->d_name, (char *) NULL); tmp_vpath 1424 src/filemanager/file.c if (mc_lstat (tmp_vpath, &buf) != 0) tmp_vpath 1427 src/filemanager/file.c vfs_path_free (tmp_vpath); tmp_vpath 1431 src/filemanager/file.c return_status = recursive_erase (tctx, ctx, tmp_vpath); tmp_vpath 1433 src/filemanager/file.c return_status = erase_file (tctx, ctx, tmp_vpath); tmp_vpath 1434 src/filemanager/file.c vfs_path_free (tmp_vpath); tmp_vpath 2936 src/filemanager/file.c vfs_path_t *tmp_vpath; tmp_vpath 2946 src/filemanager/file.c tmp_vpath = vfs_path_from_str (path); tmp_vpath 2948 src/filemanager/file.c (*ctx->stat_func) (tmp_vpath, &dst_stat); tmp_vpath 2980 src/filemanager/file.c lp->src_vpath = tmp_vpath; tmp_vpath 2983 src/filemanager/file.c tmp_vpath = NULL; tmp_vpath 2986 src/filemanager/file.c return_status = erase_dir_iff_empty (ctx, tmp_vpath, tctx->progress_count); tmp_vpath 2988 src/filemanager/file.c return_status = erase_file (tctx, ctx, tmp_vpath); tmp_vpath 2990 src/filemanager/file.c vfs_path_free (tmp_vpath); tmp_vpath 3205 src/filemanager/file.c vfs_path_t *tmp_vpath; tmp_vpath 3401 src/filemanager/file.c tmp_vpath = vfs_path_from_str (save_cwd); tmp_vpath 3402 src/filemanager/file.c mc_setctl (tmp_vpath, VFS_SETCTL_STALE_DATA, NULL); tmp_vpath 3403 src/filemanager/file.c vfs_path_free (tmp_vpath); tmp_vpath 3409 src/filemanager/file.c tmp_vpath = vfs_path_from_str (save_dest); tmp_vpath 3410 src/filemanager/file.c mc_setctl (tmp_vpath, VFS_SETCTL_STALE_DATA, NULL); tmp_vpath 3411 src/filemanager/file.c vfs_path_free (tmp_vpath); tmp_vpath 1279 src/filemanager/find.c vfs_path_t *tmp_vpath = NULL; tmp_vpath 1285 src/filemanager/find.c tmp_vpath = pop_directory (); tmp_vpath 1286 src/filemanager/find.c if (tmp_vpath == NULL) tmp_vpath 1311 src/filemanager/find.c ok = find_ignore_dir_search (vfs_path_as_str (tmp_vpath)); tmp_vpath 1316 src/filemanager/find.c vfs_path_free (tmp_vpath); tmp_vpath 1321 src/filemanager/find.c directory = g_strdup (vfs_path_as_str (tmp_vpath)); tmp_vpath 1331 src/filemanager/find.c dirp = mc_opendir (tmp_vpath); tmp_vpath 1332 src/filemanager/find.c vfs_path_free (tmp_vpath); tmp_vpath 1360 src/filemanager/find.c vfs_path_t *tmp_vpath; tmp_vpath 1362 src/filemanager/find.c tmp_vpath = vfs_path_build_filename (directory, dp->d_name, (char *) NULL); tmp_vpath 1364 src/filemanager/find.c if (mc_lstat (tmp_vpath, &tmp_stat) == 0 && S_ISDIR (tmp_stat.st_mode)) tmp_vpath 1365 src/filemanager/find.c push_directory (tmp_vpath); tmp_vpath 1367 src/filemanager/find.c vfs_path_free (tmp_vpath); tmp_vpath 2825 src/filemanager/panel.c vfs_path_t *tmp_vpath; tmp_vpath 2827 src/filemanager/panel.c tmp_vpath = vfs_path_append_new (vfs_get_raw_current_dir (), fe->fname, (char *) NULL); tmp_vpath 2828 src/filemanager/panel.c ret = mc_setctl (tmp_vpath, VFS_SETCTL_RUN, NULL); tmp_vpath 2829 src/filemanager/panel.c vfs_path_free (tmp_vpath); tmp_vpath 4168 src/filemanager/panel.c vfs_path_t *tmp_vpath; tmp_vpath 4175 src/filemanager/panel.c tmp_vpath = vfs_path_vtokens_get (cwd_vpath, 0, -1); tmp_vpath 4178 src/filemanager/panel.c vfs_path_build_filename (PATH_SEP_STR, vfs_path_as_str (tmp_vpath), (char *) NULL); tmp_vpath 4179 src/filemanager/panel.c vfs_path_free (tmp_vpath); tmp_vpath 4414 src/filemanager/panel.c vfs_path_t *tmp_vpath; tmp_vpath 4417 src/filemanager/panel.c tmp_vpath = vfs_path_from_str (curdir); tmp_vpath 4418 src/filemanager/panel.c mc_chdir (tmp_vpath); tmp_vpath 4419 src/filemanager/panel.c vfs_path_free (tmp_vpath); tmp_vpath 407 src/filemanager/panelize.c vfs_path_t *tmp_vpath; tmp_vpath 410 src/filemanager/panelize.c tmp_vpath = tmp_vpath 413 src/filemanager/panelize.c fname = vfs_path_as_str (tmp_vpath); tmp_vpath 416 src/filemanager/panelize.c vfs_path_free (tmp_vpath); tmp_vpath 275 src/filemanager/treestore.c vfs_path_t *tmp_vpath; tmp_vpath 277 src/filemanager/treestore.c tmp_vpath = vfs_path_from_str (oldname); tmp_vpath 278 src/filemanager/treestore.c e = tree_store_add_entry (tmp_vpath); tmp_vpath 279 src/filemanager/treestore.c vfs_path_free (tmp_vpath); tmp_vpath 308 src/filemanager/treestore.c vfs_path_t *tmp_vpath; tmp_vpath 310 src/filemanager/treestore.c tmp_vpath = vfs_path_from_str (PATH_SEP_STR); tmp_vpath 311 src/filemanager/treestore.c tree_store_add_entry (tmp_vpath); tmp_vpath 312 src/filemanager/treestore.c tree_store_rescan (tmp_vpath); tmp_vpath 313 src/filemanager/treestore.c vfs_path_free (tmp_vpath); tmp_vpath 917 src/filemanager/treestore.c vfs_path_t *tmp_vpath; tmp_vpath 919 src/filemanager/treestore.c tmp_vpath = vfs_path_append_new (vpath, dp->d_name, (char *) NULL); tmp_vpath 920 src/filemanager/treestore.c if (mc_lstat (tmp_vpath, &buf) != -1 && S_ISDIR (buf.st_mode)) tmp_vpath 922 src/filemanager/treestore.c vfs_path_free (tmp_vpath); tmp_vpath 251 src/vfs/cpio/cpio.c vfs_path_t *tmp_vpath; tmp_vpath 255 src/vfs/cpio/cpio.c tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON); tmp_vpath 256 src/vfs/cpio/cpio.c fd = mc_open (tmp_vpath, O_RDONLY); tmp_vpath 257 src/vfs/cpio/cpio.c vfs_path_free (tmp_vpath); tmp_vpath 365 src/vfs/tar/tar.c vfs_path_t *tmp_vpath; tmp_vpath 369 src/vfs/tar/tar.c tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON); tmp_vpath 370 src/vfs/tar/tar.c result = mc_open (tmp_vpath, O_RDONLY); tmp_vpath 371 src/vfs/tar/tar.c vfs_path_free (tmp_vpath); tmp_vpath 70 tests/src/execute__execute_with_vfs_arg.c const vfs_path_t *tmp_vpath; tmp_vpath 72 tests/src/execute__execute_with_vfs_arg.c tmp_vpath = (data->input_path == NULL) ? vfs_get_raw_current_dir () : filename_vpath; tmp_vpath 75 tests/src/execute__execute_with_vfs_arg.c tmp_vpath), TRUE);