Home
last modified time | relevance | path

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

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