Files
source/S/tests--lib--vfs--path_recode.c.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

316 lines
40 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>tests/lib/vfs/path_recode.c</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>
<!-- beginning of fixed guide -->
<div id='guide'><ul>
<li><a href='#L42'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#L250'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
<li class='standout'><span><a href='../files/tests.html'>tests</a>/<a href='../files/tests--lib.html'>lib</a>/<a href='../files/tests--lib--vfs.html'>vfs</a>/path_recode.c</span></li>
</ul></div>
<!-- end of fixed guide -->
<div align='right'>Manual pages:
<a href=man/mc.html>mc</a> &bullet; <a href=man/mcdiff.html>mcdiff</a> &bullet; <a href=man/mcedit.html>mcedit</a> &bullet; <a href=man/mcview.html>mcview</a>
</div>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/tests.html'>tests</a>/<a href='../files/tests--lib.html'>lib</a>/<a href='../files/tests--lib--vfs.html'>vfs</a>/path_recode.c</h2>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L250'><img class='icon' src='../icons/last.png' alt='[last]' /></a><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1 tests/lib/vfs/path_recode.c' /> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L42' title='Defined at 42.'>mc_config_get_home_dir</a></li>
<li><a href='#L50' title='Defined at 50.'>test_init_vfs</a></li>
<li><a href='#L65' title='Defined at 65.'>test_deinit_vfs</a></li>
<li><a href='#L120' title='Defined at 120.'>START_PARAMETRIZED_TEST</a></li>
<li><a href='#L222' title='Defined at 222.'>START_PARAMETRIZED_TEST</a></li>
<li><a href='#L250' title='Defined at 250.'>main</a></li>
</ol>
<hr />
<pre>
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
<a id='L2' name='L2'></a> 2 <em class='comment'> lib/vfs - vfs_path_t charset recode functions</em>
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 2011-2025</em>
<a id='L5' name='L5'></a> 5 <em class='comment'> Free Software Foundation, Inc.</em>
<a id='L6' name='L6'></a> 6 <em class='comment'></em>
<a id='L7' name='L7'></a> 7 <em class='comment'> Written by:</em>
<a id='L8' name='L8'></a> 8 <em class='comment'> Slava Zanko &lt;slavazanko@gmail.com&gt;, 2011, 2013</em>
<a id='L9' name='L9'></a> 9 <em class='comment'></em>
<a id='L10' name='L10'></a> 10 <em class='comment'> This file is part of the Midnight Commander.</em>
<a id='L11' name='L11'></a> 11 <em class='comment'></em>
<a id='L12' name='L12'></a> 12 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
<a id='L13' name='L13'></a> 13 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
<a id='L14' name='L14'></a> 14 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
<a id='L15' name='L15'></a> 15 <em class='comment'> or (at your option) any later version.</em>
<a id='L16' name='L16'></a> 16 <em class='comment'></em>
<a id='L17' name='L17'></a> 17 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
<a id='L18' name='L18'></a> 18 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L19' name='L19'></a> 19 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
<a id='L20' name='L20'></a> 20 <em class='comment'> GNU General Public License for more details.</em>
<a id='L21' name='L21'></a> 21 <em class='comment'></em>
<a id='L22' name='L22'></a> 22 <em class='comment'> You should have received a copy of the GNU General Public License</em>
<a id='L23' name='L23'></a> 23 <em class='comment'> along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L24' name='L24'></a> 24 <em class='comment'> */</em>
<a id='L25' name='L25'></a> 25
<a id='L26' name='L26'></a> 26 <em class='sharp'>#define</em> <a href='../S/tests--mctest.h.html#L91' title='Referred from 91 in tests/mctest.h.'>TEST_SUITE_NAME</a> "/lib/vfs"
<a id='L27' name='L27'></a> 27
<a id='L28' name='L28'></a> 28 <em class='sharp'>#include</em> "<a href='tests--mctest.h.html'>tests/mctest.h</a>"
<a id='L29' name='L29'></a> 29
<a id='L30' name='L30'></a> 30 <em class='sharp'>#include</em> "<a href='lib--charsets.h.html'>lib/charsets.h</a>"
<a id='L31' name='L31'></a> 31
<a id='L32' name='L32'></a> 32 <em class='sharp'>#include</em> "<a href='lib--strutil.h.html'>lib/strutil.h</a>"
<a id='L33' name='L33'></a> 33 <em class='sharp'>#include</em> "<a href='lib--vfs--xdirentry.h.html'>lib/vfs/xdirentry.h</a>"
<a id='L34' name='L34'></a> 34 <em class='sharp'>#include</em> "<a href='lib--vfs--path.h.html'>lib/vfs/path.h</a>"
<a id='L35' name='L35'></a> 35
<a id='L36' name='L36'></a> 36 <em class='sharp'>#include</em> "src/vfs/local/local.c"
<a id='L37' name='L37'></a> 37
<a id='L38' name='L38'></a> 38 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L39' name='L39'></a> 39
<a id='L40' name='L40'></a> 40 <em class='comment'>/* @Mock */</em>
<a id='L41' name='L41'></a> 41 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *
<a id='L42' name='L42'></a> 42 <a href='../R/mc_config_get_home_dir.html' title='Multiple referred from 16 places.'>mc_config_get_home_dir</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L50'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L250'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+42 tests/lib/vfs/path_recode.c' /> */</em>
<a id='L43' name='L43'></a> 43 <em class='brace'>{</em>
<a id='L44' name='L44'></a> 44 <strong class='reserved'>return</strong> "/mock/home";
<a id='L45' name='L45'></a> 45 <em class='brace'>}</em>
<a id='L46' name='L46'></a> 46
<a id='L47' name='L47'></a> 47 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L48' name='L48'></a> 48
<a id='L49' name='L49'></a> 49 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L50' name='L50'></a> 50 <a href='../R/test_init_vfs.html' title='Multiple referred from 2 places.'>test_init_vfs</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/encoding.html' title='Multiple used in 65 places.'>encoding</a>)
<em class='comment'>/* <a href='#L42'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L65'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L250'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+50 tests/lib/vfs/path_recode.c' /> */</em>
<a id='L51' name='L51'></a> 51 <em class='brace'>{</em>
<a id='L52' name='L52'></a> 52 <a href='../S/lib--strutil--strutil.c.html#L401' title='Defined at 401 in lib/strutil/strutil.c.'>str_init_strings</a> (<a href='../Y/encoding.html' title='Multiple used in 65 places.'>encoding</a>);
<a id='L53' name='L53'></a> 53
<a id='L54' name='L54'></a> 54 <a href='../S/lib--vfs--vfs.c.html#L451' title='Defined at 451 in lib/vfs/vfs.c.'>vfs_init</a> ();
<a id='L55' name='L55'></a> 55 <a href='../S/src--vfs--local--local.c.html#L490' title='Defined at 490 in src/vfs/local/local.c.'>vfs_init_localfs</a> ();
<a id='L56' name='L56'></a> 56 <a href='../S/lib--vfs--vfs.c.html#L467' title='Defined at 467 in lib/vfs/vfs.c.'>vfs_setup_work_dir</a> ();
<a id='L57' name='L57'></a> 57
<a id='L58' name='L58'></a> 58 <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/sysconfig_dir.html' title='Multiple used in 39 places.'>sysconfig_dir</a> = (<strong class='reserved'>char</strong> *) <a href='../Y/TEST_SHARE_DIR.html' title='Multiple used in 12 places.'>TEST_SHARE_DIR</a>;
<a id='L59' name='L59'></a> 59 <a href='../S/lib--charsets.c.html#L209' title='Defined at 209 in lib/charsets.c.'>load_codepages_list</a> ();
<a id='L60' name='L60'></a> 60 <em class='brace'>}</em>
<a id='L61' name='L61'></a> 61
<a id='L62' name='L62'></a> 62 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L63' name='L63'></a> 63
<a id='L64' name='L64'></a> 64 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L65' name='L65'></a> 65 <a href='../R/test_deinit_vfs.html' title='Multiple referred from 2 places.'>test_deinit_vfs</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L50'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L120'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L250'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+65 tests/lib/vfs/path_recode.c' /> */</em>
<a id='L66' name='L66'></a> 66 <em class='brace'>{</em>
<a id='L67' name='L67'></a> 67 <a href='../S/lib--charsets.c.html#L236' title='Defined at 236 in lib/charsets.c.'>free_codepages_list</a> ();
<a id='L68' name='L68'></a> 68 <a href='../S/lib--strutil--strutil.c.html#L432' title='Defined at 432 in lib/strutil/strutil.c.'>str_uninit_strings</a> ();
<a id='L69' name='L69'></a> 69 <a href='../S/lib--vfs--vfs.c.html#L483' title='Defined at 483 in lib/vfs/vfs.c.'>vfs_shut</a> ();
<a id='L70' name='L70'></a> 70 <em class='brace'>}</em>
<a id='L71' name='L71'></a> 71
<a id='L72' name='L72'></a> 72 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L73' name='L73'></a> 73
<a id='L74' name='L74'></a> 74 <em class='comment'>/* @DataSource("test_path_recode_ds") */</em>
<a id='L75' name='L75'></a> 75 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong> <a href='../R/test_path_recode_ds.html' title='Multiple referred from 3 places.'>test_path_recode_ds</a>
<a id='L76' name='L76'></a> 76 <em class='brace'>{</em>
<a id='L77' name='L77'></a> 77 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/input_codepage.html' title='Multiple used in 2 places.'>input_codepage</a>;
<a id='L78' name='L78'></a> 78 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/input_path.html' title='Multiple used in 19 places.'>input_path</a>;
<a id='L79' name='L79'></a> 79 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/expected_element_path.html' title='Multiple used in 6 places.'>expected_element_path</a>;
<a id='L80' name='L80'></a> 80 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/expected_recoded_path.html' title='Multiple used in 2 places.'>expected_recoded_path</a>;
<a id='L81' name='L81'></a> 81 <em class='brace'>}</em> <a href='../S/tests--lib--vfs--path_recode.c.html#L75' title='Defined at 75 in tests/lib/vfs/path_recode.c.'>test_path_recode_ds</a>[] = <em class='brace'>{</em>
<a id='L82' name='L82'></a> 82 <em class='brace'>{</em>
<a id='L83' name='L83'></a> 83 <em class='comment'>// 0.</em>
<a id='L84' name='L84'></a> 84 "UTF-8",
<a id='L85' name='L85'></a> 85 "/\xD4\xC5\xD3\xD4\xCF\xD7\xD9\xCA/\xD0\xD5\xD4\xD8",
<a id='L86' name='L86'></a> 86 "/\xD4\xC5\xD3\xD4\xCF\xD7\xD9\xCA/\xD0\xD5\xD4\xD8",
<a id='L87' name='L87'></a> 87 "/\xD4\xC5\xD3\xD4\xCF\xD7\xD9\xCA/\xD0\xD5\xD4\xD8",
<a id='L88' name='L88'></a> 88 <em class='brace'>}</em>,
<a id='L89' name='L89'></a> 89 <em class='brace'>{</em>
<a id='L90' name='L90'></a> 90 <em class='comment'>// 1.</em>
<a id='L91' name='L91'></a> 91 "UTF-8",
<a id='L92' name='L92'></a> 92 "/#enc:KOI8-R/тестовый/путь",
<a id='L93' name='L93'></a> 93 "/\xD4\xC5\xD3\xD4\xCF\xD7\xD9\xCA/\xD0\xD5\xD4\xD8",
<a id='L94' name='L94'></a> 94 "/#enc:KOI8-R/тестовый/путь",
<a id='L95' name='L95'></a> 95 <em class='brace'>}</em>,
<a id='L96' name='L96'></a> 96 <em class='brace'>{</em>
<a id='L97' name='L97'></a> 97 <em class='comment'>// 2.</em>
<a id='L98' name='L98'></a> 98 "KOI8-R",
<a id='L99' name='L99'></a> 99 "/тестовый/путь",
<a id='L100' name='L100'></a> 100 "/тестовый/путь",
<a id='L101' name='L101'></a> 101 "/тестовый/путь",
<a id='L102' name='L102'></a> 102 <em class='brace'>}</em>,
<a id='L103' name='L103'></a> 103 <em class='brace'>{</em>
<a id='L104' name='L104'></a> 104 <em class='comment'>// 3.</em>
<a id='L105' name='L105'></a> 105 "KOI8-R",
<a id='L106' name='L106'></a> 106 "/#enc:UTF-8/\xD4\xC5\xD3\xD4\xCF\xD7\xD9\xCA/\xD0\xD5\xD4\xD8",
<a id='L107' name='L107'></a> 107 "/тестовый/путь",
<a id='L108' name='L108'></a> 108 "/#enc:UTF-8/\xD4\xC5\xD3\xD4\xCF\xD7\xD9\xCA/\xD0\xD5\xD4\xD8",
<a id='L109' name='L109'></a> 109 <em class='brace'>}</em>,
<a id='L110' name='L110'></a> 110 <em class='brace'>{</em>
<a id='L111' name='L111'></a> 111 <em class='comment'>// 4. Test encode info at start</em>
<a id='L112' name='L112'></a> 112 "UTF-8",
<a id='L113' name='L113'></a> 113 "#enc:KOI8-R/bla-bla/some/path",
<a id='L114' name='L114'></a> 114 "/bla-bla/some/path",
<a id='L115' name='L115'></a> 115 "/#enc:KOI8-R/bla-bla/some/path",
<a id='L116' name='L116'></a> 116 <em class='brace'>}</em>,
<a id='L117' name='L117'></a> 117 <em class='brace'>}</em>;
<a id='L118' name='L118'></a> 118
<a id='L119' name='L119'></a> 119 <em class='comment'>/* @Test(dataSource = "test_path_recode_ds") */</em>
<a id='L120' name='L120'></a> 120 START_PARAMETRIZED_TEST (<a href='../Y/test_path_recode.html' title='Multiple used in 2 places.'>test_path_recode</a>, <a href='../S/tests--lib--vfs--path_recode.c.html#L75' title='Defined at 75 in tests/lib/vfs/path_recode.c.'>test_path_recode_ds</a>)
<em class='comment'>/* <a href='#L65'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L222'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L250'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+120 tests/lib/vfs/path_recode.c' /> */</em>
<a id='L121' name='L121'></a> 121 <em class='brace'>{</em>
<a id='L122' name='L122'></a> 122 <em class='comment'>// given</em>
<a id='L123' name='L123'></a> 123 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>;
<a id='L124' name='L124'></a> 124 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/element_path.html' title='Multiple used in 6 places.'>element_path</a>;
<a id='L125' name='L125'></a> 125 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/vpath_str.html' title='Multiple used in 6 places.'>vpath_str</a>;
<a id='L126' name='L126'></a> 126
<a id='L127' name='L127'></a> 127 <a href='../S/tests--lib--vfs--path_recode.c.html#L50' title='Defined at 50 in tests/lib/vfs/path_recode.c.'>test_init_vfs</a> (<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>-&gt;<a href='../Y/input_codepage.html' title='Multiple used in 2 places.'>input_codepage</a>);
<a id='L128' name='L128'></a> 128
<a id='L129' name='L129'></a> 129 <em class='comment'>// when</em>
<a id='L130' name='L130'></a> 130 <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a> = <a href='../S/lib--vfs--path.c.html#L722' title='Defined at 722 in lib/vfs/path.c.'>vfs_path_from_str</a> (<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>-&gt;<a href='../Y/input_path.html' title='Multiple used in 19 places.'>input_path</a>);
<a id='L131' name='L131'></a> 131 <a href='../Y/element_path.html' title='Multiple used in 6 places.'>element_path</a> = <a href='../S/lib--vfs--path.h.html#L106' title='Defined at 106 in lib/vfs/path.h.'>vfs_path_get_last_path_str</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>);
<a id='L132' name='L132'></a> 132
<a id='L133' name='L133'></a> 133 <em class='comment'>// then</em>
<a id='L134' name='L134'></a> 134 <a href='../Y/vpath_str.html' title='Multiple used in 6 places.'>vpath_str</a> = <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>);
<a id='L135' name='L135'></a> 135 <a href='../S/tests--mctest.h.html#L29' title='Defined at 29 in tests/mctest.h.'>mctest_assert_ptr_ne</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L136' name='L136'></a> 136 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/element_path.html' title='Multiple used in 6 places.'>element_path</a>, <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>-&gt;<a href='../Y/expected_element_path.html' title='Multiple used in 6 places.'>expected_element_path</a>);
<a id='L137' name='L137'></a> 137 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/vpath_str.html' title='Multiple used in 6 places.'>vpath_str</a>, <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>-&gt;<a href='../Y/expected_recoded_path.html' title='Multiple used in 2 places.'>expected_recoded_path</a>);
<a id='L138' name='L138'></a> 138
<a id='L139' name='L139'></a> 139 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L140' name='L140'></a> 140 <a href='../S/tests--lib--vfs--path_recode.c.html#L65' title='Defined at 65 in tests/lib/vfs/path_recode.c.'>test_deinit_vfs</a> ();
<a id='L141' name='L141'></a> 141 <em class='brace'>}</em>
<a id='L142' name='L142'></a> 142 <a href='../S/tests--mctest.h.html#L70' title='Defined at 70 in tests/mctest.h.'>END_PARAMETRIZED_TEST</a>
<a id='L143' name='L143'></a> 143
<a id='L144' name='L144'></a> 144 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L145' name='L145'></a> 145
<a id='L146' name='L146'></a> 146 <strong class='reserved'>static</strong> <strong class='reserved'>struct</strong> <a href='../D/vfs_class.html' title='Multiple defined in 2 places.'>vfs_class</a> <a href='../Y/vfs_test_ops1.html' title='Multiple used in 45 places.'>vfs_test_ops1</a>;
<a id='L147' name='L147'></a> 147
<a id='L148' name='L148'></a> 148 <em class='comment'>/* @DataSource("test_path_to_str_flags_ds") */</em>
<a id='L149' name='L149'></a> 149 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong> <a href='../R/test_path_to_str_flags_ds.html' title='Multiple referred from 3 places.'>test_path_to_str_flags_ds</a>
<a id='L150' name='L150'></a> 150 <em class='brace'>{</em>
<a id='L151' name='L151'></a> 151 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/input_path.html' title='Multiple used in 19 places.'>input_path</a>;
<a id='L152' name='L152'></a> 152 <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L19' title='Defined at 19 in lib/vfs/path.h.'>vfs_path_flag_t</a> <a href='../Y/input_from_str_flags.html' title='Multiple used in 2 places.'>input_from_str_flags</a>;
<a id='L153' name='L153'></a> 153 <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L19' title='Defined at 19 in lib/vfs/path.h.'>vfs_path_flag_t</a> <a href='../Y/input_to_str_flags.html' title='Multiple used in 2 places.'>input_to_str_flags</a>;
<a id='L154' name='L154'></a> 154 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/expected_path.html' title='Multiple used in 13 places.'>expected_path</a>;
<a id='L155' name='L155'></a> 155 <em class='brace'>}</em> <a href='../S/tests--lib--vfs--path_recode.c.html#L149' title='Defined at 149 in tests/lib/vfs/path_recode.c.'>test_path_to_str_flags_ds</a>[] = <em class='brace'>{</em>
<a id='L156' name='L156'></a> 156 <em class='brace'>{</em>
<a id='L157' name='L157'></a> 157 <em class='comment'>// 0.</em>
<a id='L158' name='L158'></a> 158 "test1://user:passwd@127.0.0.1",
<a id='L159' name='L159'></a> 159 <a href='../S/lib--vfs--path.h.html#L13' title='Defined at 13 in lib/vfs/path.h.'>VPF_NO_CANON</a>,
<a id='L160' name='L160'></a> 160 <a href='../S/lib--vfs--path.h.html#L17' title='Defined at 17 in lib/vfs/path.h.'>VPF_STRIP_PASSWORD</a>,
<a id='L161' name='L161'></a> 161 "test1://user@127.0.0.1/",
<a id='L162' name='L162'></a> 162 <em class='brace'>}</em>,
<a id='L163' name='L163'></a> 163 <em class='brace'>{</em>
<a id='L164' name='L164'></a> 164 <em class='comment'>// 1.</em>
<a id='L165' name='L165'></a> 165 "/test1://user:passwd@host.name/#enc:KOI8-R/тестовый/путь",
<a id='L166' name='L166'></a> 166 <a href='../S/lib--vfs--path.h.html#L12' title='Defined at 12 in lib/vfs/path.h.'>VPF_NONE</a>,
<a id='L167' name='L167'></a> 167 <a href='../S/lib--vfs--path.h.html#L17' title='Defined at 17 in lib/vfs/path.h.'>VPF_STRIP_PASSWORD</a>,
<a id='L168' name='L168'></a> 168 "/test1://user@host.name/#enc:KOI8-R/тестовый/путь",
<a id='L169' name='L169'></a> 169 <em class='brace'>}</em>,
<a id='L170' name='L170'></a> 170 <em class='brace'>{</em>
<a id='L171' name='L171'></a> 171 <em class='comment'>// 2.</em>
<a id='L172' name='L172'></a> 172 "/test1://user:passwd@host.name/#enc:KOI8-R/тестовый/путь",
<a id='L173' name='L173'></a> 173 <a href='../S/lib--vfs--path.h.html#L12' title='Defined at 12 in lib/vfs/path.h.'>VPF_NONE</a>,
<a id='L174' name='L174'></a> 174 <a href='../S/lib--vfs--path.h.html#L15' title='Defined at 15 in lib/vfs/path.h.'>VPF_RECODE</a>,
<a id='L175' name='L175'></a> 175 "/test1://user:passwd@host.name/\xD4\xC5\xD3\xD4\xCF\xD7\xD9\xCA/\xD0\xD5\xD4\xD8",
<a id='L176' name='L176'></a> 176 <em class='brace'>}</em>,
<a id='L177' name='L177'></a> 177 <em class='brace'>{</em>
<a id='L178' name='L178'></a> 178 <em class='comment'>// 3.</em>
<a id='L179' name='L179'></a> 179 "/test1://user:passwd@host.name/#enc:KOI8-R/тестовый/путь",
<a id='L180' name='L180'></a> 180 <a href='../S/lib--vfs--path.h.html#L12' title='Defined at 12 in lib/vfs/path.h.'>VPF_NONE</a>,
<a id='L181' name='L181'></a> 181 <a href='../S/lib--vfs--path.h.html#L15' title='Defined at 15 in lib/vfs/path.h.'>VPF_RECODE</a> | <a href='../S/lib--vfs--path.h.html#L17' title='Defined at 17 in lib/vfs/path.h.'>VPF_STRIP_PASSWORD</a>,
<a id='L182' name='L182'></a> 182 "/test1://user@host.name/\xD4\xC5\xD3\xD4\xCF\xD7\xD9\xCA/\xD0\xD5\xD4\xD8",
<a id='L183' name='L183'></a> 183 <em class='brace'>}</em>,
<a id='L184' name='L184'></a> 184 <em class='brace'>{</em>
<a id='L185' name='L185'></a> 185 <em class='comment'>// 4.</em>
<a id='L186' name='L186'></a> 186 "/mock/home/test/dir",
<a id='L187' name='L187'></a> 187 <a href='../S/lib--vfs--path.h.html#L12' title='Defined at 12 in lib/vfs/path.h.'>VPF_NONE</a>,
<a id='L188' name='L188'></a> 188 <a href='../S/lib--vfs--path.h.html#L16' title='Defined at 16 in lib/vfs/path.h.'>VPF_STRIP_HOME</a>,
<a id='L189' name='L189'></a> 189 "~/test/dir",
<a id='L190' name='L190'></a> 190 <em class='brace'>}</em>,
<a id='L191' name='L191'></a> 191 <em class='brace'>{</em>
<a id='L192' name='L192'></a> 192 <em class='comment'>// 5.</em>
<a id='L193' name='L193'></a> 193 "/mock/home/test1://user:passwd@host.name/#enc:KOI8-R/тестовый/путь",
<a id='L194' name='L194'></a> 194 <a href='../S/lib--vfs--path.h.html#L12' title='Defined at 12 in lib/vfs/path.h.'>VPF_NONE</a>,
<a id='L195' name='L195'></a> 195 <a href='../S/lib--vfs--path.h.html#L16' title='Defined at 16 in lib/vfs/path.h.'>VPF_STRIP_HOME</a> | <a href='../S/lib--vfs--path.h.html#L17' title='Defined at 17 in lib/vfs/path.h.'>VPF_STRIP_PASSWORD</a>,
<a id='L196' name='L196'></a> 196 "~/test1://user@host.name/#enc:KOI8-R/тестовый/путь",
<a id='L197' name='L197'></a> 197 <em class='brace'>}</em>,
<a id='L198' name='L198'></a> 198 <em class='brace'>{</em>
<a id='L199' name='L199'></a> 199 <em class='comment'>// 6.</em>
<a id='L200' name='L200'></a> 200 "/mock/home/test1://user:passwd@host.name/#enc:KOI8-R/тестовый/путь",
<a id='L201' name='L201'></a> 201 <a href='../S/lib--vfs--path.h.html#L12' title='Defined at 12 in lib/vfs/path.h.'>VPF_NONE</a>,
<a id='L202' name='L202'></a> 202 <a href='../S/lib--vfs--path.h.html#L16' title='Defined at 16 in lib/vfs/path.h.'>VPF_STRIP_HOME</a> | <a href='../S/lib--vfs--path.h.html#L17' title='Defined at 17 in lib/vfs/path.h.'>VPF_STRIP_PASSWORD</a> | <a href='../S/lib--vfs--path.h.html#L18' title='Defined at 18 in lib/vfs/path.h.'>VPF_HIDE_CHARSET</a>,
<a id='L203' name='L203'></a> 203 "~/test1://user@host.name/тестовый/путь",
<a id='L204' name='L204'></a> 204 <em class='brace'>}</em>,
<a id='L205' name='L205'></a> 205 <em class='brace'>{</em>
<a id='L206' name='L206'></a> 206 <em class='comment'>// 7.</em>
<a id='L207' name='L207'></a> 207 "/mock/home/test1://user:passwd@host.name/#enc:KOI8-R/тестовый/путь",
<a id='L208' name='L208'></a> 208 <a href='../S/lib--vfs--path.h.html#L12' title='Defined at 12 in lib/vfs/path.h.'>VPF_NONE</a>,
<a id='L209' name='L209'></a> 209 <a href='../S/lib--vfs--path.h.html#L16' title='Defined at 16 in lib/vfs/path.h.'>VPF_STRIP_HOME</a> | <a href='../S/lib--vfs--path.h.html#L15' title='Defined at 15 in lib/vfs/path.h.'>VPF_RECODE</a>,
<a id='L210' name='L210'></a> 210 "~/test1://user:passwd@host.name/\xD4\xC5\xD3\xD4\xCF\xD7\xD9\xCA/\xD0\xD5\xD4\xD8",
<a id='L211' name='L211'></a> 211 <em class='brace'>}</em>,
<a id='L212' name='L212'></a> 212 <em class='brace'>{</em>
<a id='L213' name='L213'></a> 213 <em class='comment'>// 8.</em>
<a id='L214' name='L214'></a> 214 "/mock/home/test1://user:passwd@host.name/#enc:KOI8-R/тестовый/путь",
<a id='L215' name='L215'></a> 215 <a href='../S/lib--vfs--path.h.html#L12' title='Defined at 12 in lib/vfs/path.h.'>VPF_NONE</a>,
<a id='L216' name='L216'></a> 216 <a href='../S/lib--vfs--path.h.html#L16' title='Defined at 16 in lib/vfs/path.h.'>VPF_STRIP_HOME</a> | <a href='../S/lib--vfs--path.h.html#L15' title='Defined at 15 in lib/vfs/path.h.'>VPF_RECODE</a> | <a href='../S/lib--vfs--path.h.html#L17' title='Defined at 17 in lib/vfs/path.h.'>VPF_STRIP_PASSWORD</a>,
<a id='L217' name='L217'></a> 217 "~/test1://user@host.name/\xD4\xC5\xD3\xD4\xCF\xD7\xD9\xCA/\xD0\xD5\xD4\xD8",
<a id='L218' name='L218'></a> 218 <em class='brace'>}</em>,
<a id='L219' name='L219'></a> 219 <em class='brace'>}</em>;
<a id='L220' name='L220'></a> 220
<a id='L221' name='L221'></a> 221 <em class='comment'>/* @Test(dataSource = "test_path_to_str_flags_ds") */</em>
<a id='L222' name='L222'></a> 222 START_PARAMETRIZED_TEST (<a href='../Y/test_path_to_str_flags.html' title='Multiple used in 2 places.'>test_path_to_str_flags</a>, <a href='../S/tests--lib--vfs--path_recode.c.html#L149' title='Defined at 149 in tests/lib/vfs/path_recode.c.'>test_path_to_str_flags_ds</a>)
<em class='comment'>/* <a href='#L120'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L250'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L250'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+222 tests/lib/vfs/path_recode.c' /> */</em>
<a id='L223' name='L223'></a> 223 <em class='brace'>{</em>
<a id='L224' name='L224'></a> 224 <em class='comment'>// given</em>
<a id='L225' name='L225'></a> 225 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>;
<a id='L226' name='L226'></a> 226 <strong class='reserved'>char</strong> *<a href='../Y/str_path.html' title='Multiple used in 16 places.'>str_path</a>;
<a id='L227' name='L227'></a> 227
<a id='L228' name='L228'></a> 228 <a href='../S/tests--lib--vfs--path_recode.c.html#L50' title='Defined at 50 in tests/lib/vfs/path_recode.c.'>test_init_vfs</a> ("UTF-8");
<a id='L229' name='L229'></a> 229
<a id='L230' name='L230'></a> 230 <a href='../S/lib--vfs--direntry.c.html#L1499' title='Defined at 1499 in lib/vfs/direntry.c.'>vfs_init_class</a> (&amp;<a href='../Y/vfs_test_ops1.html' title='Multiple used in 45 places.'>vfs_test_ops1</a>, "testfs1", <a href='../S/lib--vfs--vfs.h.html#L110' title='Defined at 110 in lib/vfs/vfs.h.'>VFSF_NOLINKS</a> | <a href='../S/lib--vfs--vfs.h.html#L112' title='Defined at 112 in lib/vfs/vfs.h.'>VFSF_REMOTE</a>, "test1");
<a id='L231' name='L231'></a> 231 <a href='../S/lib--vfs--vfs.c.html#L296' title='Defined at 296 in lib/vfs/vfs.c.'>vfs_register_class</a> (&amp;<a href='../Y/vfs_test_ops1.html' title='Multiple used in 45 places.'>vfs_test_ops1</a>);
<a id='L232' name='L232'></a> 232
<a id='L233' name='L233'></a> 233 <em class='comment'>// when</em>
<a id='L234' name='L234'></a> 234
<a id='L235' name='L235'></a> 235 <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a> = <a href='../S/lib--vfs--path.c.html#L685' title='Defined at 685 in lib/vfs/path.c.'>vfs_path_from_str_flags</a> (<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>-&gt;<a href='../Y/input_path.html' title='Multiple used in 19 places.'>input_path</a>, <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>-&gt;<a href='../Y/input_from_str_flags.html' title='Multiple used in 2 places.'>input_from_str_flags</a>);
<a id='L236' name='L236'></a> 236 <a href='../Y/str_path.html' title='Multiple used in 16 places.'>str_path</a> = <a href='../S/lib--vfs--path.c.html#L583' title='Defined at 583 in lib/vfs/path.c.'>vfs_path_to_str_flags</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, 0, <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>-&gt;<a href='../Y/input_to_str_flags.html' title='Multiple used in 2 places.'>input_to_str_flags</a>);
<a id='L237' name='L237'></a> 237
<a id='L238' name='L238'></a> 238 <em class='comment'>// then</em>
<a id='L239' name='L239'></a> 239 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/str_path.html' title='Multiple used in 16 places.'>str_path</a>, <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>-&gt;<a href='../Y/expected_path.html' title='Multiple used in 13 places.'>expected_path</a>);
<a id='L240' name='L240'></a> 240
<a id='L241' name='L241'></a> 241 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/str_path.html' title='Multiple used in 16 places.'>str_path</a>);
<a id='L242' name='L242'></a> 242 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L243' name='L243'></a> 243 <a href='../S/tests--lib--vfs--path_recode.c.html#L65' title='Defined at 65 in tests/lib/vfs/path_recode.c.'>test_deinit_vfs</a> ();
<a id='L244' name='L244'></a> 244 <em class='brace'>}</em>
<a id='L245' name='L245'></a> 245 <a href='../S/tests--mctest.h.html#L70' title='Defined at 70 in tests/mctest.h.'>END_PARAMETRIZED_TEST</a>
<a id='L246' name='L246'></a> 246
<a id='L247' name='L247'></a> 247 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L248' name='L248'></a> 248
<a id='L249' name='L249'></a> 249 <strong class='reserved'>int</strong>
<a id='L250' name='L250'></a> 250 main (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L222'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+250 tests/lib/vfs/path_recode.c' /> */</em>
<a id='L251' name='L251'></a> 251 <em class='brace'>{</em>
<a id='L252' name='L252'></a> 252 <a href='../Y/TCase.html' title='Multiple used in 64 places.'>TCase</a> *<a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a>;
<a id='L253' name='L253'></a> 253
<a id='L254' name='L254'></a> 254 <a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a> = <a href='../Y/tcase_create.html' title='Multiple used in 63 places.'>tcase_create</a> ("Core");
<a id='L255' name='L255'></a> 255
<a id='L256' name='L256'></a> 256 <em class='comment'>// Add new tests here: ***************</em>
<a id='L257' name='L257'></a> 257 <a href='../S/tests--mctest.h.html#L12' title='Defined at 12 in tests/mctest.h.'>mctest_add_parameterized_test</a> (<a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a>, <a href='../Y/test_path_recode.html' title='Multiple used in 2 places.'>test_path_recode</a>, <a href='../S/tests--lib--vfs--path_recode.c.html#L75' title='Defined at 75 in tests/lib/vfs/path_recode.c.'>test_path_recode_ds</a>);
<a id='L258' name='L258'></a> 258 <a href='../S/tests--mctest.h.html#L12' title='Defined at 12 in tests/mctest.h.'>mctest_add_parameterized_test</a> (<a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a>, <a href='../Y/test_path_to_str_flags.html' title='Multiple used in 2 places.'>test_path_to_str_flags</a>, <a href='../S/tests--lib--vfs--path_recode.c.html#L149' title='Defined at 149 in tests/lib/vfs/path_recode.c.'>test_path_to_str_flags_ds</a>);
<a id='L259' name='L259'></a> 259 <em class='comment'>// ***********************************</em>
<a id='L260' name='L260'></a> 260
<a id='L261' name='L261'></a> 261 <strong class='reserved'>return</strong> <a href='../S/tests--mctest.h.html#L85' title='Defined at 85 in tests/mctest.h.'>mctest_run_all</a> (<a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a>);
<a id='L262' name='L262'></a> 262 <em class='brace'>}</em>
<a id='L263' name='L263'></a> 263
<a id='L264' name='L264'></a> 264 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L42'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L250'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+264 tests/lib/vfs/path_recode.c' /> */</em>
</body>
</html>