/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 3833 EXPECT_NOT_POISONED(poisoned(0, 0) < poisoned(0, 0)); in TEST() 3834 EXPECT_NOT_POISONED(poisoned(0U, 0) < poisoned(0U, 0)); in TEST() 3837 EXPECT_POISONED(poisoned(0xFF, 0xFF) < poisoned(0xFF, 0xFF)); in TEST() 3843 EXPECT_NOT_POISONED(poisoned(0, 0) <= poisoned(0, 0)); in TEST() 3844 EXPECT_NOT_POISONED(poisoned(0U, 0) <= poisoned(0U, 0)); in TEST() 3853 EXPECT_NOT_POISONED(poisoned(0, 0) > poisoned(0, 0)); in TEST() 3854 EXPECT_NOT_POISONED(poisoned(0U, 0) > poisoned(0U, 0)); in TEST() 3863 EXPECT_NOT_POISONED(poisoned(0, 0) >= poisoned(0, 0)); in TEST() 3864 EXPECT_NOT_POISONED(poisoned(0U, 0) >= poisoned(0U, 0)); in TEST() 3873 EXPECT_POISONED(poisoned(6, 0xF) > poisoned(7, 0)); in TEST() [all …]
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_vpm.c | 183 param->poisoned = 0; in x509_verify_param_zero() 530 param->poisoned = 1; in X509_VERIFY_PARAM_set1_host() 541 param->poisoned = 1; in X509_VERIFY_PARAM_add1_host() 574 param->poisoned = 1; in X509_VERIFY_PARAM_set1_email() 589 param->poisoned = 1; in X509_VERIFY_PARAM_set1_ip()
|
H A D | x509_local.h | 295 int poisoned; member
|
H A D | x509_vfy.c | 602 if (ctx->param->poisoned) { in X509_verify_cert()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/treelang/ |
H A D | ChangeLog | 59 Work around poisoned malloc (undef IN_GCC) 63 Work around poisoned malloc (undef IN_GCC)
|
/openbsd/games/hack/ |
H A D | hack.mhitu.c | 245 poisoned("bee's sting",mdat->mname); in mhitu() 312 poisoned("snake's bite",mdat->mname); in mhitu() 317 poisoned("scorpion's sting",mdat->mname); in mhitu()
|
H A D | hack.trap.c | 170 poisoned("dart","poison dart"); in dotrap()
|
H A D | hack.h | 458 void poisoned(char *, char *);
|
H A D | hack.mon.c | 625 poisoned(char *string, char *pname) in poisoned() function
|
/openbsd/etc/examples/ |
H A D | ripd.conf | 5 split-horizon poisoned
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_poisoning.cpp | 580 static const void *FindBadAddress(uptr begin, uptr end, bool poisoned) { in FindBadAddress() argument 584 if (auto *bad = FindBadAddress(begin, begin + kMaxRangeToCheck, poisoned)) in FindBadAddress() 586 if (auto *bad = FindBadAddress(end - kMaxRangeToCheck, end, poisoned)) in FindBadAddress() 591 if (AddressIsPoisoned(i) != poisoned) in FindBadAddress()
|
H A D | asan_flags.inc | 75 "If set, user may manually mark memory regions as poisoned or "
|
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_flags.inc | 43 "Consider pointers found in poisoned memory to be valid.")
|
/openbsd/gnu/gcc/libcpp/po/ |
H A D | cpplib.pot | 691 msgid "attempt to use poisoned \"%s\""
|
H A D | zh_CN.po | 677 msgid "attempt to use poisoned \"%s\""
|
H A D | zh_TW.po | 679 msgid "attempt to use poisoned \"%s\""
|
H A D | sv.po | 679 msgid "attempt to use poisoned \"%s\""
|
H A D | nl.po | 695 msgid "attempt to use poisoned \"%s\""
|
H A D | ca.po | 681 msgid "attempt to use poisoned \"%s\""
|
H A D | tr.po | 678 msgid "attempt to use poisoned \"%s\""
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | cppinternals.texi | 285 Some identifiers, such as @code{__VA_ARGS__} and poisoned identifiers, 291 to issue a diagnostic for re-poisoning a poisoned identifier, or for
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | cppinternals.info | 245 Some identifiers, such as `__VA_ARGS__' and poisoned identifiers, 251 issue a diagnostic for re-poisoning a poisoned identifier, or for using
|
H A D | cppinternals.texi | 285 Some identifiers, such as @code{__VA_ARGS__} and poisoned identifiers, 291 to issue a diagnostic for re-poisoning a poisoned identifier, or for
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | PCHInternals.rst | 372 poisoned identifier, an extension token, or a macro.
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticLexKinds.td | 545 def err_pp_used_poisoned_id : Error<"attempt to use a poisoned identifier">;
|