Files
source/Y/tmp_vpath.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

144 lines
23 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>tmp_vpath</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1333'>tmp_vpath</a> 1333 lib/vfs/direntry.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1335'>tmp_vpath</a> 1335 lib/vfs/direntry.c tmp_handle = vfs_mkstemps (&amp;tmp_vpath, me-&gt;name, name);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1336'>tmp_vpath</a> 1336 lib/vfs/direntry.c ino-&gt;localname = vfs_path_free (tmp_vpath, FALSE);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1430'>tmp_vpath</a> 1430 lib/vfs/direntry.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1436'>tmp_vpath</a> 1436 lib/vfs/direntry.c handle = vfs_mkstemps (&amp;tmp_vpath, me-&gt;name, ino-&gt;ent-&gt;name);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1437'>tmp_vpath</a> 1437 lib/vfs/direntry.c ino-&gt;localname = vfs_path_free (tmp_vpath, FALSE);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L84'>tmp_vpath</a> 84 lib/vfs/interface.c vfs_path_t *tmp_vpath = NULL;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L94'>tmp_vpath</a> 94 lib/vfs/interface.c fdout = vfs_mkstemps (&amp;tmp_vpath, "vfs", vfs_path_get_last_path_str (filename_vpath));</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L116'>tmp_vpath</a> 116 lib/vfs/interface.c mc_chmod (tmp_vpath, mystat.st_mode);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L118'>tmp_vpath</a> 118 lib/vfs/interface.c return tmp_vpath;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L121'>tmp_vpath</a> 121 lib/vfs/interface.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L626'>tmp_vpath</a> 626 lib/vfs/vfs.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L636'>tmp_vpath</a> 636 lib/vfs/vfs.c tmp_vpath = vfs_path_from_str (current_dir);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L638'>tmp_vpath</a> 638 lib/vfs/vfs.c if (tmp_vpath != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L640'>tmp_vpath</a> 640 lib/vfs/vfs.c if (vfs_test_current_dir (tmp_vpath))</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L641'>tmp_vpath</a> 641 lib/vfs/vfs.c vfs_set_raw_current_dir (tmp_vpath);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L643'>tmp_vpath</a> 643 lib/vfs/vfs.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L651'>tmp_vpath</a> 651 lib/vfs/vfs.c tmp_vpath = vfs_path_from_str (current_dir);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L654'>tmp_vpath</a> 654 lib/vfs/vfs.c if (tmp_vpath != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L659'>tmp_vpath</a> 659 lib/vfs/vfs.c if (!vfs_test_current_dir (tmp_vpath))</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L660'>tmp_vpath</a> 660 lib/vfs/vfs.c vfs_set_raw_current_dir (tmp_vpath);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L662'>tmp_vpath</a> 662 lib/vfs/vfs.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L225'>tmp_vpath</a> 225 lib/widget/input_complete.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L227'>tmp_vpath</a> 227 lib/widget/input_complete.c tmp_vpath = vfs_path_build_filename (dirname, entry-&gt;d_name, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L230'>tmp_vpath</a> 230 lib/widget/input_complete.c if (mc_stat (tmp_vpath, &amp;tempstat) == 0)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L254'>tmp_vpath</a> 254 lib/widget/input_complete.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--args.c.html#L533'>tmp_vpath</a> 533 src/args.c vfs_path_t *tmp_vpath, *fname_vpath;</span>
<span class='curline'><a href='../S/src--args.c.html#L537'>tmp_vpath</a> 537 src/args.c tmp_vpath = vfs_path_from_str (tmp);</span>
<span class='curline'><a href='../S/src--args.c.html#L544'>tmp_vpath</a> 544 src/args.c if (mc_stat (tmp_vpath, &amp;st) == -1 &amp;&amp; mc_stat (fname_vpath, &amp;st) != -1)</span>
<span class='curline'><a href='../S/src--args.c.html#L547'>tmp_vpath</a> 547 src/args.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--args.c.html#L551'>tmp_vpath</a> 551 src/args.c arg = edit_arg_vpath_new (tmp_vpath, 0);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2834'>tmp_vpath</a> 2834 src/diffviewer/ydiff.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2836'>tmp_vpath</a> 2836 src/diffviewer/ydiff.c tmp_vpath = vfs_path_from_str (dview-&gt;file[ord]);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2837'>tmp_vpath</a> 2837 src/diffviewer/ydiff.c edit_file_at_line (tmp_vpath, use_internal_edit, linenum);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2838'>tmp_vpath</a> 2838 src/diffviewer/ydiff.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L323'>tmp_vpath</a> 323 src/editor/editcmd.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L329'>tmp_vpath</a> 329 src/editor/editcmd.c tmp_vpath = vfs_path_clone (real_filename_vpath);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L330'>tmp_vpath</a> 330 src/editor/editcmd.c last_vpath_element = (vfs_path_element_t *) vfs_path_get_by_index (tmp_vpath, -1);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L336'>tmp_vpath</a> 336 src/editor/editcmd.c ok = (mc_rename (real_filename_vpath, tmp_vpath) != -1);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L337'>tmp_vpath</a> 337 src/editor/editcmd.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1862'>tmp_vpath</a> 1862 src/editor/editcmd.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1864'>tmp_vpath</a> 1864 src/editor/editcmd.c tmp_vpath = mc_config_get_full_vpath (EDIT_HOME_TEMP_FILE);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1865'>tmp_vpath</a> 1865 src/editor/editcmd.c edit_insert_file (edit, tmp_vpath);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1866'>tmp_vpath</a> 1866 src/editor/editcmd.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1910'>tmp_vpath</a> 1910 src/editor/editcmd.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1912'>tmp_vpath</a> 1912 src/editor/editcmd.c tmp_vpath = mc_config_get_full_vpath (EDIT_HOME_TEMP_FILE);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1913'>tmp_vpath</a> 1913 src/editor/editcmd.c edit_insert_file (edit, tmp_vpath);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1914'>tmp_vpath</a> 1914 src/editor/editcmd.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L247'>tmp_vpath</a> 247 src/filemanager/cd.c vfs_path_t *tmp_vpath = current_panel-&gt;cwd_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L250'>tmp_vpath</a> 250 src/filemanager/cd.c vfs_path_vtokens_get (tmp_vpath, 0, vfs_path_tokens_count (tmp_vpath) - 1);</span>
<span class='curline'><a href='../S/src--filemanager--cd.c.html#L251'>tmp_vpath</a> 251 src/filemanager/cd.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L210'>tmp_vpath</a> 210 src/filemanager/dir.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L212'>tmp_vpath</a> 212 src/filemanager/dir.c tmp_vpath = vfs_path_append_new (vpath, "..", (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L213'>tmp_vpath</a> 213 src/filemanager/dir.c ret = mc_stat (tmp_vpath, st) == 0;</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L214'>tmp_vpath</a> 214 src/filemanager/dir.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L647'>tmp_vpath</a> 647 src/filemanager/file.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L652'>tmp_vpath</a> 652 src/filemanager/file.c tmp_vpath = vfs_path_append_new (dirname_vpath, dirent-&gt;d_name, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L654'>tmp_vpath</a> 654 src/filemanager/file.c res = stat_func (tmp_vpath, &amp;s);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L658'>tmp_vpath</a> 658 src/filemanager/file.c ret = do_compute_dir_size (tmp_vpath, dsm, dir_count, ret_marked, ret_total,</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L670'>tmp_vpath</a> 670 src/filemanager/file.c dsm-&gt;dirname_vpath = tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L677'>tmp_vpath</a> 677 src/filemanager/file.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1456'>tmp_vpath</a> 1456 src/filemanager/file.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1462'>tmp_vpath</a> 1462 src/filemanager/file.c tmp_vpath = vfs_path_append_new (vpath, next-&gt;d_name, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1463'>tmp_vpath</a> 1463 src/filemanager/file.c if (mc_lstat (tmp_vpath, &amp;buf) != 0)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1466'>tmp_vpath</a> 1466 src/filemanager/file.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1470'>tmp_vpath</a> 1470 src/filemanager/file.c return_status = recursive_erase (ctx, tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1472'>tmp_vpath</a> 1472 src/filemanager/file.c return_status = erase_file (ctx, tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1473'>tmp_vpath</a> 1473 src/filemanager/file.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3221'>tmp_vpath</a> 3221 src/filemanager/file.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3231'>tmp_vpath</a> 3231 src/filemanager/file.c tmp_vpath = vfs_path_from_str (path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3233'>tmp_vpath</a> 3233 src/filemanager/file.c (*ctx-&gt;stat_func) (tmp_vpath, &amp;dst_stat);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3267'>tmp_vpath</a> 3267 src/filemanager/file.c lp-&gt;src_vpath = tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3270'>tmp_vpath</a> 3270 src/filemanager/file.c tmp_vpath = NULL;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3273'>tmp_vpath</a> 3273 src/filemanager/file.c return_status = erase_dir_iff_empty (ctx, tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3275'>tmp_vpath</a> 3275 src/filemanager/file.c return_status = erase_file (ctx, tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3277'>tmp_vpath</a> 3277 src/filemanager/file.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1247'>tmp_vpath</a> 1247 src/filemanager/find.c vfs_path_t *tmp_vpath = NULL;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1253'>tmp_vpath</a> 1253 src/filemanager/find.c tmp_vpath = pop_directory ();</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1254'>tmp_vpath</a> 1254 src/filemanager/find.c if (tmp_vpath == NULL)</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1287'>tmp_vpath</a> 1287 src/filemanager/find.c if (!find_ignore_dir_search (vfs_path_as_str (tmp_vpath), -1))</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1290'>tmp_vpath</a> 1290 src/filemanager/find.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1300'>tmp_vpath</a> 1300 src/filemanager/find.c directory = (char *) vfs_path_as_str (tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1305'>tmp_vpath</a> 1305 src/filemanager/find.c dirp = mc_opendir (tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1306'>tmp_vpath</a> 1306 src/filemanager/find.c directory = vfs_path_free (tmp_vpath, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1334'>tmp_vpath</a> 1334 src/filemanager/find.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1341'>tmp_vpath</a> 1341 src/filemanager/find.c tmp_vpath = vfs_path_build_filename (directory, dp-&gt;d_name, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1348'>tmp_vpath</a> 1348 src/filemanager/find.c stat_res = mc_stat (tmp_vpath, &amp;tmp_stat);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1350'>tmp_vpath</a> 1350 src/filemanager/find.c stat_res = mc_lstat (tmp_vpath, &amp;tmp_stat);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1357'>tmp_vpath</a> 1357 src/filemanager/find.c push_directory (tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1359'>tmp_vpath</a> 1359 src/filemanager/find.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L2910'>tmp_vpath</a> 2910 src/filemanager/panel.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L2912'>tmp_vpath</a> 2912 src/filemanager/panel.c tmp_vpath = vfs_path_append_new (vfs_get_raw_current_dir (), fname, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L2913'>tmp_vpath</a> 2913 src/filemanager/panel.c ret = mc_setctl (tmp_vpath, VFS_SETCTL_RUN, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L2914'>tmp_vpath</a> 2914 src/filemanager/panel.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4312'>tmp_vpath</a> 4312 src/filemanager/panel.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4322'>tmp_vpath</a> 4322 src/filemanager/panel.c tmp_vpath = vfs_path_vtokens_get (cwd_vpath, 0, -1);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4325'>tmp_vpath</a> 4325 src/filemanager/panel.c vfs_path_build_filename (PATH_SEP_STR, vfs_path_as_str (tmp_vpath), (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4326'>tmp_vpath</a> 4326 src/filemanager/panel.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4622'>tmp_vpath</a> 4622 src/filemanager/panel.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4625'>tmp_vpath</a> 4625 src/filemanager/panel.c tmp_vpath = vfs_path_from_str (curdir);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4626'>tmp_vpath</a> 4626 src/filemanager/panel.c mc_chdir (tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4627'>tmp_vpath</a> 4627 src/filemanager/panel.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5300'>tmp_vpath</a> 5300 src/filemanager/panel.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5302'>tmp_vpath</a> 5302 src/filemanager/panel.c tmp_vpath =</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5304'>tmp_vpath</a> 5304 src/filemanager/panel.c list-&gt;list[i].fname = g_string_new_take (vfs_path_free (tmp_vpath, FALSE));</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L275'>tmp_vpath</a> 275 src/filemanager/treestore.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L277'>tmp_vpath</a> 277 src/filemanager/treestore.c tmp_vpath = vfs_path_from_str (oldname);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L278'>tmp_vpath</a> 278 src/filemanager/treestore.c e = tree_store_add_entry (tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L279'>tmp_vpath</a> 279 src/filemanager/treestore.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L308'>tmp_vpath</a> 308 src/filemanager/treestore.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L310'>tmp_vpath</a> 310 src/filemanager/treestore.c tmp_vpath = vfs_path_from_str (PATH_SEP_STR);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L311'>tmp_vpath</a> 311 src/filemanager/treestore.c tree_store_add_entry (tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L312'>tmp_vpath</a> 312 src/filemanager/treestore.c tree_store_rescan (tmp_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L313'>tmp_vpath</a> 313 src/filemanager/treestore.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L926'>tmp_vpath</a> 926 src/filemanager/treestore.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L928'>tmp_vpath</a> 928 src/filemanager/treestore.c tmp_vpath = vfs_path_append_new (vpath, dp-&gt;d_name, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L929'>tmp_vpath</a> 929 src/filemanager/treestore.c if (mc_lstat (tmp_vpath, &amp;buf) != -1 &amp;&amp; S_ISDIR (buf.st_mode))</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L931'>tmp_vpath</a> 931 src/filemanager/treestore.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L252'>tmp_vpath</a> 252 src/vfs/cpio/cpio.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L256'>tmp_vpath</a> 256 src/vfs/cpio/cpio.c tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L257'>tmp_vpath</a> 257 src/vfs/cpio/cpio.c fd = mc_open (tmp_vpath, O_RDONLY);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L258'>tmp_vpath</a> 258 src/vfs/cpio/cpio.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L910'>tmp_vpath</a> 910 src/vfs/tar/tar.c vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L914'>tmp_vpath</a> 914 src/vfs/tar/tar.c tmp_vpath = vfs_path_from_str_flags (s, VPF_NO_CANON);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L915'>tmp_vpath</a> 915 src/vfs/tar/tar.c result = mc_open (tmp_vpath, O_RDONLY);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L916'>tmp_vpath</a> 916 src/vfs/tar/tar.c vfs_path_free (tmp_vpath, TRUE);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L65'>tmp_vpath</a> 65 tests/src/execute__execute_with_vfs_arg.c const vfs_path_t *tmp_vpath;</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L67'>tmp_vpath</a> 67 tests/src/execute__execute_with_vfs_arg.c tmp_vpath = (data-&gt;input_path == NULL) ? vfs_get_raw_current_dir () : filename_vpath;</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L69'>tmp_vpath</a> 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));</span>
</pre>
</body>
</html>