| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| H A D | seek3.c | 19 const char correct[] = "correct"; in main() local 20 char buf2[sizeof correct] = {0}; in main() 40 || read (fd, buf2, strlen (correct)) != strlen (correct) in main() 41 || strcmp (buf2, correct) != 0) in main()
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512256/ |
| H A D | auth_hmacsha512256.c | 87 unsigned char correct[32]; in crypto_auth_hmacsha512256_verify() local 89 crypto_auth_hmacsha512256(correct, in, inlen, k); in crypto_auth_hmacsha512256_verify() 91 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha512256_verify() 92 sodium_memcmp(correct, h, 32); in crypto_auth_hmacsha512256_verify()
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha256/ |
| H A D | auth_hmacsha256.c | 112 unsigned char correct[32]; in crypto_auth_hmacsha256_verify() local 114 crypto_auth_hmacsha256(correct, in, inlen, k); in crypto_auth_hmacsha256_verify() 116 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha256_verify() 117 sodium_memcmp(correct, h, 32); in crypto_auth_hmacsha256_verify()
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512/ |
| H A D | auth_hmacsha512.c | 112 unsigned char correct[64]; in crypto_auth_hmacsha512_verify() local 114 crypto_auth_hmacsha512(correct, in, inlen, k); in crypto_auth_hmacsha512_verify() 116 return crypto_verify_64(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha512_verify() 117 sodium_memcmp(correct, h, 64); in crypto_auth_hmacsha512_verify()
|
| /netbsd-src/games/hangman/ |
| H A D | getguess.c | 53 bool correct; in getguess() local 80 correct = false; in getguess() 84 correct = true; in getguess() 86 if (!correct) in getguess()
|
| /netbsd-src/tests/lib/libc/gen/ |
| H A D | t_fmtcheck.c | 44 int correct; member 101 if (test_fmts[i].correct == 1) { in ATF_TC_BODY() 110 (test_fmts[i].correct == 1) ? "1st" : "2nd"); in ATF_TC_BODY()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| H A D | 11-dtls_resumption.conf | 23 test-18 = 18-resumption-when-mfl-ext-is-correct 704 [18-resumption-when-mfl-ext-is-correct] 705 ssl_conf = 18-resumption-when-mfl-ext-is-correct-ssl 707 [18-resumption-when-mfl-ext-is-correct-ssl] 708 server = 18-resumption-when-mfl-ext-is-correct-server 709 client = 18-resumption-when-mfl-ext-is-correct-client 710 resume-server = 18-resumption-when-mfl-ext-is-correct-server 711 resume-client = 18-resumption-when-mfl-ext-is-correct-resume-client 713 [18-resumption-when-mfl-ext-is-correct-server] 718 [18-resumption-when-mfl-ext-is-correct-client] [all …]
|
| /netbsd-src/external/bsd/tre/dist/tests/agrep/ |
| H A D | basic.ok | 83 Let's hear an example of correct microphone placing. 93 Let's hear an example of correct microphone placing. 111 basic.in:Let's hear an example of correct microphone placing. 121 (standard input):Let's hear an example of correct microphone placing. 139 3:Let's hear an example of correct microphone placing. 149 3:Let's hear an example of correct microphone placing. 159 0:Let's hear an example of correct microphone placing. 169 0:Let's hear an example of correct microphone placing. 179 Let's hear an example of correct microphone placing. 189 Let's hear an example of correct microphone placing. [all …]
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| H A D | poly1305_donna.c | 108 unsigned char correct[16]; in crypto_onetimeauth_poly1305_donna_verify() local 110 crypto_onetimeauth_poly1305_donna(correct, in, inlen, k); in crypto_onetimeauth_poly1305_donna_verify() 112 return crypto_verify_16(h, correct); in crypto_onetimeauth_poly1305_donna_verify()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| H A D | powisf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local 26 if (!correct) in test__powisf2() 29 return !correct; in test__powisf2()
|
| H A D | powitf2_test.c | 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local 28 if (!correct) in test__powitf2() 31 return !correct; in test__powitf2()
|
| H A D | powidf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local 26 if (!correct) in test__powidf2() 29 return !correct; in test__powidf2()
|
| H A D | powixf2_test.c | 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local 28 if (!correct) in test__powixf2() 31 return !correct; in test__powixf2()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| H A D | powisf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local 26 if (!correct) in test__powisf2() 29 return !correct; in test__powisf2()
|
| H A D | powidf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local 26 if (!correct) in test__powidf2() 29 return !correct; in test__powidf2()
|
| H A D | powitf2_test.c | 28 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local 29 if (!correct) in test__powitf2() 32 return !correct; in test__powitf2()
|
| H A D | powixf2_test.c | 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local 28 if (!correct) in test__powixf2() 31 return !correct; in test__powixf2()
|
| /netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
| H A D | check_nfs_hn_dref.m4 | 2 dnl check the correct way to dereference the hostname part of the nfs fhandle 8 # select the correct nfs address dereferencing style
|
| H A D | check_mtype_type.m4 | 2 dnl check the correct type for the mount type in the mount() system call 9 # select the correct type
|
| H A D | type_auth_create_gidlist.m4 | 2 dnl check the correct type for the 5th argument to authunix_create() 8 # select the correct type
|
| H A D | type_yp_order_outorder.m4 | 2 dnl check the correct type for the 3rd argument to yp_order() 8 # select the correct type
|
| H A D | check_nfs_socket_connection.m4 | 10 # select the correct style 18 # set correct value
|
| H A D | check_mtype_printf_type.m4 | 2 dnl check the correct printf-style type for the mount type in the mount() 10 # select the correct printf type
|
| /netbsd-src/tests/usr.bin/id/ |
| H A D | t_whoami.sh | 37 atf_test_case correct 73 atf_add_test_case correct
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | serve_expired_zerottl.rpl | 19 ; - check that we get an answer for example.com. IN A with the correct 0 TTL 86 ; Check that we got the correct answer with 0 TTL 112 ; Check that we got the correct answer 138 ; Check that we got the correct answer
|