execvp__file__captured  197 tests/lib/utilunix__my_system-common.c static char *execvp__file__captured = NULL;
execvp__file__captured  208 tests/lib/utilunix__my_system-common.c     execvp__file__captured = g_strdup (file);
execvp__file__captured  227 tests/lib/utilunix__my_system-common.c     MC_PTR_FREE (execvp__file__captured);
execvp__file__captured   53 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (execvp__file__captured, "/bin/some-command");
execvp__file__captured   85 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (execvp__file__captured, "vi");
execvp__file__captured  118 tests/lib/utilunix__my_system-fork_child.c     mctest_assert_str_eq (execvp__file__captured, "qwe");
execvp__file__captured   53 tests/lib/utilunix__my_system-fork_child_shell.c     mctest_assert_str_eq (execvp__file__captured, "/bin/shell");