Searched refs:check2 (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/regress/lib/libc/cxa-atexit/test1/ |
| H A D | test1.C | 23 int check1, check2; variable 33 check1 = check2 = 1; in main() 58 if (check1 || check2) in main()
|
| /openbsd-src/regress/lib/libc/cxa-atexit/libgd2/ |
| H A D | gd2.C | 21 extern int check2; 25 check2 = 0; in ~global_destructor_test_obj2()
|
| /openbsd-src/gnu/llvm/lld/include/lld/Common/ |
| H A D | ErrorHandler.h | 182 T check2(ErrorOr<T> e, llvm::function_ref<std::string()> prefix) { in check2() function 189 T check2(Expected<T> e, llvm::function_ref<std::string()> prefix) { in check2() function 198 #define CHECK(E, S) check2((E), [&] { return toString(S); })
|
| /openbsd-src/gnu/usr.bin/perl/dist/Carp/t/ |
| H A D | vivify_stash.t | 27 print $@ eq '' ? "ok 5 # longmess check2\n" : "not ok 5 # longmess check2\n# $@";
|
| /openbsd-src/lib/libcurses/base/ |
| H A D | vsscanf.c | 203 int check2; in vsscanf() 204 if (sscanf("123", "%d%n", &check1, &check2) > 0 in vsscanf() 206 && check2 == 3) { in vsscanf()
|
| /openbsd-src/regress/usr.sbin/pkg_add/ |
| H A D | Makefile | 4 collision-check1 collision-check2 collision-check3 \ 21 REGRESS_EXPECTED_FAILURES = collision-check1 collision-check2 \ 92 collision-check2: rep1/d-0.tgz rep1/e-0.tgz
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | sshkey.c | 3012 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; in private2_decrypt() 3117 (r = sshbuf_get_u32(decrypted, &check2)) != 0) in sshkey_parse_private2() 3119 if (check1 != check2) { in sshkey_parse_private2() 2927 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; private2_decrypt() local
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | UsersManual.rst | 1861 .. option:: -f[no-]sanitize=check1,check2,... 1910 .. option:: -f[no-]sanitize-recover=check1,check2,... 1936 .. option:: -f[no-]sanitize-trap=check1,check2,...
|