Lines Matching defs:success
106 bool success;
112 RE(atf_check_build_c_o("test.c", "test.o", NULL, &success));
113 ATF_REQUIRE(success);
124 bool success;
130 RE(atf_check_build_c_o("test.c", "test.o", NULL, &success));
131 ATF_REQUIRE(!success);
142 bool success;
154 &success));
155 ATF_REQUIRE(success);
168 bool success;
174 RE(atf_check_build_cpp("test.c", "test.p", NULL, &success));
175 ATF_REQUIRE(!success);
186 bool success;
192 RE(atf_check_build_cxx_o("test.cpp", "test.o", NULL, &success));
193 ATF_REQUIRE(success);
204 bool success;
210 RE(atf_check_build_cxx_o("test.cpp", "test.o", NULL, &success));
211 ATF_REQUIRE(!success);
342 do_exec(tc, "exit-success", &result);
367 do_exec(tc, "exit-success", &result);
472 argv[1] = "exit-success";