Searched defs:REQUIRE (Results 1 – 12 of 12) sorted by relevance
22 #define REQUIRE(a, msg) if ((a) != 0) err(1, msg); macro
52 #define REQUIRE(x) do { \ macro
37 #define REQUIRE(fd) do { \ macro
82 #define REQUIRE(x) ALWAYS_REQUIRE(x) macro
186 #define REQUIRE(expression) do { \ in ATF_TC_BODY() macro
98 #define REQUIRE 300 macro
213 #define REQUIRE(e) ISC_REQUIRE(e) macro
1710 #define REQUIRE(x) do { \ in print_rtmsg() macro
150 #define REQUIRE(co, e) ((co) || SETERROR(e)) macro
263 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
186 #define REQUIRE(co, e) ((co) || SETERROR(e)) macro
17297 #define REQUIRE( ... ) INTERNAL_CATCH_TEST( "REQUIRE", Catch::ResultDisposition::Normal, __VA_ARGS_… macro17490 #define REQUIRE( ... ) (void)(0) macro