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

/openbsd-current/usr.bin/dig/lib/isc/include/isc/
H A Dutil.h122 #define REQUIRE(e) ISC_REQUIRE(e) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-eh-frame.c437 #define REQUIRE(COND) \ macro
948 #undef REQUIRE macro
[all...]
/openbsd-current/lib/libc/regex/
H A Dregcomp.c121 #define REQUIRE(co, e) do { if (!(co)) SETERROR(e); } while (0) macro
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Dregcomp.c263 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
[all...]

Completed in 143 milliseconds