Searched refs:testcases (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dtest-rw.c50 } testcases[] = { variable in typeref:struct:testcase
156 for (n = 0; n < sizeof(testcases)/sizeof(testcases[0]); n++) {
157 flags = testcases[n].in_flags;
159 datalen = testcases[n].ucs2_len;
162 ret = wind_ucs2read(testcases[n].in_ptr,
163 testcases[n].in_len,
167 if (ret != testcases[n].ret)
168 errx(1, "testcases %u: wind_ucs2read: %d", n, ret);
174 if (flags != testcases[
[all...]
H A Dtest-ldap.c52 static const struct testcase testcases[] = { variable in typeref:struct:testcase
75 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) {
76 const struct testcase *t = &testcases[i];
H A Dtest-utf8.c80 static const struct testcase testcases[] = { variable in typeref:struct:testcase
122 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) {
123 const struct testcase *t = &testcases[i];
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_bm.c54 const t_testcase testcases[] = { variable
79 for (ts = 0; ts < sizeof(testcases)/sizeof(t_testcase); ts++) {
80 ATF_CHECK(pattern = bm_comp((const u_char *)testcases[ts].pattern,
81 strlen(testcases[ts].pattern), (const u_char *)testcases[ts].freq));
83 ATF_REQUIRE(text = strdup(testcases[ts].text));
86 if (testcases[ts].match == -1)
89 ATF_CHECK_EQ(testcases[ts].match,
/freebsd-11-stable/lib/libarchive/tests/
H A Dfunctional_test.sh44 testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { p=1 }')
45 for testcase in ${testcases}; do
/freebsd-11-stable/usr.bin/bsdcat/tests/
H A Dfunctional_test.sh38 # "write error on stdout" with some of the testcases
50 testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { p=1 }')
51 for testcase in ${testcases}; do
/freebsd-11-stable/usr.bin/cpio/tests/
H A Dfunctional_test.sh38 # "write error on stdout" with some of the testcases
50 testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { p=1 }')
51 for testcase in ${testcases}; do
/freebsd-11-stable/usr.bin/tar/tests/
H A Dfunctional_test.sh45 testcases=$(${TESTER} -h 2>&1 | awk 'p != 0 && $1 ~ /^[0-9]+:/ { print $NF } /Available tests:/ { p=1 }')
46 for testcase in ${testcases}; do
/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Dhash_test.c105 hash_testcase_t testcases[] = { local
202 hash_testcase_t *testcase = testcases;
234 hash_testcase_t testcases[] = { local
329 hash_testcase_t *testcase = testcases;
367 hash_testcase_t testcases[] = { local
461 hash_testcase_t *testcase = testcases;
499 hash_testcase_t testcases[] = { local
607 hash_testcase_t *testcase = testcases;
645 hash_testcase_t testcases[] = { local
754 hash_testcase_t *testcase = testcases;
792 hash_testcase_t testcases[] = { local
864 hash_testcase_t testcases[] = { local
995 hash_testcase_t testcases[] = { local
1158 hash_testcase_t testcases[] = { local
1321 hash_testcase_t testcases[] = { local
1490 hash_testcase_t testcases[] = { local
1660 hash_testcase_t testcases[] = { local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_floatunditf.c37 } testcases[] = { variable in typeref:struct:__anon3591
127 for (i = 0; i < __arraycount(testcases); ++i)
129 testcases[i].ld == (long double)testcases[i].u64,
131 testcases[i].ld,
132 (long double)testcases[i].u64);
/freebsd-11-stable/lib/libc/tests/gen/
H A Dtest-fnmatch.c58 for (i = 0; i < nitems(testcases); i++) {
59 t = &testcases[i];
H A Dfmtmsg_test.c54 } testcases[] = { variable in typeref:struct:testcase
229 for (i = 0; i < nitems(testcases); i++) {
230 t = &testcases[i];
H A Dfnmatch_testcases.h37 } testcases[] = { variable in typeref:struct:testcase
H A Dfnmatch_test.c81 for (i = 0; i < nitems(testcases); i++) {
82 t = &testcases[i];
/freebsd-11-stable/share/mk/
H A Dnetbsd-tests.test.mk28 # A C++ analog isn't provided because there aren't any C++ testcases in
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c73 } testcases[] = { variable in typeref:struct:testcase
420 for (t = &testcases[0]; t->s != NULL; ++t) {
471 for (t = &testcases[0]; t->s != NULL; ++t) {
520 for (t = &testcases[0]; t->s != NULL; ++t) {
581 for (t = &testcases[0]; t->s != NULL; ++t) {
642 for (t = &testcases[0]; t->s != NULL; ++t) {
694 for (t = &testcases[0]; t->s != NULL; ++t) {
766 for (t = &testcases[0]; t->s != NULL; ++t) {
801 for (t = &testcases[0]; t->s != NULL; ++t) {
838 for (t = &testcases[
[all...]
/freebsd-11-stable/lib/libc/tests/sys/
H A Dsendfile_test.c535 } testcases[] = { local
582 for (i = 0; i < nitems(testcases); i++) {
601 SF_FLAGS(testcases[i].readahead_pages, testcases[i].flags));
643 } testcases[] = { local
676 for (i = 0; i < nitems(testcases); i++) {
680 if (testcases[i].include_headers) {
688 if (testcases[i].include_trailers) {
701 testcases[i].include_headers ? (char *)headers[0].iov_base : "",
703 testcases[
[all...]

Completed in 149 milliseconds