Searched defs:REQUIRE (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/dev/md/
H A Dh_mdserv.c22 #define REQUIRE(a, msg) if ((a) != 0) err(1, msg); macro
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_assert.h82 #define REQUIRE(x) ALWAYS_REQUIRE(x) macro
/freebsd-10-stable/tools/regression/security/cap_test/
H A Dcap_test.h39 #define REQUIRE(fd) do { \ macro
/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
H A Dutil.h213 #define REQUIRE(e) ISC_REQUIRE(e) macro
/freebsd-10-stable/sbin/dhclient/
H A Ddhctoken.h96 #define REQUIRE 300 macro
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c444 #define REQUIRE(COND) \ macro
984 #undef REQUIRE macro
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregcomp.c127 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
[all...]
/freebsd-10-stable/lib/libc/regex/
H A Dregcomp.c150 #define REQUIRE(co, e) ((co) || SETERROR(e)) macro
[all...]
/freebsd-10-stable/contrib/nvi/regex/
H A Dregcomp.c154 #define REQUIRE(co, e) ((co) || SETERROR(e)) macro
[all...]
/freebsd-10-stable/sbin/route/
H A Droute.c1645 #define REQUIRE(x) do { \ macro
1718 #undef REQUIRE macro

Completed in 103 milliseconds