| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | test-rw.c | 50 } testcases[] = { variable 156 for (n = 0; n < sizeof(testcases)/sizeof(testcases[0]); n++) { in main() 157 flags = testcases[n].in_flags; in main() 159 datalen = testcases[n].ucs2_len; in main() 162 ret = wind_ucs2read(testcases[n].in_ptr, in main() 163 testcases[n].in_len, in main() 167 if (ret != testcases[n].ret) in main() 174 if (flags != testcases[n].out_flags) in main() 177 if (datalen != testcases[n].ucs2_len) in main() 181 if (testcases[n].ucs2[m] != data[m]) in main()
|
| H A D | test-utf8.c | 80 static const struct testcase testcases[] = { variable 122 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) { in main() 123 const struct testcase *t = &testcases[i]; in main()
|
| H A D | test-ldap.c | 52 static const struct testcase testcases[] = { variable 75 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) { in main() 76 const struct testcase *t = &testcases[i]; in main()
|
| /freebsd-13.1/contrib/netbsd-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()
|
| /freebsd-13.1/contrib/ntp/lib/isc/tests/ |
| H A D | hash_test.c | 105 hash_testcase_t testcases[] = { in ATF_TC_BODY() local 234 hash_testcase_t testcases[] = { in ATF_TC_BODY() local 367 hash_testcase_t testcases[] = { in ATF_TC_BODY() local 499 hash_testcase_t testcases[] = { in ATF_TC_BODY() local 645 hash_testcase_t testcases[] = { in ATF_TC_BODY() local 792 hash_testcase_t testcases[] = { in ATF_TC_BODY() local 864 hash_testcase_t testcases[] = { in ATF_TC_BODY() local 995 hash_testcase_t testcases[] = { in ATF_TC_BODY() local 1158 hash_testcase_t testcases[] = { in ATF_TC_BODY() local 1321 hash_testcase_t testcases[] = { in ATF_TC_BODY() local [all …]
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_floatunditf.c | 37 } testcases[] = { variable 127 for (i = 0; i < __arraycount(testcases); ++i) in ATF_TC_BODY() 129 testcases[i].ld == (long double)testcases[i].u64, in ATF_TC_BODY() 131 testcases[i].ld, in ATF_TC_BODY() 132 (long double)testcases[i].u64); in ATF_TC_BODY()
|
| /freebsd-13.1/lib/libarchive/tests/ |
| H A D | functional_test.sh | 44 …testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { … 45 for testcase in ${testcases}; do
|
| /freebsd-13.1/usr.bin/tar/tests/ |
| H A D | functional_test.sh | 45 …testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { … 46 for testcase in ${testcases}; do
|
| /freebsd-13.1/usr.bin/bsdcat/tests/ |
| H A D | functional_test.sh | 50 …testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { … 51 for testcase in ${testcases}; do
|
| /freebsd-13.1/usr.bin/cpio/tests/ |
| H A D | functional_test.sh | 50 …testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { … 51 for testcase in ${testcases}; do
|
| /freebsd-13.1/contrib/netbsd-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() 581 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 642 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 694 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 766 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 801 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() 838 for (t = &testcases[0]; t->s != NULL; ++t) { in ATF_TC_BODY() [all …]
|
| /freebsd-13.1/lib/libc/tests/gen/ |
| H A D | fmtmsg_test.c | 54 } testcases[] = { variable 229 for (i = 0; i < nitems(testcases); i++) { in ATF_TC_BODY() 230 t = &testcases[i]; in ATF_TC_BODY()
|
| H A D | test-fnmatch.c | 58 for (i = 0; i < nitems(testcases); i++) { in write_sh_tests() 59 t = &testcases[i]; in write_sh_tests()
|
| H A D | fnmatch_test.c | 81 for (i = 0; i < nitems(testcases); i++) { in ATF_TC_BODY() 82 t = &testcases[i]; in ATF_TC_BODY()
|
| H A D | fnmatch_testcases.h | 37 } testcases[] = { variable
|
| /freebsd-13.1/lib/libc/tests/sys/ |
| H A D | sendfile_test.c | 535 } testcases[] = { in flags_test() local 582 for (i = 0; i < nitems(testcases); i++) { in flags_test() 601 SF_FLAGS(testcases[i].readahead_pages, testcases[i].flags)); in flags_test() 643 } testcases[] = { in hdtr_positive_test() local 676 for (i = 0; i < nitems(testcases); i++) { in hdtr_positive_test() 680 if (testcases[i].include_headers) { in hdtr_positive_test() 688 if (testcases[i].include_trailers) { in hdtr_positive_test() 701 testcases[i].include_headers ? (char *)headers[0].iov_base : "", in hdtr_positive_test() 703 testcases[i].include_trailers ? (char *)trailers[0].iov_base : ""); in hdtr_positive_test()
|
| /freebsd-13.1/contrib/pjdfstest/ |
| H A D | README | 44 - You must be root when running these testcases.
|
| /freebsd-13.1/contrib/byacc/package/debian/ |
| H A D | changelog | 196 * add testcases, improve documentation for "-s" option.
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.2002 | 225 * lib/krb5/name-45-test.c: add testcases for
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | CHANGES | 584 Update testcases to make output changes 716 Many new testcases
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | CHANGES | 1317 for yacc, ignore the inherit testcases, since they are btyacc-specific
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | NEWS | 182 > fix two errata in tic (report/testcases by Hongxu Chen): 193 > fix several errata in tic (reports/testcases by "zjuchenyuan"):
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | ChangeLog | 2034 upstream: Add testcases from bz#3319 for IPQoS and TunnelDevice
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | Changelog | 9675 - wildcard nsec3 testcases, and fixup to get correct wildcard name.
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog | 140242 fixed testcases for new calyearstart() API
|