mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
20 lines
1.5 KiB
HTML
20 lines
1.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>vpath3</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/tests--lib--vfs--path_manipulations.c.html#L331'>vpath3</a> 331 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath1, *vpath2, *vpath3;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L337'>vpath3</a> 337 tests/lib/vfs/path_manipulations.c vpath3 = vfs_path_append_vpath_new (vpath1, vpath2, NULL);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L340'>vpath3</a> 340 tests/lib/vfs/path_manipulations.c ck_assert_int_eq (vfs_path_elements_count (vpath3), data->expected_element_count);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L341'>vpath3</a> 341 tests/lib/vfs/path_manipulations.c mctest_assert_str_eq (vfs_path_as_str (vpath3), data->expected_path);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L345'>vpath3</a> 345 tests/lib/vfs/path_manipulations.c vfs_path_free (vpath3, TRUE);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|