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, me->name, name);
tmp_vpath        1347 lib/vfs/direntry.c             ino->localname = vfs_path_free (tmp_vpath, FALSE);
tmp_vpath        1441 lib/vfs/direntry.c     vfs_path_t *tmp_vpath;
tmp_vpath        1447 lib/vfs/direntry.c     handle = vfs_mkstemps (&tmp_vpath, me->name, ino->ent->name);
tmp_vpath        1448 lib/vfs/direntry.c     ino->localname = vfs_path_free (tmp_vpath, FALSE);
tmp_vpath          85 lib/vfs/interface.c     vfs_path_t *tmp_vpath = NULL;
tmp_vpath          95 lib/vfs/interface.c     fdout = vfs_mkstemps (&tmp_vpath, "vfs", vfs_path_get_last_path_str (filename_vpath));
tmp_vpath         117 lib/vfs/interface.c         mc_chmod (tmp_vpath, mystat.st_mode);
tmp_vpath         119 lib/vfs/interface.c     return tmp_vpath;
tmp_vpath         122 lib/vfs/interface.c     vfs_path_free (tmp_vpath, TRUE);
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, TRUE);
tmp_vpath         664 lib/vfs/vfs.c          tmp_vpath = vfs_path_from_str (current_dir);
tmp_vpath         667 lib/vfs/vfs.c          if (tmp_vpath != NULL)
tmp_vpath         672 lib/vfs/vfs.c              if (!vfs_test_current_dir (tmp_vpath))
tmp_vpath         673 lib/vfs/vfs.c                  vfs_set_raw_current_dir (tmp_vpath);
tmp_vpath         675 lib/vfs/vfs.c                  vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         231 lib/widget/input_complete.c             vfs_path_t *tmp_vpath;
tmp_vpath         233 lib/widget/input_complete.c             tmp_vpath = vfs_path_build_filename (dirname, entry->d_name, (char *) NULL);
tmp_vpath         236 lib/widget/input_complete.c             if (mc_stat (tmp_vpath, &tempstat) == 0)
tmp_vpath         260 lib/widget/input_complete.c             vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         569 src/args.c                 vfs_path_t *tmp_vpath, *fname_vpath;
tmp_vpath         573 src/args.c                 tmp_vpath = vfs_path_from_str (tmp);
tmp_vpath         580 src/args.c                 if (mc_stat (tmp_vpath, &st) == -1 && mc_stat (fname_vpath, &st) != -1)
tmp_vpath         583 src/args.c                     vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         587 src/args.c                     arg = mcedit_arg_vpath_new (tmp_vpath, 0);
tmp_vpath        2897 src/diffviewer/ydiff.c         vfs_path_t *tmp_vpath;
tmp_vpath        2899 src/diffviewer/ydiff.c         tmp_vpath = vfs_path_from_str (dview->file[ord]);
tmp_vpath        2900 src/diffviewer/ydiff.c         edit_file_at_line (tmp_vpath, use_internal_edit, linenum);
tmp_vpath        2901 src/diffviewer/ydiff.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         333 src/editor/editcmd.c         vfs_path_t *tmp_vpath;
tmp_vpath         339 src/editor/editcmd.c         tmp_vpath = vfs_path_clone (real_filename_vpath);
tmp_vpath         340 src/editor/editcmd.c         last_vpath_element = (vfs_path_element_t *) vfs_path_get_by_index (tmp_vpath, -1);
tmp_vpath         346 src/editor/editcmd.c         ok = (mc_rename (real_filename_vpath, tmp_vpath) != -1);
tmp_vpath         347 src/editor/editcmd.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1819 src/editor/editcmd.c         vfs_path_t *tmp_vpath;
tmp_vpath        1821 src/editor/editcmd.c         tmp_vpath = mc_config_get_full_vpath (EDIT_HOME_TEMP_FILE);
tmp_vpath        1822 src/editor/editcmd.c         edit_insert_file (edit, tmp_vpath);
tmp_vpath        1823 src/editor/editcmd.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1867 src/editor/editcmd.c         vfs_path_t *tmp_vpath;
tmp_vpath        1869 src/editor/editcmd.c         tmp_vpath = mc_config_get_full_vpath (EDIT_HOME_TEMP_FILE);
tmp_vpath        1870 src/editor/editcmd.c         edit_insert_file (edit, tmp_vpath);
tmp_vpath        1871 src/editor/editcmd.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         249 src/filemanager/cd.c                 vfs_path_t *tmp_vpath = current_panel->cwd_vpath;
tmp_vpath         252 src/filemanager/cd.c                     vfs_path_vtokens_get (tmp_vpath, 0, vfs_path_tokens_count (tmp_vpath) - 1);
tmp_vpath         253 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         663 src/filemanager/file.c         vfs_path_t *tmp_vpath;
tmp_vpath         668 src/filemanager/file.c         tmp_vpath = vfs_path_append_new (dirname_vpath, dirent->d_name, (char *) NULL);
tmp_vpath         670 src/filemanager/file.c         res = stat_func (tmp_vpath, &s);
tmp_vpath         675 src/filemanager/file.c                     do_compute_dir_size (tmp_vpath, dsm, dir_count, ret_marked, ret_total,
tmp_vpath         687 src/filemanager/file.c                 dsm->dirname_vpath = tmp_vpath;
tmp_vpath         694 src/filemanager/file.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1476 src/filemanager/file.c         vfs_path_t *tmp_vpath;
tmp_vpath        1482 src/filemanager/file.c         tmp_vpath = vfs_path_append_new (vpath, next->d_name, (char *) NULL);
tmp_vpath        1483 src/filemanager/file.c         if (mc_lstat (tmp_vpath, &buf) != 0)
tmp_vpath        1486 src/filemanager/file.c             vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1490 src/filemanager/file.c             return_status = recursive_erase (tctx, ctx, tmp_vpath);
tmp_vpath        1492 src/filemanager/file.c             return_status = erase_file (tctx, ctx, tmp_vpath);
tmp_vpath        1493 src/filemanager/file.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        3168 src/filemanager/file.c         vfs_path_t *tmp_vpath;
tmp_vpath        3178 src/filemanager/file.c         tmp_vpath = vfs_path_from_str (path);
tmp_vpath        3180 src/filemanager/file.c         (*ctx->stat_func) (tmp_vpath, &dst_stat);
tmp_vpath        3215 src/filemanager/file.c                 lp->src_vpath = tmp_vpath;
tmp_vpath        3218 src/filemanager/file.c                 tmp_vpath = NULL;
tmp_vpath        3221 src/filemanager/file.c                 return_status = erase_dir_iff_empty (ctx, tmp_vpath, tctx->progress_count);
tmp_vpath        3223 src/filemanager/file.c                 return_status = erase_file (tctx, ctx, tmp_vpath);
tmp_vpath        3225 src/filemanager/file.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1305 src/filemanager/find.c                 vfs_path_t *tmp_vpath = NULL;
tmp_vpath        1311 src/filemanager/find.c                     tmp_vpath = pop_directory ();
tmp_vpath        1312 src/filemanager/find.c                     if (tmp_vpath == NULL)
tmp_vpath        1344 src/filemanager/find.c                     if (!find_ignore_dir_search (vfs_path_as_str (tmp_vpath)))
tmp_vpath        1347 src/filemanager/find.c                     vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        1357 src/filemanager/find.c                     directory = (char *) vfs_path_as_str (tmp_vpath);
tmp_vpath        1362 src/filemanager/find.c                 dirp = mc_opendir (tmp_vpath);
tmp_vpath        1363 src/filemanager/find.c                 directory = vfs_path_free (tmp_vpath, FALSE);
tmp_vpath        1391 src/filemanager/find.c                     vfs_path_t *tmp_vpath;
tmp_vpath        1394 src/filemanager/find.c                     tmp_vpath = vfs_path_build_filename (directory, dp->d_name, (char *) NULL);
tmp_vpath        1397 src/filemanager/find.c                         stat_res = mc_stat (tmp_vpath, &tmp_stat);
tmp_vpath        1399 src/filemanager/find.c                         stat_res = mc_lstat (tmp_vpath, &tmp_stat);
tmp_vpath        1402 src/filemanager/find.c                         push_directory (tmp_vpath);
tmp_vpath        1404 src/filemanager/find.c                         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        2967 src/filemanager/panel.c         vfs_path_t *tmp_vpath;
tmp_vpath        2969 src/filemanager/panel.c         tmp_vpath = vfs_path_append_new (vfs_get_raw_current_dir (), fname, (char *) NULL);
tmp_vpath        2970 src/filemanager/panel.c         ret = mc_setctl (tmp_vpath, VFS_SETCTL_RUN, NULL);
tmp_vpath        2971 src/filemanager/panel.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        4318 src/filemanager/panel.c         vfs_path_t *tmp_vpath;
tmp_vpath        4328 src/filemanager/panel.c         tmp_vpath = vfs_path_vtokens_get (cwd_vpath, 0, -1);
tmp_vpath        4331 src/filemanager/panel.c             vfs_path_build_filename (PATH_SEP_STR, vfs_path_as_str (tmp_vpath), (char *) NULL);
tmp_vpath        4332 src/filemanager/panel.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        4616 src/filemanager/panel.c         vfs_path_t *tmp_vpath;
tmp_vpath        4619 src/filemanager/panel.c         tmp_vpath = vfs_path_from_str (curdir);
tmp_vpath        4620 src/filemanager/panel.c         mc_chdir (tmp_vpath);
tmp_vpath        4621 src/filemanager/panel.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath        5243 src/filemanager/panel.c             vfs_path_t *tmp_vpath;
tmp_vpath        5245 src/filemanager/panel.c             tmp_vpath =
tmp_vpath        5247 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         250 src/vfs/cpio/cpio.c         vfs_path_t *tmp_vpath;
tmp_vpath         254 src/vfs/cpio/cpio.c         tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);
tmp_vpath         255 src/vfs/cpio/cpio.c         fd = mc_open (tmp_vpath, O_RDONLY);
tmp_vpath         256 src/vfs/cpio/cpio.c         vfs_path_free (tmp_vpath, TRUE);
tmp_vpath         924 src/vfs/tar/tar.c         vfs_path_t *tmp_vpath;
tmp_vpath         928 src/vfs/tar/tar.c         tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);
tmp_vpath         929 src/vfs/tar/tar.c         result = mc_open (tmp_vpath, O_RDONLY);
tmp_vpath         930 src/vfs/tar/tar.c         vfs_path_free (tmp_vpath, TRUE);
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          74 tests/src/execute__execute_with_vfs_arg.c                             (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0), tmp_vpath));