Home
last modified time | relevance | path

Searched defs:REQUIRE (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/netbsd-tests/dev/md/
H A Dh_mdserv.c22 #define REQUIRE(a, msg) if ((a) != 0) err(1, msg); macro
/freebsd/tests/sys/netinet/libalias/
H A Dutil.c52 #define REQUIRE(x) do { \ macro
/freebsd/tools/regression/security/cap_test/
H A Dcap_test.h37 #define REQUIRE(fd) do { \ macro
/freebsd/contrib/ntp/include/
H A Dntp_assert.h82 #define REQUIRE(x) ALWAYS_REQUIRE(x) macro
/freebsd/tests/sys/kern/
H A Dfdgrowtable_test.c186 #define REQUIRE(expression) do { \ in ATF_TC_BODY() macro
/freebsd/sbin/dhclient/
H A Ddhctoken.h98 #define REQUIRE 300 macro
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h213 #define REQUIRE(e) ISC_REQUIRE(e) macro
/freebsd/sbin/route/
H A Droute.c1710 #define REQUIRE(x) do { \ in print_rtmsg() macro
/freebsd/contrib/nvi/regex/
H A Dregcomp.c150 #define REQUIRE(co, e) ((co) || SETERROR(e)) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c263 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
/freebsd/lib/libc/regex/
H A Dregcomp.c186 #define REQUIRE(co, e) ((co) || SETERROR(e)) macro
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp17297 #define REQUIRE( ... ) INTERNAL_CATCH_TEST( "REQUIRE", Catch::ResultDisposition::Normal, __VA_ARGS_… macro
17490 #define REQUIRE( ... ) (void)(0) macro