execvp__args__captured  199 tests/lib/utilunix__my_system-common.c static GPtrArray *execvp__args__captured;
execvp__args__captured  211 tests/lib/utilunix__my_system-common.c         g_ptr_array_add (execvp__args__captured, g_strdup (*one_arg));
execvp__args__captured  219 tests/lib/utilunix__my_system-common.c     execvp__args__captured = g_ptr_array_new_with_free_func (g_free);
execvp__args__captured  225 tests/lib/utilunix__my_system-common.c     g_ptr_array_free (execvp__args__captured, TRUE);
execvp__args__captured  226 tests/lib/utilunix__my_system-common.c     execvp__args__captured = NULL;
execvp__args__captured   52 tests/lib/utilunix__my_system-fork_child.c     ck_assert_int_eq (execvp__args__captured->len, 2);
execvp__args__captured   54 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "/bin/some-command");
execvp__args__captured   55 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "some parameter");
execvp__args__captured   81 tests/lib/utilunix__my_system-fork_child.c     ck_assert_int_eq (execvp__args__captured->len, 3);
execvp__args__captured   83 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "vi");
execvp__args__captured   84 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "+");
execvp__args__captured   85 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 2), "foo.txt");
execvp__args__captured  111 tests/lib/utilunix__my_system-fork_child.c     ck_assert_int_eq (execvp__args__captured->len, 11);
execvp__args__captured  113 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "qwe");
execvp__args__captured  114 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "-a");
execvp__args__captured  115 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 2), "'aa bb'");
execvp__args__captured  116 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 3), "-b");
execvp__args__captured  117 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 4), "-c");
execvp__args__captured  118 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 5), "cc");
execvp__args__captured  119 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 6), "-d");
execvp__args__captured  120 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 7), "\"dd ee\"");
execvp__args__captured  121 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 8), "-f");
execvp__args__captured  122 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 9), "ff\\ gg");
execvp__args__captured  123 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 10), "foo.txt");
execvp__args__captured   52 tests/lib/utilunix__my_system-fork_child_shell.c     ck_assert_int_eq (execvp__args__captured->len, 3);
execvp__args__captured   54 tests/lib/utilunix__my_system-fork_child_shell.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "/bin/shell");
execvp__args__captured   55 tests/lib/utilunix__my_system-fork_child_shell.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "-c");
execvp__args__captured   56 tests/lib/utilunix__my_system-fork_child_shell.c     mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 2), "some command");