Home
last modified time | relevance | path

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

/freebsd-src/contrib/netbsd-tests/dev/md/
H A Dh_mdserv.c22 #define REQUIRE(a, msg) if ((a) != 0) err(1, msg); macro
/freebsd-src/tests/sys/netinet/libalias/
H A Dutil.c51 #define REQUIRE( global() macro
/freebsd-src/tools/regression/security/cap_test/
H A Dcap_test.h37 #define REQUIRE(fd) do { \ macro
/freebsd-src/contrib/ntp/include/
H A Dntp_assert.h82 #define REQUIRE(x) ALWAYS_REQUIRE(x) macro
/freebsd-src/tests/sys/kern/
H A Dfdgrowtable_test.c186 #define REQUIRE(expression) do { \ in ATF_TC_BODY() macro
/freebsd-src/sbin/dhclient/
H A Ddhctoken.h98 #define REQUIRE 300 macro
/freebsd-src/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h213 #define REQUIRE(e) ISC_REQUIRE(e) macro
/freebsd-src/sbin/route/
H A Droute.c1708 #define REQUIRE( print_rtmsg() macro
/freebsd-src/contrib/nvi/regex/
H A Dregcomp.c150 #define REQUIRE(co, e) ((co) || SETERROR(e)) macro
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c263 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
[all...]
/freebsd-src/lib/libc/regex/
H A Dregcomp.c186 #define REQUIRE(co, e) ((co) || SETERROR(e)) macro
/freebsd-src/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