mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
254 lines
41 KiB
HTML
254 lines
41 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/src/execute__execute_external_editor_or_viewer.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='#L49'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
|
|
<li><a href='#L179'><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--src.html'>src</a>/execute__execute_external_editor_or_viewer.c</span></li>
|
|
</ul></div>
|
|
<!-- end of fixed guide -->
|
|
<div align='right'>Manual pages:
|
|
<a href=man/mc.html>mc</a> • <a href=man/mcdiff.html>mcdiff</a> • <a href=man/mcedit.html>mcedit</a> • <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--src.html'>src</a>/execute__execute_external_editor_or_viewer.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='#L49'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+1 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<hr />
|
|
<h2 class='header'>DEFINITIONS</h2>
|
|
This source file includes following definitions.
|
|
<ol>
|
|
<li><a href='#L49' title='Defined at 49.'>execute_get_external_cmd_opts_from_config</a></li>
|
|
<li><a href='#L60' title='Defined at 60.'>execute_get_external_cmd_opts_from_config__init</a></li>
|
|
<li><a href='#L68' title='Defined at 68.'>execute_get_external_cmd_opts_from_config__deinit</a></li>
|
|
<li><a href='#L86' title='Defined at 86.'>do_executev</a></li>
|
|
<li><a href='#L96' title='Defined at 96.'>do_executev__init</a></li>
|
|
<li><a href='#L104' title='Defined at 104.'>do_executev__deinit</a></li>
|
|
<li><a href='#L114' title='Defined at 114.'>my_setup</a></li>
|
|
<li><a href='#L126' title='Defined at 126.'>my_teardown</a></li>
|
|
<li><a href='#L137' title='Defined at 137.'>START_TEST</a></li>
|
|
<li><a href='#L179' title='Defined at 179.'>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'> src - tests for execute_external_editor_or_viewer() function</em>
|
|
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
|
|
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 2013-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 <slavazanko@gmail.com>, 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 <https://www.gnu.org/licenses/>.</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> "/src"
|
|
<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> "execute__common.c"
|
|
<a id='L31' name='L31'></a> 31
|
|
<a id='L32' name='L32'></a> 32 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L33' name='L33'></a> 33
|
|
<a id='L34' name='L34'></a> 34 <strong class='reserved'>char</strong> *<a href='../D/execute_get_external_cmd_opts_from_config.html' title='Multiple defined in 2 places.'>execute_get_external_cmd_opts_from_config</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>,
|
|
<a id='L35' name='L35'></a> 35 <strong class='reserved'>const</strong> <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/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <strong class='reserved'>long</strong> <a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>);
|
|
<a id='L36' name='L36'></a> 36
|
|
<a id='L37' name='L37'></a> 37 <em class='comment'>/* @CapturedValue */</em>
|
|
<a id='L38' name='L38'></a> 38 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> *<a href='../Y/execute_external_cmd_opts__command__captured.html' title='Multiple used in 5 places.'>execute_external_cmd_opts__command__captured</a>;
|
|
<a id='L39' name='L39'></a> 39 <em class='comment'>/* @CapturedValue */</em>
|
|
<a id='L40' name='L40'></a> 40 <strong class='reserved'>static</strong> <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/execute_external_cmd_opts__filename_vpath__captured.html' title='Multiple used in 5 places.'>execute_external_cmd_opts__filename_vpath__captured</a>;
|
|
<a id='L41' name='L41'></a> 41 <em class='comment'>/* @CapturedValue */</em>
|
|
<a id='L42' name='L42'></a> 42 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong> <a href='../Y/execute_external_cmd_opts__start_line__captured.html' title='Multiple used in 4 places.'>execute_external_cmd_opts__start_line__captured</a>;
|
|
<a id='L43' name='L43'></a> 43
|
|
<a id='L44' name='L44'></a> 44 <em class='comment'>/* @ThenReturnValue */</em>
|
|
<a id='L45' name='L45'></a> 45 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> *<a href='../Y/execute_external_cmd_opts__return_value.html' title='Multiple used in 3 places.'>execute_external_cmd_opts__return_value</a>;
|
|
<a id='L46' name='L46'></a> 46
|
|
<a id='L47' name='L47'></a> 47 <em class='comment'>/* @Mock */</em>
|
|
<a id='L48' name='L48'></a> 48 <strong class='reserved'>char</strong> *
|
|
<a id='L49' name='L49'></a> 49 <a href='../R/execute_get_external_cmd_opts_from_config.html' title='Multiple referred from 5 places.'>execute_get_external_cmd_opts_from_config</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>, <strong class='reserved'>const</strong> <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/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>,
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L60'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+49 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<a id='L50' name='L50'></a> 50 <strong class='reserved'>long</strong> <a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>)
|
|
<a id='L51' name='L51'></a> 51 <em class='brace'>{</em>
|
|
<a id='L52' name='L52'></a> 52 <a href='../Y/execute_external_cmd_opts__command__captured.html' title='Multiple used in 5 places.'>execute_external_cmd_opts__command__captured</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>);
|
|
<a id='L53' name='L53'></a> 53 <a href='../Y/execute_external_cmd_opts__filename_vpath__captured.html' title='Multiple used in 5 places.'>execute_external_cmd_opts__filename_vpath__captured</a> = <a href='../S/lib--vfs--path.c.html#L884' title='Defined at 884 in lib/vfs/path.c.'>vfs_path_clone</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
|
|
<a id='L54' name='L54'></a> 54 <a href='../Y/execute_external_cmd_opts__start_line__captured.html' title='Multiple used in 4 places.'>execute_external_cmd_opts__start_line__captured</a> = <a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>;
|
|
<a id='L55' name='L55'></a> 55
|
|
<a id='L56' name='L56'></a> 56 <strong class='reserved'>return</strong> <a href='../Y/execute_external_cmd_opts__return_value.html' title='Multiple used in 3 places.'>execute_external_cmd_opts__return_value</a>;
|
|
<a id='L57' name='L57'></a> 57 <em class='brace'>}</em>
|
|
<a id='L58' name='L58'></a> 58
|
|
<a id='L59' name='L59'></a> 59 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L60' name='L60'></a> 60 <a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L118' title='Referred from 118 in tests/src/execute__execute_external_editor_or_viewer.c.'>execute_get_external_cmd_opts_from_config__init</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L49'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L68'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L49'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+60 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<a id='L61' name='L61'></a> 61 <em class='brace'>{</em>
|
|
<a id='L62' name='L62'></a> 62 <a href='../Y/execute_external_cmd_opts__command__captured.html' title='Multiple used in 5 places.'>execute_external_cmd_opts__command__captured</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L63' name='L63'></a> 63 <a href='../Y/execute_external_cmd_opts__filename_vpath__captured.html' title='Multiple used in 5 places.'>execute_external_cmd_opts__filename_vpath__captured</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L64' name='L64'></a> 64 <a href='../Y/execute_external_cmd_opts__start_line__captured.html' title='Multiple used in 4 places.'>execute_external_cmd_opts__start_line__captured</a> = 0;
|
|
<a id='L65' name='L65'></a> 65 <em class='brace'>}</em>
|
|
<a id='L66' name='L66'></a> 66
|
|
<a id='L67' name='L67'></a> 67 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L68' name='L68'></a> 68 <a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L129' title='Referred from 129 in tests/src/execute__execute_external_editor_or_viewer.c.'>execute_get_external_cmd_opts_from_config__deinit</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L60'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L86'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L49'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+68 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<a id='L69' name='L69'></a> 69 <em class='brace'>{</em>
|
|
<a id='L70' name='L70'></a> 70 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/execute_external_cmd_opts__command__captured.html' title='Multiple used in 5 places.'>execute_external_cmd_opts__command__captured</a>);
|
|
<a id='L71' name='L71'></a> 71 <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/execute_external_cmd_opts__filename_vpath__captured.html' title='Multiple used in 5 places.'>execute_external_cmd_opts__filename_vpath__captured</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L72' name='L72'></a> 72 <em class='brace'>}</em>
|
|
<a id='L73' name='L73'></a> 73
|
|
<a id='L74' name='L74'></a> 74 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L75' name='L75'></a> 75 <strong class='reserved'>void</strong> <a href='../D/do_executev.html' title='Multiple defined in 2 places.'>do_executev</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/lc_shell.html' title='Multiple used in 6 places.'>lc_shell</a>, <strong class='reserved'>int</strong> <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>, <strong class='reserved'>char</strong> *<strong class='reserved'>const</strong> <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[]);
|
|
<a id='L76' name='L76'></a> 76
|
|
<a id='L77' name='L77'></a> 77 <em class='comment'>/* @CapturedValue */</em>
|
|
<a id='L78' name='L78'></a> 78 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> *<a href='../Y/do_executev__lc_shell__captured.html' title='Multiple used in 5 places.'>do_executev__lc_shell__captured</a>;
|
|
<a id='L79' name='L79'></a> 79 <em class='comment'>/* @CapturedValue */</em>
|
|
<a id='L80' name='L80'></a> 80 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong> <a href='../Y/do_executev__flags__captured.html' title='Multiple used in 4 places.'>do_executev__flags__captured</a>;
|
|
<a id='L81' name='L81'></a> 81 <em class='comment'>/* @CapturedValue */</em>
|
|
<a id='L82' name='L82'></a> 82 <strong class='reserved'>static</strong> <a href='../Y/GPtrArray.html' title='Multiple used in 93 places.'>GPtrArray</a> *<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>;
|
|
<a id='L83' name='L83'></a> 83
|
|
<a id='L84' name='L84'></a> 84 <em class='comment'>/* @Mock */</em>
|
|
<a id='L85' name='L85'></a> 85 <strong class='reserved'>void</strong>
|
|
<a id='L86' name='L86'></a> 86 <a href='../R/do_executev.html' title='Multiple referred from 5 places.'>do_executev</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/lc_shell.html' title='Multiple used in 6 places.'>lc_shell</a>, <strong class='reserved'>int</strong> <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>, <strong class='reserved'>char</strong> *<strong class='reserved'>const</strong> <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>[])
|
|
<em class='comment'>/* <a href='#L68'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L96'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L49'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+86 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<a id='L87' name='L87'></a> 87 <em class='brace'>{</em>
|
|
<a id='L88' name='L88'></a> 88 <a href='../Y/do_executev__lc_shell__captured.html' title='Multiple used in 5 places.'>do_executev__lc_shell__captured</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (<a href='../Y/lc_shell.html' title='Multiple used in 6 places.'>lc_shell</a>);
|
|
<a id='L89' name='L89'></a> 89 <a href='../Y/do_executev__flags__captured.html' title='Multiple used in 4 places.'>do_executev__flags__captured</a> = <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>;
|
|
<a id='L90' name='L90'></a> 90
|
|
<a id='L91' name='L91'></a> 91 <strong class='reserved'>for</strong> (; <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && *<a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>++)
|
|
<a id='L92' name='L92'></a> 92 <a href='../Y/g_ptr_array_add.html' title='Multiple used in 56 places.'>g_ptr_array_add</a> (<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>, <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (*<a href='../Y/argv.html' title='Multiple used in 79 places.'>argv</a>));
|
|
<a id='L93' name='L93'></a> 93 <em class='brace'>}</em>
|
|
<a id='L94' name='L94'></a> 94
|
|
<a id='L95' name='L95'></a> 95 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L96' name='L96'></a> 96 <a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L119' title='Referred from 119 in tests/src/execute__execute_external_editor_or_viewer.c.'>do_executev__init</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L86'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L104'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L49'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+96 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<a id='L97' name='L97'></a> 97 <em class='brace'>{</em>
|
|
<a id='L98' name='L98'></a> 98 <a href='../Y/do_executev__lc_shell__captured.html' title='Multiple used in 5 places.'>do_executev__lc_shell__captured</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L99' name='L99'></a> 99 <a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a> = <a href='../Y/g_ptr_array_new_with_free_func.html' title='Multiple used in 26 places.'>g_ptr_array_new_with_free_func</a> (<a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a>);
|
|
<a id='L100' name='L100'></a> 100 <a href='../Y/do_executev__flags__captured.html' title='Multiple used in 4 places.'>do_executev__flags__captured</a> = 0;
|
|
<a id='L101' name='L101'></a> 101 <em class='brace'>}</em>
|
|
<a id='L102' name='L102'></a> 102
|
|
<a id='L103' name='L103'></a> 103 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L104' name='L104'></a> 104 <a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L128' title='Referred from 128 in tests/src/execute__execute_external_editor_or_viewer.c.'>do_executev__deinit</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L96'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L114'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L49'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+104 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<a id='L105' name='L105'></a> 105 <em class='brace'>{</em>
|
|
<a id='L106' name='L106'></a> 106 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/do_executev__lc_shell__captured.html' title='Multiple used in 5 places.'>do_executev__lc_shell__captured</a>);
|
|
<a id='L107' name='L107'></a> 107 <a href='../Y/g_ptr_array_free.html' title='Multiple used in 41 places.'>g_ptr_array_free</a> (<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L108' name='L108'></a> 108 <em class='brace'>}</em>
|
|
<a id='L109' name='L109'></a> 109
|
|
<a id='L110' name='L110'></a> 110 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L111' name='L111'></a> 111
|
|
<a id='L112' name='L112'></a> 112 <em class='comment'>/* @Before */</em>
|
|
<a id='L113' name='L113'></a> 113 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L114' name='L114'></a> 114 <a href='../R/my_setup.html' title='Multiple referred from 2 places.'>my_setup</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L104'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L126'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L49'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+114 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<a id='L115' name='L115'></a> 115 <em class='brace'>{</em>
|
|
<a id='L116' name='L116'></a> 116 <a href='../D/setup.html' title='Multiple defined in 32 places.'>setup</a> ();
|
|
<a id='L117' name='L117'></a> 117
|
|
<a id='L118' name='L118'></a> 118 <a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L60' title='Defined at 60 in tests/src/execute__execute_external_editor_or_viewer.c.'>execute_get_external_cmd_opts_from_config__init</a> ();
|
|
<a id='L119' name='L119'></a> 119 <a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L96' title='Defined at 96 in tests/src/execute__execute_external_editor_or_viewer.c.'>do_executev__init</a> ();
|
|
<a id='L120' name='L120'></a> 120 <em class='brace'>}</em>
|
|
<a id='L121' name='L121'></a> 121
|
|
<a id='L122' name='L122'></a> 122 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L123' name='L123'></a> 123
|
|
<a id='L124' name='L124'></a> 124 <em class='comment'>/* @After */</em>
|
|
<a id='L125' name='L125'></a> 125 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L126' name='L126'></a> 126 <a href='../R/my_teardown.html' title='Multiple referred from 2 places.'>my_teardown</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L114'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L137'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L49'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+126 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<a id='L127' name='L127'></a> 127 <em class='brace'>{</em>
|
|
<a id='L128' name='L128'></a> 128 <a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L104' title='Defined at 104 in tests/src/execute__execute_external_editor_or_viewer.c.'>do_executev__deinit</a> ();
|
|
<a id='L129' name='L129'></a> 129 <a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L68' title='Defined at 68 in tests/src/execute__execute_external_editor_or_viewer.c.'>execute_get_external_cmd_opts_from_config__deinit</a> ();
|
|
<a id='L130' name='L130'></a> 130
|
|
<a id='L131' name='L131'></a> 131 <a href='../D/teardown.html' title='Multiple defined in 33 places.'>teardown</a> ();
|
|
<a id='L132' name='L132'></a> 132 <em class='brace'>}</em>
|
|
<a id='L133' name='L133'></a> 133
|
|
<a id='L134' name='L134'></a> 134 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L135' name='L135'></a> 135
|
|
<a id='L136' name='L136'></a> 136 <em class='comment'>/* @Test */</em>
|
|
<a id='L137' name='L137'></a> 137 <a href='../S/tests--mctest.h.html#L63' title='Referred from 63 in tests/mctest.h.'>START_TEST</a> (<a href='../Y/do_open_external_editor_or_viewer.html' title='Multiple used in 2 places.'>do_open_external_editor_or_viewer</a>)
|
|
<em class='comment'>/* <a href='#L126'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L179'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L49'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+137 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<a id='L138' name='L138'></a> 138 <em class='brace'>{</em>
|
|
<a id='L139' name='L139'></a> 139 <em class='comment'>// given</em>
|
|
<a id='L140' name='L140'></a> 140 <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/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>;
|
|
<a id='L141' name='L141'></a> 141 <a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_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> ("/path/to/file.txt");
|
|
<a id='L142' name='L142'></a> 142
|
|
<a id='L143' name='L143'></a> 143 <a href='../Y/vfs_file_is_local__return_value.html' title='Multiple used in 7 places.'>vfs_file_is_local__return_value</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L144' name='L144'></a> 144 <a href='../Y/execute_external_cmd_opts__return_value.html' title='Multiple used in 3 places.'>execute_external_cmd_opts__return_value</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (
|
|
<a id='L145' name='L145'></a> 145 " 'param 1 with spaces' \"param 2\" -a -b -cdef /path/to/file.txt +123");
|
|
<a id='L146' name='L146'></a> 146
|
|
<a id='L147' name='L147'></a> 147 <em class='comment'>// when</em>
|
|
<a id='L148' name='L148'></a> 148 <a href='../S/src--execute.c.html#L638' title='Defined at 638 in src/execute.c.'>execute_external_editor_or_viewer</a> ("editor_or_viewer", <a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, 123);
|
|
<a id='L149' name='L149'></a> 149
|
|
<a id='L150' name='L150'></a> 150 <em class='comment'>// then</em>
|
|
<a id='L151' name='L151'></a> 151
|
|
<a id='L152' name='L152'></a> 152 <em class='comment'>// check call to execute_get_external_cmd_opts_from_config()</em>
|
|
<a id='L153' name='L153'></a> 153 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/execute_external_cmd_opts__command__captured.html' title='Multiple used in 5 places.'>execute_external_cmd_opts__command__captured</a>, "editor_or_viewer");
|
|
<a id='L154' name='L154'></a> 154 <a href='../S/tests--mctest.h.html#L48' title='Defined at 48 in tests/mctest.h.'>mctest_assert_true</a> (
|
|
<a id='L155' name='L155'></a> 155 <a href='../S/lib--vfs--path.c.html#L1566' title='Defined at 1566 in lib/vfs/path.c.'>vfs_path_equal</a> (<a href='../Y/execute_external_cmd_opts__filename_vpath__captured.html' title='Multiple used in 5 places.'>execute_external_cmd_opts__filename_vpath__captured</a>, <a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>));
|
|
<a id='L156' name='L156'></a> 156 <a href='../Y/ck_assert_int_eq.html' title='Multiple used in 114 places.'>ck_assert_int_eq</a> (<a href='../Y/execute_external_cmd_opts__start_line__captured.html' title='Multiple used in 4 places.'>execute_external_cmd_opts__start_line__captured</a>, 123);
|
|
<a id='L157' name='L157'></a> 157
|
|
<a id='L158' name='L158'></a> 158 <em class='comment'>// check call to do_executev()</em>
|
|
<a id='L159' name='L159'></a> 159 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/do_executev__lc_shell__captured.html' title='Multiple used in 5 places.'>do_executev__lc_shell__captured</a>, "editor_or_viewer");
|
|
<a id='L160' name='L160'></a> 160 <a href='../Y/ck_assert_int_eq.html' title='Multiple used in 114 places.'>ck_assert_int_eq</a> (<a href='../Y/do_executev__flags__captured.html' title='Multiple used in 4 places.'>do_executev__flags__captured</a>, <a href='../S/lib--util.h.html#L79' title='Defined at 79 in lib/util.h.'>EXECUTE_INTERNAL</a>);
|
|
<a id='L161' name='L161'></a> 161 <a href='../Y/ck_assert_int_eq.html' title='Multiple used in 114 places.'>ck_assert_int_eq</a> (<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>-><a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>, 7);
|
|
<a id='L162' name='L162'></a> 162
|
|
<a id='L163' name='L163'></a> 163 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/g_ptr_array_index.html' title='Multiple used in 132 places.'>g_ptr_array_index</a> (<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>, 0),
|
|
<a id='L164' name='L164'></a> 164 "param 1 with spaces");
|
|
<a id='L165' name='L165'></a> 165 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/g_ptr_array_index.html' title='Multiple used in 132 places.'>g_ptr_array_index</a> (<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>, 1), "param 2");
|
|
<a id='L166' name='L166'></a> 166 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/g_ptr_array_index.html' title='Multiple used in 132 places.'>g_ptr_array_index</a> (<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>, 2), "-a");
|
|
<a id='L167' name='L167'></a> 167 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/g_ptr_array_index.html' title='Multiple used in 132 places.'>g_ptr_array_index</a> (<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>, 3), "-b");
|
|
<a id='L168' name='L168'></a> 168 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/g_ptr_array_index.html' title='Multiple used in 132 places.'>g_ptr_array_index</a> (<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>, 4), "-cdef");
|
|
<a id='L169' name='L169'></a> 169 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/g_ptr_array_index.html' title='Multiple used in 132 places.'>g_ptr_array_index</a> (<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>, 5), "/path/to/file.txt");
|
|
<a id='L170' name='L170'></a> 170 <a href='../S/tests--mctest.h.html#L17' title='Defined at 17 in tests/mctest.h.'>mctest_assert_str_eq</a> (<a href='../Y/g_ptr_array_index.html' title='Multiple used in 132 places.'>g_ptr_array_index</a> (<a href='../Y/do_executev__argv__captured.html' title='Multiple used in 12 places.'>do_executev__argv__captured</a>, 6), "+123");
|
|
<a id='L171' name='L171'></a> 171
|
|
<a id='L172' name='L172'></a> 172 <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/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L173' name='L173'></a> 173 <em class='brace'>}</em>
|
|
<a id='L174' name='L174'></a> 174 <a href='../Y/END_TEST.html' title='Multiple used in 53 places.'>END_TEST</a>
|
|
<a id='L175' name='L175'></a> 175
|
|
<a id='L176' name='L176'></a> 176 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L177' name='L177'></a> 177
|
|
<a id='L178' name='L178'></a> 178 <strong class='reserved'>int</strong>
|
|
<a id='L179' name='L179'></a> 179 main (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L137'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L49'><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> <input type='text' readonly onfocus='this.select();' value='+179 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
<a id='L180' name='L180'></a> 180 <em class='brace'>{</em>
|
|
<a id='L181' name='L181'></a> 181 <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='L182' name='L182'></a> 182
|
|
<a id='L183' name='L183'></a> 183 <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='L184' name='L184'></a> 184
|
|
<a id='L185' name='L185'></a> 185 <a href='../Y/tcase_add_checked_fixture.html' title='Multiple used in 38 places.'>tcase_add_checked_fixture</a> (<a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a>, <a href='../D/my_setup.html' title='Multiple defined in 2 places.'>my_setup</a>, <a href='../D/my_teardown.html' title='Multiple defined in 2 places.'>my_teardown</a>);
|
|
<a id='L186' name='L186'></a> 186
|
|
<a id='L187' name='L187'></a> 187 <em class='comment'>// Add new tests here: ***************</em>
|
|
<a id='L188' name='L188'></a> 188 <a href='../Y/tcase_add_test.html' title='Multiple used in 46 places.'>tcase_add_test</a> (<a href='../Y/tc_core.html' title='Multiple used in 338 places.'>tc_core</a>, <a href='../Y/do_open_external_editor_or_viewer.html' title='Multiple used in 2 places.'>do_open_external_editor_or_viewer</a>);
|
|
<a id='L189' name='L189'></a> 189 <em class='comment'>// ***********************************</em>
|
|
<a id='L190' name='L190'></a> 190
|
|
<a id='L191' name='L191'></a> 191 <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='L192' name='L192'></a> 192 <em class='brace'>}</em>
|
|
<a id='L193' name='L193'></a> 193
|
|
<a id='L194' name='L194'></a> 194 <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='#L49'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L179'><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> <input type='text' readonly onfocus='this.select();' value='+194 tests/src/execute__execute_external_editor_or_viewer.c' /> */</em>
|
|
</body>
|
|
</html>
|