tmp_vpath 1336 lib/vfs/direntry.c vfs_path_t *tmp_vpath; tmp_vpath 1338 lib/vfs/direntry.c tmp_handle = vfs_mkstemps (&tmp_vpath, me->name, name); tmp_vpath 1339 lib/vfs/direntry.c ino->localname = vfs_path_free (tmp_vpath, FALSE); tmp_vpath 1433 lib/vfs/direntry.c vfs_path_t *tmp_vpath; tmp_vpath 1439 lib/vfs/direntry.c handle = vfs_mkstemps (&tmp_vpath, me->name, ino->ent->name); tmp_vpath 1440 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 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 225 lib/widget/input_complete.c vfs_path_t *tmp_vpath; tmp_vpath 227 lib/widget/input_complete.c tmp_vpath = vfs_path_build_filename (dirname, entry->d_name, (char *) NULL); tmp_vpath 230 lib/widget/input_complete.c if (mc_stat (tmp_vpath, &tempstat) == 0) tmp_vpath 254 lib/widget/input_complete.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 539 src/args.c vfs_path_t *tmp_vpath, *fname_vpath; tmp_vpath 543 src/args.c tmp_vpath = vfs_path_from_str (tmp); tmp_vpath 550 src/args.c if (mc_stat (tmp_vpath, &st) == -1 && mc_stat (fname_vpath, &st) != -1) tmp_vpath 553 src/args.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 557 src/args.c arg = edit_arg_vpath_new (tmp_vpath, 0); tmp_vpath 2881 src/diffviewer/ydiff.c vfs_path_t *tmp_vpath; tmp_vpath 2883 src/diffviewer/ydiff.c tmp_vpath = vfs_path_from_str (dview->file[ord]); tmp_vpath 2884 src/diffviewer/ydiff.c edit_file_at_line (tmp_vpath, use_internal_edit, linenum); tmp_vpath 2885 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 1829 src/editor/editcmd.c vfs_path_t *tmp_vpath; tmp_vpath 1831 src/editor/editcmd.c tmp_vpath = mc_config_get_full_vpath (EDIT_HOME_TEMP_FILE); tmp_vpath 1832 src/editor/editcmd.c edit_insert_file (edit, tmp_vpath); tmp_vpath 1833 src/editor/editcmd.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 1877 src/editor/editcmd.c vfs_path_t *tmp_vpath; tmp_vpath 1879 src/editor/editcmd.c tmp_vpath = mc_config_get_full_vpath (EDIT_HOME_TEMP_FILE); tmp_vpath 1880 src/editor/editcmd.c edit_insert_file (edit, tmp_vpath); tmp_vpath 1881 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 655 src/filemanager/file.c vfs_path_t *tmp_vpath; tmp_vpath 660 src/filemanager/file.c tmp_vpath = vfs_path_append_new (dirname_vpath, dirent->d_name, (char *) NULL); tmp_vpath 662 src/filemanager/file.c res = stat_func (tmp_vpath, &s); tmp_vpath 667 src/filemanager/file.c do_compute_dir_size (tmp_vpath, dsm, dir_count, ret_marked, ret_total, tmp_vpath 679 src/filemanager/file.c dsm->dirname_vpath = tmp_vpath; tmp_vpath 686 src/filemanager/file.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 1456 src/filemanager/file.c vfs_path_t *tmp_vpath; tmp_vpath 1462 src/filemanager/file.c tmp_vpath = vfs_path_append_new (vpath, next->d_name, (char *) NULL); tmp_vpath 1463 src/filemanager/file.c if (mc_lstat (tmp_vpath, &buf) != 0) tmp_vpath 1466 src/filemanager/file.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 1470 src/filemanager/file.c return_status = recursive_erase (tctx, ctx, tmp_vpath); tmp_vpath 1472 src/filemanager/file.c return_status = erase_file (tctx, ctx, tmp_vpath); tmp_vpath 1473 src/filemanager/file.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 3187 src/filemanager/file.c vfs_path_t *tmp_vpath; tmp_vpath 3197 src/filemanager/file.c tmp_vpath = vfs_path_from_str (path); tmp_vpath 3199 src/filemanager/file.c (*ctx->stat_func) (tmp_vpath, &dst_stat); tmp_vpath 3234 src/filemanager/file.c lp->src_vpath = tmp_vpath; tmp_vpath 3237 src/filemanager/file.c tmp_vpath = NULL; tmp_vpath 3240 src/filemanager/file.c return_status = erase_dir_iff_empty (ctx, tmp_vpath, tctx->progress_count); tmp_vpath 3242 src/filemanager/file.c return_status = erase_file (tctx, ctx, tmp_vpath); tmp_vpath 3244 src/filemanager/file.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 1309 src/filemanager/find.c vfs_path_t *tmp_vpath = NULL; tmp_vpath 1315 src/filemanager/find.c tmp_vpath = pop_directory (); tmp_vpath 1316 src/filemanager/find.c if (tmp_vpath == NULL) tmp_vpath 1348 src/filemanager/find.c if (!find_ignore_dir_search (vfs_path_as_str (tmp_vpath), -1)) tmp_vpath 1351 src/filemanager/find.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 1361 src/filemanager/find.c directory = (char *) vfs_path_as_str (tmp_vpath); tmp_vpath 1366 src/filemanager/find.c dirp = mc_opendir (tmp_vpath); tmp_vpath 1367 src/filemanager/find.c directory = vfs_path_free (tmp_vpath, FALSE); tmp_vpath 1395 src/filemanager/find.c vfs_path_t *tmp_vpath; tmp_vpath 1398 src/filemanager/find.c tmp_vpath = vfs_path_build_filename (directory, dp->d_name, (char *) NULL); tmp_vpath 1401 src/filemanager/find.c stat_res = mc_stat (tmp_vpath, &tmp_stat); tmp_vpath 1403 src/filemanager/find.c stat_res = mc_lstat (tmp_vpath, &tmp_stat); tmp_vpath 1406 src/filemanager/find.c push_directory (tmp_vpath); tmp_vpath 1408 src/filemanager/find.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 3022 src/filemanager/panel.c vfs_path_t *tmp_vpath; tmp_vpath 3024 src/filemanager/panel.c tmp_vpath = vfs_path_append_new (vfs_get_raw_current_dir (), fname, (char *) NULL); tmp_vpath 3025 src/filemanager/panel.c ret = mc_setctl (tmp_vpath, VFS_SETCTL_RUN, NULL); tmp_vpath 3026 src/filemanager/panel.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 4386 src/filemanager/panel.c vfs_path_t *tmp_vpath; tmp_vpath 4396 src/filemanager/panel.c tmp_vpath = vfs_path_vtokens_get (cwd_vpath, 0, -1); tmp_vpath 4399 src/filemanager/panel.c vfs_path_build_filename (PATH_SEP_STR, vfs_path_as_str (tmp_vpath), (char *) NULL); tmp_vpath 4400 src/filemanager/panel.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 4704 src/filemanager/panel.c vfs_path_t *tmp_vpath; tmp_vpath 4707 src/filemanager/panel.c tmp_vpath = vfs_path_from_str (curdir); tmp_vpath 4708 src/filemanager/panel.c mc_chdir (tmp_vpath); tmp_vpath 4709 src/filemanager/panel.c vfs_path_free (tmp_vpath, TRUE); tmp_vpath 5381 src/filemanager/panel.c vfs_path_t *tmp_vpath; tmp_vpath 5383 src/filemanager/panel.c tmp_vpath = tmp_vpath 5385 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 925 src/vfs/tar/tar.c vfs_path_t *tmp_vpath; tmp_vpath 929 src/vfs/tar/tar.c tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON); tmp_vpath 930 src/vfs/tar/tar.c result = mc_open (tmp_vpath, O_RDONLY); tmp_vpath 931 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));