Home
last modified time | relevance | path

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

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