Home
last modified time | relevance | path

Searched defs:argv2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5719 const CharType** argv2, const Flags& expected, in TestParsingFlags()
5763 #define GTEST_TEST_PARSING_FLAGS_(argv1, argv2, expected, should_print_help) \ argument
5773 const char* argv2[] = {nullptr}; in TEST_F() local
5782 const char* argv2[] = {"foo.exe", nullptr}; in TEST_F() local
5791 const char* argv2[] = {"foo.exe", nullptr}; in TEST_F() local
5800 const char* argv2[] = {"foo.exe", nullptr}; in TEST_F() local
5809 const char* argv2[] = {"foo.exe", nullptr}; in TEST_F() local
5818 const char* argv2[] = {"foo.exe", nullptr}; in TEST_F() local
5827 const char* argv2[] = {"foo.exe", nullptr}; in TEST_F() local
5836 const char* argv2[] = {"foo.exe", nullptr}; in TEST_F() local
[all …]
/freebsd/contrib/atf/atf-c++/detail/
H A Dprocess_test.cpp200 std::auto_ptr< argv_array > argv2(new argv_array(carray2)); in ATF_TEST_CASE_BODY() local
230 std::auto_ptr< argv_array > argv2(new argv_array(*argv1)); in ATF_TEST_CASE_BODY() local
/freebsd/contrib/atf/atf-c/detail/
H A Dprocess.c654 const char **argv2; in atf_process_exec_list() local