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 54 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (execvp__args__captured->len, 2); execvp__args__captured 56 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 57 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 86 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (execvp__args__captured->len, 3); execvp__args__captured 88 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "vi"); execvp__args__captured 89 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "+"); execvp__args__captured 90 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 119 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (execvp__args__captured->len, 11); execvp__args__captured 121 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "qwe"); execvp__args__captured 122 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "-a"); execvp__args__captured 123 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 124 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 3), "-b"); execvp__args__captured 125 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 4), "-c"); execvp__args__captured 126 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 5), "cc"); execvp__args__captured 127 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 6), "-d"); execvp__args__captured 128 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 129 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 8), "-f"); execvp__args__captured 130 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 131 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 54 tests/lib/utilunix__my_system-fork_child_shell.c ck_assert_int_eq (execvp__args__captured->len, 3); execvp__args__captured 56 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 57 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 58 tests/lib/utilunix__my_system-fork_child_shell.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 2), "some command");