mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
43 lines
7.3 KiB
HTML
43 lines
7.3 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>execvp__args__captured</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--utilunix__my_system-common.c.html#L199'>execvp__args__captured</a> 199 tests/lib/utilunix__my_system-common.c static GPtrArray *execvp__args__captured;</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L211'>execvp__args__captured</a> 211 tests/lib/utilunix__my_system-common.c g_ptr_array_add (execvp__args__captured, g_strdup (*one_arg));</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L219'>execvp__args__captured</a> 219 tests/lib/utilunix__my_system-common.c execvp__args__captured = g_ptr_array_new_with_free_func (g_free);</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L225'>execvp__args__captured</a> 225 tests/lib/utilunix__my_system-common.c g_ptr_array_free (execvp__args__captured, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L226'>execvp__args__captured</a> 226 tests/lib/utilunix__my_system-common.c execvp__args__captured = NULL;</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L52'>execvp__args__captured</a> 52 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (execvp__args__captured->len, 2);</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L54'>execvp__args__captured</a> 54 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "/bin/some-command");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L55'>execvp__args__captured</a> 55 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "some parameter");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L81'>execvp__args__captured</a> 81 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (execvp__args__captured->len, 3);</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L83'>execvp__args__captured</a> 83 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "vi");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L84'>execvp__args__captured</a> 84 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "+");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L85'>execvp__args__captured</a> 85 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 2), "foo.txt");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L111'>execvp__args__captured</a> 111 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (execvp__args__captured->len, 11);</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L113'>execvp__args__captured</a> 113 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "qwe");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L114'>execvp__args__captured</a> 114 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "-a");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L115'>execvp__args__captured</a> 115 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 2), "'aa bb'");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L116'>execvp__args__captured</a> 116 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 3), "-b");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L117'>execvp__args__captured</a> 117 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 4), "-c");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L118'>execvp__args__captured</a> 118 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 5), "cc");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L119'>execvp__args__captured</a> 119 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 6), "-d");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L120'>execvp__args__captured</a> 120 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 7), "\"dd ee\"");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L121'>execvp__args__captured</a> 121 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 8), "-f");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L122'>execvp__args__captured</a> 122 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 9), "ff\\ gg");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L123'>execvp__args__captured</a> 123 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 10), "foo.txt");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child_shell.c.html#L52'>execvp__args__captured</a> 52 tests/lib/utilunix__my_system-fork_child_shell.c ck_assert_int_eq (execvp__args__captured->len, 3);</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child_shell.c.html#L54'>execvp__args__captured</a> 54 tests/lib/utilunix__my_system-fork_child_shell.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "/bin/shell");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child_shell.c.html#L55'>execvp__args__captured</a> 55 tests/lib/utilunix__my_system-fork_child_shell.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "-c");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child_shell.c.html#L56'>execvp__args__captured</a> 56 tests/lib/utilunix__my_system-fork_child_shell.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 2), "some command");</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|