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

/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_assert.h84 #define REQUIRE(x) ALWAYS_REQUIRE(x) macro
/netbsd-current/tests/dev/md/
H A Dh_mdserv.c22 #define REQUIRE(a, msg) if ((a) != 0) err(1, msg); macro
/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dassertions.h70 #define REQUIRE(cond) \ macro
79 #define REQUIRE(cond) ((void) (cond)) macro
/netbsd-current/lib/libc/include/isc/
H A Dassertions.h72 #define REQUIRE(cond) \ macro
81 #define REQUIRE(cond) ((void) (cond)) macro
/netbsd-current/tests/compat/linux/
H A Dh_linux.h42 #define REQUIRE(x) do { if (!(x)) exit(FAIL); } while (0) macro
/netbsd-current/tests/crypto/libcrypto/
H A Dt_sha512trunc.c71 #define REQUIRE(x) ATF_REQUIRE_MSG((x), "i=%zu", i) macro
76 #undef REQUIRE macro
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Discprint.c36 #define REQUIRE(cond) if (!(cond)) { return 0; } macro
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dutil.h215 #define REQUIRE(e) ISC_REQUIRE(e) macro
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dutil.h264 #define REQUIRE(expression) \ macro
298 #define REQUIRE(e) ISC_REQUIRE(e) macro
311 #define REQUIRE(e) \ macro
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dutil.h267 #define REQUIRE(expression) \ macro
299 #define REQUIRE(e) ISC_REQUIRE(e) macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c263 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
[all...]
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dregcomp.c158 #define REQUIRE(co, e) ((co) || SETERROR(e)) macro
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-eh-frame.c581 #define REQUIRE(COND) \ macro
1059 #undef REQUIRE macro
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c581 #define REQUIRE(COND) \ macro
1056 #undef REQUIRE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-eh-frame.c581 #define REQUIRE(COND) \ macro
1056 #undef REQUIRE macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-eh-frame.c581 #define REQUIRE(COND) \ macro
1056 #undef REQUIRE macro
[all...]
/netbsd-current/lib/libc/regex/
H A Dregcomp.c210 #define REQUIRE(co, e) ((co) || SETERROR(e)) macro
[all...]
/netbsd-current/external/mit/isl/dist/imath/
H A Dimath.c170 #define REQUIRE(E) \ macro
[all...]
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h110 REQUIRE = 300, enumerator in enum:dhcp_token
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h106 REQUIRE = 300, enumerator in enum:dhcp_token

Completed in 473 milliseconds