/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | name_test.c | 630 } testcases[] = { { "x", false }, in ISC_RUN_TEST_IMPL() 637 for (i = 0; i < (sizeof(testcases) / sizeof(testcases[0])); i++) { 644 len = strlen(testcases[i].namestr); 645 isc_buffer_constinit(&b, testcases[i].namestr, len); 655 testcases[i].expect); 666 } testcases[] = { 678 for (i = 0; i < (sizeof(testcases) / sizeof(testcases[0])); i++) { 687 result = dns_name_fromstring(n1, testcases[ 374 } testcases[] = { { "x", false }, ISC_RUN_TEST_IMPL() local 410 } testcases[] = { ISC_RUN_TEST_IMPL() local 472 } testcases[] = { ISC_RUN_TEST_IMPL() local 514 } testcases[] = { ISC_RUN_TEST_IMPL() local 551 } testcases[] = { ISC_RUN_TEST_IMPL() local 595 } testcases[] = { ISC_RUN_TEST_IMPL() local [all...] |
H A D | dst_test.c | 268 } testcases[] = { in ISC_RUN_TEST_IMPL() local 286 for (i = 0; i < (sizeof(testcases) / sizeof(testcases[0])); i++) { in ISC_RUN_TEST_IMPL() 287 if (!dst_algorithm_supported(testcases[i].alg)) { in ISC_RUN_TEST_IMPL() 291 check_sig(testcases[i].datapath, testcases[i].sigpath, in ISC_RUN_TEST_IMPL() 292 testcases[i].keyname, testcases[i].keyid, in ISC_RUN_TEST_IMPL() 293 testcases[i].alg, DST_TYPE_PRIVATE | DST_TYPE_PUBLIC, in ISC_RUN_TEST_IMPL() 294 testcases[ in ISC_RUN_TEST_IMPL() 365 } testcases[] = { ISC_RUN_TEST_IMPL() local [all...] |
H A D | private_test.c | 153 signing_testcase_t testcases[] = { { DST_ALG_RSASHA512, 12345, 0, 0 }, in ISC_RUN_TEST_IMPL() local 174 make_signing(&testcases[i], &private, data, sizeof(data)); in ISC_RUN_TEST_IMPL() 185 nsec3_testcase_t testcases[] = { in ISC_RUN_TEST_IMPL() local 209 make_nsec3(&testcases[i], &private, data); in ISC_RUN_TEST_IMPL()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | test-rw.c | 52 } testcases[] = { variable 158 for (n = 0; n < sizeof(testcases)/sizeof(testcases[0]); n++) { in main() 159 flags = testcases[n].in_flags; in main() 161 datalen = testcases[n].ucs2_len; in main() 164 ret = wind_ucs2read(testcases[n].in_ptr, in main() 165 testcases[n].in_len, in main() 169 if (ret != testcases[n].ret) in main() 176 if (flags != testcases[n].out_flags) in main() 179 if (datalen != testcases[n].ucs2_len) in main() 183 if (testcases[n].ucs2[m] != data[m]) in main()
|
H A D | test-ldap.c | 54 static const struct testcase testcases[] = { variable 77 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) { in main() 78 const struct testcase *t = &testcases[i]; in main()
|
H A D | test-utf8.c | 82 static const struct testcase testcases[] = { variable 124 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) { in main() 125 const struct testcase *t = &testcases[i]; in main()
|
/netbsd-src/tests/lib/libc/string/ |
H A D | t_bm.c | 54 const t_testcase testcases[] = { variable 79 for (ts = 0; ts < sizeof(testcases)/sizeof(t_testcase); ts++) { in ATF_TC_BODY() 80 ATF_CHECK((pattern = bm_comp((const u_char *)testcases[ts].pattern, in ATF_TC_BODY() 81 strlen(testcases[ts].pattern), (const u_char *)testcases[ts].freq))); in ATF_TC_BODY() 83 ATF_REQUIRE((text = strdup(testcases[ts].text))); in ATF_TC_BODY() 86 if (testcases[ts].match == -1) in ATF_TC_BODY() 89 ATF_CHECK_EQ(testcases[ts].match, in ATF_TC_BODY()
|
/netbsd-src/tests/lib/libc/gen/ |
H A D | t_floatunditf.c | 44 } testcases[] = { variable 129 for (i = 0; i < __arraycount(testcases); ++i) in ATF_TC_BODY() 131 testcases[i].ld == (long double)testcases[i].u64, in ATF_TC_BODY() 133 testcases[i].ld, in ATF_TC_BODY() 134 (long double)testcases[i].u64); in ATF_TC_BODY()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | login_sender_match.c | 254 struct testcase testcases[] = { in main() local 336 #define NUM_TESTS sizeof(testcases)/sizeof(testcases[0]) in main() 338 for (pass = fail = 0, tp = testcases; tp < testcases + NUM_TESTS; tp++) { in main() 339 msg_info("RUN test case %ld %s", (long) (tp - testcases), tp->title); in main() 355 msg_info("PASS test %ld", (long) (tp - testcases)); in main() 358 msg_info("FAIL test %ld", (long) (tp - testcases)); in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | mystrtok.c | 261 static const struct testcase testcases[] = { variable 294 #define NUM_TESTS sizeof(testcases)/sizeof(testcases[0]) in main() 297 for (pass = fail = 0, tp = testcases; tp < testcases + NUM_TESTS; tp++) { in main() 302 (long) (tp - testcases), tp->action, tp->input); in main() 330 msg_info("PASS test %ld", (long) (tp - testcases)); in main() 337 msg_info("FAIL test %ld", (long) (tp - testcases)); in main()
|
H A D | dict_stream.c | 174 struct testcase testcases[] = { in main() local 205 for (pass = fail = 0, tp = testcases; tp->title; tp++) { in main() 208 msg_info("RUN test case %ld %s", (long) (tp - testcases), tp->title); in main() 260 msg_info("PASS test %ld", (long) (tp - testcases)); in main() 263 msg_info("FAIL test %ld", (long) (tp - testcases)); in main()
|
H A D | hash_fnv.c | 174 static struct testcase testcases[] = in main() local 193 for (tp = testcases; tp->str; tp++) { in main()
|
/netbsd-src/external/mpl/bind/dist/tests/isc/ |
H A D | aes_test.c |
|
/netbsd-src/tests/lib/libc/stdlib/ |
H A D | t_strtod.c | 87 } testcases[] = { in ATF_TC_BODY() local 96 for (size_t i = 0, n = __arraycount(testcases); i < n; i++) { in ATF_TC_BODY() 99 long double val = strtold(testcases[i].str, &end); in ATF_TC_BODY() 102 errno == 0 && *end == '\0' && val == testcases[i].val, in ATF_TC_BODY() 104 testcases[i].str, testcases[i].val, val, errno, end); in ATF_TC_BODY()
|
/netbsd-src/tests/lib/libc/stdio/ |
H A D | t_fmemopen.c | 73 } testcases[] = { variable 420 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 471 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 520 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 580 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 638 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 688 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 756 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 791 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 828 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() [all …]
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tools/ |
H A D | clean.sh |
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/ |
H A D | index.rst | 386 jit testcases attempt to dump their contexts to a .c file; ``jit.exp`` 405 expects jit testcases to begin with ``test-``, or ``test-error-`` (for a 412 ``testcases`` array in that file; this means that, in addition 422 must have unique names, and most testcases are run within 427 * Testcases that aren't to be added to the ``testcases`` array should
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/internals/ |
H A D | index.rst | 387 jit testcases attempt to dump their contexts to a .c file; ``jit.exp`` 406 expects jit testcases to begin with ``test-``, or ``test-error-`` (for a 413 ``testcases`` array in that file; this means that, in addition 423 must have unique names, and most testcases are run within 428 * Testcases that aren't to be added to the ``testcases`` array should
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | README.ssltest.md | 3 SSL testcases are configured in the `ssl-tests` directory. 6 are used to generate testcases in the OpenSSL CONF format. 12 corresponding to the default configuration. These testcases live in
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | README.ssltest.md | 4 SSL testcases are configured in the `ssl-tests` directory. 7 are used to generate testcases in the OpenSSL CONF format. 13 corresponding to the default configuration. These testcases live in
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/ |
H A D | ChangeLog-2021 | 23 tbitw.cgs, hw-trap.ms, uread16.ms, uread32.ms: New testcases.
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | pthread_rwlock_rdlock.m4 | 9 dnl https://github.com/linux-test-project/ltp/blob/master/testcases/open_posix_testsuite/conformanc…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | lexer.d | 3285 static immutable char[][] testcases = 3298 foreach (testcase; testcases)
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
H A D | evppkey_ffdhe.txt | 96 # The following two testcases check that the padding is implicitly enabled
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | README | 211 zip file, please put large testcases somewhere on an ftp or web site.
|