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

32 lines
4.5 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>vfs_path_equal</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--path.h.html#L91'>vfs_path_equal</a> 91 lib/vfs/path.h gboolean vfs_path_equal (const vfs_path_t *vpath1, const vfs_path_t *vpath2);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L965'>vfs_path_equal</a> 965 src/editor/editcmd.c if (!vfs_path_equal (edit-&gt;filename_vpath, exp_vpath))</span>
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L799'>vfs_path_equal</a> 799 src/filemanager/cmd.c &amp;&amp; vfs_path_equal (current_panel-&gt;cwd_vpath, other_panel-&gt;cwd_vpath))</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5292'>vfs_path_equal</a> 5292 src/filemanager/panel.c panelized_same = vfs_path_equal (pdescr-&gt;root_vpath, panel-&gt;cwd_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L313'>vfs_path_equal</a> 313 src/filemanager/tree.c if (vfs_path_equal (current-&gt;name, tree-&gt;selected_ptr-&gt;name))</span>
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L127'>vfs_path_equal</a> 127 tests/lib/vfs/path_cmp.c actual_result = vfs_path_equal (vpath1, vpath2);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L155'>vfs_path_equal</a> 155 tests/src/execute__execute_external_editor_or_viewer.c vfs_path_equal (execute_external_cmd_opts__filename_vpath__captured, filename_vpath));</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L69'>vfs_path_equal</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>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L99'>vfs_path_equal</a> 99 tests/src/execute__execute_with_vfs_arg.c mctest_assert_true (vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0),</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L133'>vfs_path_equal</a> 133 tests/src/execute__execute_with_vfs_arg.c vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0), filename_vpath));</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L135'>vfs_path_equal</a> 135 tests/src/execute__execute_with_vfs_arg.c mctest_assert_true (vfs_path_equal (mc_getlocalcopy__pathname_vpath__captured, filename_vpath));</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L170'>vfs_path_equal</a> 170 tests/src/execute__execute_with_vfs_arg.c vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0), filename_vpath));</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L172'>vfs_path_equal</a> 172 tests/src/execute__execute_with_vfs_arg.c mctest_assert_true (vfs_path_equal (mc_getlocalcopy__pathname_vpath__captured, filename_vpath));</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L177'>vfs_path_equal</a> 177 tests/src/execute__execute_with_vfs_arg.c vfs_path_equal (g_ptr_array_index (mc_stat__vpath__captured, 0), local_vpath));</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L178'>vfs_path_equal</a> 178 tests/src/execute__execute_with_vfs_arg.c mctest_assert_true (vfs_path_equal (g_ptr_array_index (mc_stat__vpath__captured, 0),</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L182'>vfs_path_equal</a> 182 tests/src/execute__execute_with_vfs_arg.c vfs_path_equal (mc_ungetlocalcopy__pathname_vpath__captured, filename_vpath));</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L184'>vfs_path_equal</a> 184 tests/src/execute__execute_with_vfs_arg.c mctest_assert_true (vfs_path_equal (mc_ungetlocalcopy__local_vpath__captured, local_vpath));</span>
</pre>
</body>
</html>