| /src/tests/dev/md/ |
| h_mdserv.c | 22 #define REQUIRE(a, msg) if ((a) != 0) err(1, msg); 55 REQUIRE(error, "rump_daemonize_done"); 78 REQUIRE(error, "rump_daemonize_begin"); 81 REQUIRE(error, "rump_init"); 84 REQUIRE(error, "init server"); 100 REQUIRE(error, "pthread_create");
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_assert.h | 12 * REQUIRE(a != NULL); 84 #define REQUIRE(x) ALWAYS_REQUIRE(x) 90 * We initially used NTP_REQUIRE() instead of REQUIRE() etc, but that 91 * is unneccesarily verbose, as libisc use of REQUIRE() etc shows. 95 #define DEBUG_REQUIRE(x) REQUIRE(x)
|
| /src/lib/libc/include/isc/ |
| assertions.h | 72 #define REQUIRE(cond) \ 81 #define REQUIRE(cond) ((void) (cond))
|
| /src/tests/compat/linux/ |
| h_linux.h | 42 #define REQUIRE(x) do { if (!(x)) exit(FAIL); } while (0)
|
| /src/external/bsd/libbind/dist/include/isc/ |
| assertions.h | 70 #define REQUIRE(cond) \ 79 #define REQUIRE(cond) ((void) (cond))
|
| /src/tests/crypto/libcrypto/ |
| t_sha512trunc.c | 71 #define REQUIRE(x) ATF_REQUIRE_MSG((x), "i=%zu", i) 72 REQUIRE(ctx = EVP_MD_CTX_new()); 73 REQUIRE(EVP_DigestInit_ex(ctx, md, NULL)); 74 REQUIRE(EVP_DigestUpdate(ctx, C[i].in, C[i].inlen)); 75 REQUIRE(EVP_DigestFinal_ex(ctx, digest, &digestlen1)); 76 #undef REQUIRE
|
| /src/external/mpl/dhcp/dist/omapip/ |
| iscprint.c | 35 #define INSIST(cond) REQUIRE(cond) 36 #define REQUIRE(cond) if (!(cond)) { return 0; } 205 REQUIRE(p != NULL); 210 REQUIRE(p != NULL); 215 REQUIRE(p != NULL); 338 REQUIRE(cp != NULL);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| util.h | 214 /*% Require Assertion */ 215 #define REQUIRE(e) ISC_REQUIRE(e)
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| util.h | 264 #define REQUIRE(expression) \ 297 /*% Require Assertion */ 298 #define REQUIRE(e) ISC_REQUIRE(e) 310 /*% Require Assertion */ 311 #define REQUIRE(e) \
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| util.h | 315 #define REQUIRE(expression) \ 346 /*% Require Assertion */ 347 #define REQUIRE(e) ISC_REQUIRE(e)
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regcomp.c | 263 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) 264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 265 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 406 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ 452 REQUIRE(MORE(), REG_EPAREN); 508 REQUIRE(MORE(), REG_EESCAPE); 540 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); 556 REQUIRE(!wascaret, REG_BADRPT) [all...] |
| /src/external/bsd/nvi/dist/regex/ |
| regcomp.c | 158 #define REQUIRE(co, e) ((co) || SETERROR(e)) 159 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 160 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 161 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 326 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ 372 (void)REQUIRE(MORE(), REG_EPAREN); 428 (void)REQUIRE(MORE(), REG_EESCAPE); 433 (void)REQUIRE(!MORE() || !ISDIGIT((UCHAR_T)PEEK()), REG_BADRPT); 449 (void)REQUIRE(!wascaret, REG_BADRPT) [all...] |
| /src/lib/libc/regex/ |
| regcomp.c | 210 #define REQUIRE(co, e) ((co) || SETERROR(e)) 211 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 212 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 213 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 467 (void)REQUIRE(MORE(), REG_EPAREN); 524 (void)REQUIRE(MORE(), REG_EESCAPE); 631 (void)REQUIRE(MORE2() && \ 635 (void)REQUIRE(!wascaret, REG_BADRPT); 638 /* this case does not require the (y|) trick, noKLUDGE */ 662 (void)REQUIRE(count <= count2, REG_BADBR) [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-eh-frame.c | 582 #define REQUIRE(COND) \ 624 REQUIRE (_bfd_elf_mmap_section_contents (abfd, sec, &ehbuf)); 628 REQUIRE (sec->size == (unsigned int) sec->size); 632 REQUIRE (ptr_size != 0); 645 REQUIRE (skip_bytes (&buf, end, 4)); 649 REQUIRE (hdr_length != 0xffffffff); 653 REQUIRE (skip_bytes (&buf, end, 4)); 658 REQUIRE (skip_bytes (&buf, end, hdr_length - 4)); 664 REQUIRE (sec_info); 670 REQUIRE (local_cies) [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-eh-frame.c | 582 #define REQUIRE(COND) \ 624 REQUIRE (_bfd_elf_mmap_section_contents (abfd, sec, &ehbuf)); 628 REQUIRE (sec->size == (unsigned int) sec->size); 632 REQUIRE (ptr_size != 0); 645 REQUIRE (skip_bytes (&buf, end, 4)); 649 REQUIRE (hdr_length != 0xffffffff); 653 REQUIRE (skip_bytes (&buf, end, 4)); 658 REQUIRE (skip_bytes (&buf, end, hdr_length - 4)); 664 REQUIRE (sec_info); 670 REQUIRE (local_cies) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-eh-frame.c | 581 #define REQUIRE(COND) \ 621 REQUIRE (_bfd_elf_mmap_section_contents (abfd, sec, &ehbuf)); 625 REQUIRE (sec->size == (unsigned int) sec->size); 629 REQUIRE (ptr_size != 0); 642 REQUIRE (skip_bytes (&buf, end, 4)); 646 REQUIRE (hdr_length != 0xffffffff); 650 REQUIRE (skip_bytes (&buf, end, 4)); 655 REQUIRE (skip_bytes (&buf, end, hdr_length - 4)); 661 REQUIRE (sec_info); 667 REQUIRE (local_cies) [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-eh-frame.c | 582 #define REQUIRE(COND) \ 624 REQUIRE (_bfd_elf_mmap_section_contents (abfd, sec, &ehbuf)); 628 REQUIRE (sec->size == (unsigned int) sec->size); 632 REQUIRE (ptr_size != 0); 645 REQUIRE (skip_bytes (&buf, end, 4)); 649 REQUIRE (hdr_length != 0xffffffff); 653 REQUIRE (skip_bytes (&buf, end, 4)); 658 REQUIRE (skip_bytes (&buf, end, hdr_length - 4)); 664 REQUIRE (sec_info); 670 REQUIRE (local_cies) [all...] |
| /src/external/mit/isl/dist/imath/ |
| imath.c | 170 #define REQUIRE(E) \ 817 REQUIRE(mp_int_copy(a, q)); 820 REQUIRE(mp_int_copy(a, TEMP(0))); 825 REQUIRE(mp_int_copy(b, r)); 828 REQUIRE(mp_int_copy(b, TEMP(1))); 832 REQUIRE(s_udiv_knuth(qout, rout)); 834 if (q) REQUIRE(mp_int_copy(a, q)); 835 if (r) REQUIRE(mp_int_copy(a, r)); 853 if (q) REQUIRE(mp_int_copy(qout, q)); 854 if (r) REQUIRE(mp_int_copy(rout, r)) [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| dhctoken.h | 106 REQUIRE = 300,
|
| /src/external/mpl/dhcp/dist/keama/ |
| dhctoken.h | 110 REQUIRE = 300,
|