tmp_vpath        1333 lib/vfs/direntry.c             vfs_path_t *tmp_vpath;
tmp_vpath        1335 lib/vfs/direntry.c             tmp_handle = vfs_mkstemps (&tmp_vpath, me->name, name);
tmp_vpath        1336 lib/vfs/direntry.c             ino->localname = vfs_path_free (tmp_vpath, FALSE);
tmp_vpath        1430 lib/vfs/direntry.c     vfs_path_t *tmp_vpath;
tmp_vpath        1436 lib/vfs/direntry.c     handle = vfs_mkstemps (&tmp_vpath, me->name, ino->ent->name);
tmp_vpath        1437 lib/vfs/direntry.c     ino->localname = vfs_path_free (tmp_vpath, FALSE);
tmp_vpath          84 lib/vfs/interface.c     vfs_path_t *tmp_vpath = NULL;
tmp_vpath          94 lib/vfs/interface.c     fdout = vfs_mkstemps (&tmp_vpath, "vfs", vfs_path_get_last_path_str (filename_vpath));
tmp_vpath         116 lib/vfs/interface.c         mc_chmod (tmp_vpath, mystat.st_mode);
tmp_vpath         118 lib/vfs/interface.c     return tmp_vpath;
tmp_vpath         121 lib/vfs/interface.c     vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         636 lib/vfs/vfs.c      vfs_path_t *tmp_vpath;
tmp_vpath         646 lib/vfs/vfs.c          tmp_vpath = vfs_path_from_str (current_dir);
tmp_vpath         648 lib/vfs/vfs.c          if (tmp_vpath != NULL)
tmp_vpath         650 lib/vfs/vfs.c              if (vfs_test_current_dir (tmp_vpath))
tmp_vpath         651 lib/vfs/vfs.c                  vfs_set_raw_current_dir (tmp_vpath);
tmp_vpath         653 lib/vfs/vfs.c                  vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         661 lib/vfs/vfs.c          tmp_vpath = vfs_path_from_str (current_dir);
tmp_vpath         664 lib/vfs/vfs.c          if (tmp_vpath != NULL)
tmp_vpath         669 lib/vfs/vfs.c              if (!vfs_test_current_dir (tmp_vpath))
tmp_vpath         670 lib/vfs/vfs.c                  vfs_set_raw_current_dir (tmp_vpath);
tmp_vpath         672 lib/vfs/vfs.c                  vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         226 lib/widget/input_complete.c             vfs_path_t *tmp_vpath;
tmp_vpath         228 lib/widget/input_complete.c             tmp_vpath = vfs_path_build_filename (dirname, entry->d_name, (char *) NULL);
tmp_vpath         231 lib/widget/input_complete.c             if (mc_stat (tmp_vpath, &tempstat) == 0)
tmp_vpath         255 lib/widget/input_complete.c             vfs_path_free (tmp_vpath, TRUE);
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, TRUE);
tmp_vpath         606 src/args.c                     arg = edit_arg_vpath_new (tmp_vpath, 0);
tmp_vpath        2884 src/diffviewer/ydiff.c         vfs_path_t *tmp_vpath;
tmp_vpath        2886 src/diffviewer/ydiff.c         tmp_vpath = vfs_path_from_str (dview->file[ord]);
tmp_vpath        2887 src/diffviewer/ydiff.c         edit_file_at_line (tmp_vpath, use_internal_edit, linenum);
tmp_vpath        2888 src/diffviewer/ydiff.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         324 src/editor/editcmd.c         vfs_path_t *tmp_vpath;
tmp_vpath         330 src/editor/editcmd.c         tmp_vpath = vfs_path_clone (real_filename_vpath);
tmp_vpath         331 src/editor/editcmd.c         last_vpath_element = (vfs_path_element_t *) vfs_path_get_by_index (tmp_vpath, -1);
tmp_vpath         337 src/editor/editcmd.c         ok = (mc_rename (real_filename_vpath, tmp_vpath) != -1);
tmp_vpath         338 src/editor/editcmd.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1818 src/editor/editcmd.c         vfs_path_t *tmp_vpath;
tmp_vpath        1820 src/editor/editcmd.c         tmp_vpath = mc_config_get_full_vpath (EDIT_HOME_TEMP_FILE);
tmp_vpath        1821 src/editor/editcmd.c         edit_insert_file (edit, tmp_vpath);
tmp_vpath        1822 src/editor/editcmd.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1866 src/editor/editcmd.c         vfs_path_t *tmp_vpath;
tmp_vpath        1868 src/editor/editcmd.c         tmp_vpath = mc_config_get_full_vpath (EDIT_HOME_TEMP_FILE);
tmp_vpath        1869 src/editor/editcmd.c         edit_insert_file (edit, tmp_vpath);
tmp_vpath        1870 src/editor/editcmd.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         247 src/filemanager/cd.c                 vfs_path_t *tmp_vpath = current_panel->cwd_vpath;
tmp_vpath         250 src/filemanager/cd.c                     vfs_path_vtokens_get (tmp_vpath, 0, vfs_path_tokens_count (tmp_vpath) - 1);
tmp_vpath         251 src/filemanager/cd.c                 vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         210 src/filemanager/dir.c             vfs_path_t *tmp_vpath;
tmp_vpath         212 src/filemanager/dir.c             tmp_vpath = vfs_path_append_new (vpath, "..", (char *) NULL);
tmp_vpath         213 src/filemanager/dir.c             ret = mc_stat (tmp_vpath, st) == 0;
tmp_vpath         214 src/filemanager/dir.c             vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         650 src/filemanager/file.c         vfs_path_t *tmp_vpath;
tmp_vpath         655 src/filemanager/file.c         tmp_vpath = vfs_path_append_new (dirname_vpath, dirent->d_name, (char *) NULL);
tmp_vpath         657 src/filemanager/file.c         res = stat_func (tmp_vpath, &s);
tmp_vpath         661 src/filemanager/file.c                 ret = do_compute_dir_size (tmp_vpath, dsm, dir_count, ret_marked, ret_total,
tmp_vpath         673 src/filemanager/file.c                 dsm->dirname_vpath = tmp_vpath;
tmp_vpath         680 src/filemanager/file.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1450 src/filemanager/file.c         vfs_path_t *tmp_vpath;
tmp_vpath        1456 src/filemanager/file.c         tmp_vpath = vfs_path_append_new (vpath, next->d_name, (char *) NULL);
tmp_vpath        1457 src/filemanager/file.c         if (mc_lstat (tmp_vpath, &buf) != 0)
tmp_vpath        1460 src/filemanager/file.c             vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1464 src/filemanager/file.c             return_status = recursive_erase (ctx, tmp_vpath);
tmp_vpath        1466 src/filemanager/file.c             return_status = erase_file (ctx, tmp_vpath);
tmp_vpath        1467 src/filemanager/file.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        3229 src/filemanager/file.c         vfs_path_t *tmp_vpath;
tmp_vpath        3239 src/filemanager/file.c         tmp_vpath = vfs_path_from_str (path);
tmp_vpath        3241 src/filemanager/file.c         (*ctx->stat_func) (tmp_vpath, &dst_stat);
tmp_vpath        3275 src/filemanager/file.c                 lp->src_vpath = tmp_vpath;
tmp_vpath        3278 src/filemanager/file.c                 tmp_vpath = NULL;
tmp_vpath        3281 src/filemanager/file.c                 return_status = erase_dir_iff_empty (ctx, tmp_vpath);
tmp_vpath        3283 src/filemanager/file.c                 return_status = erase_file (ctx, tmp_vpath);
tmp_vpath        3285 src/filemanager/file.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1301 src/filemanager/find.c                 vfs_path_t *tmp_vpath = NULL;
tmp_vpath        1307 src/filemanager/find.c                     tmp_vpath = pop_directory ();
tmp_vpath        1308 src/filemanager/find.c                     if (tmp_vpath == NULL)
tmp_vpath        1341 src/filemanager/find.c                     if (!find_ignore_dir_search (vfs_path_as_str (tmp_vpath), -1))
tmp_vpath        1344 src/filemanager/find.c                     vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1354 src/filemanager/find.c                     directory = (char *) vfs_path_as_str (tmp_vpath);
tmp_vpath        1359 src/filemanager/find.c                 dirp = mc_opendir (tmp_vpath);
tmp_vpath        1360 src/filemanager/find.c                 directory = vfs_path_free (tmp_vpath, FALSE);
tmp_vpath        1388 src/filemanager/find.c                     vfs_path_t *tmp_vpath;
tmp_vpath        1391 src/filemanager/find.c                     tmp_vpath = vfs_path_build_filename (directory, dp->d_name, (char *) NULL);
tmp_vpath        1394 src/filemanager/find.c                         stat_res = mc_stat (tmp_vpath, &tmp_stat);
tmp_vpath        1396 src/filemanager/find.c                         stat_res = mc_lstat (tmp_vpath, &tmp_stat);
tmp_vpath        1399 src/filemanager/find.c                         push_directory (tmp_vpath);
tmp_vpath        1401 src/filemanager/find.c                         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        2899 src/filemanager/panel.c         vfs_path_t *tmp_vpath;
tmp_vpath        2901 src/filemanager/panel.c         tmp_vpath = vfs_path_append_new (vfs_get_raw_current_dir (), fname, (char *) NULL);
tmp_vpath        2902 src/filemanager/panel.c         ret = mc_setctl (tmp_vpath, VFS_SETCTL_RUN, NULL);
tmp_vpath        2903 src/filemanager/panel.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        4265 src/filemanager/panel.c         vfs_path_t *tmp_vpath;
tmp_vpath        4275 src/filemanager/panel.c         tmp_vpath = vfs_path_vtokens_get (cwd_vpath, 0, -1);
tmp_vpath        4278 src/filemanager/panel.c             vfs_path_build_filename (PATH_SEP_STR, vfs_path_as_str (tmp_vpath), (char *) NULL);
tmp_vpath        4279 src/filemanager/panel.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        4583 src/filemanager/panel.c         vfs_path_t *tmp_vpath;
tmp_vpath        4586 src/filemanager/panel.c         tmp_vpath = vfs_path_from_str (curdir);
tmp_vpath        4587 src/filemanager/panel.c         mc_chdir (tmp_vpath);
tmp_vpath        4588 src/filemanager/panel.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        5262 src/filemanager/panel.c             vfs_path_t *tmp_vpath;
tmp_vpath        5264 src/filemanager/panel.c             tmp_vpath =
tmp_vpath        5266 src/filemanager/panel.c             list->list[i].fname = g_string_new_take (vfs_path_free (tmp_vpath, FALSE));
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, TRUE);
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, TRUE);
tmp_vpath         925 src/filemanager/treestore.c                 vfs_path_t *tmp_vpath;
tmp_vpath         927 src/filemanager/treestore.c                 tmp_vpath = vfs_path_append_new (vpath, dp->d_name, (char *) NULL);
tmp_vpath         928 src/filemanager/treestore.c                 if (mc_lstat (tmp_vpath, &buf) != -1 && S_ISDIR (buf.st_mode))
tmp_vpath         930 src/filemanager/treestore.c                 vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         252 src/vfs/cpio/cpio.c         vfs_path_t *tmp_vpath;
tmp_vpath         256 src/vfs/cpio/cpio.c         tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);
tmp_vpath         257 src/vfs/cpio/cpio.c         fd = mc_open (tmp_vpath, O_RDONLY);
tmp_vpath         258 src/vfs/cpio/cpio.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         910 src/vfs/tar/tar.c         vfs_path_t *tmp_vpath;
tmp_vpath         914 src/vfs/tar/tar.c         tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);
tmp_vpath         915 src/vfs/tar/tar.c         result = mc_open (tmp_vpath, O_RDONLY);
tmp_vpath         916 src/vfs/tar/tar.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath          65 tests/src/execute__execute_with_vfs_arg.c         const vfs_path_t *tmp_vpath;
tmp_vpath          67 tests/src/execute__execute_with_vfs_arg.c         tmp_vpath = (data->input_path == NULL) ? vfs_get_raw_current_dir () : filename_vpath;
tmp_vpath          69 tests/src/execute__execute_with_vfs_arg.c             vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0), tmp_vpath));