Symbol: testcase
crypto/heimdal/lib/krb5/derived-key-test.c
81
struct testcase *t;
crypto/heimdal/lib/krb5/n-fold-test.c
97
struct testcase *t;
crypto/heimdal/lib/krb5/parse-name-test.c
67
struct testcase *t;
crypto/heimdal/lib/krb5/string-to-key-test.c
95
struct testcase *t;
crypto/heimdal/lib/roken/parse_reply-test.c
91
const struct testcase *t = &tests[i];
crypto/heimdal/lib/wind/test-ldap.c
101
const struct testcase *t = &testcases2[i];
crypto/heimdal/lib/wind/test-ldap.c
52
static const struct testcase testcases[] = {
crypto/heimdal/lib/wind/test-ldap.c
59
static const struct testcase testcases2[] = {
crypto/heimdal/lib/wind/test-ldap.c
76
const struct testcase *t = &testcases[i];
crypto/heimdal/lib/wind/test-utf8.c
123
const struct testcase *t = &testcases[i];
crypto/heimdal/lib/wind/test-utf8.c
80
static const struct testcase testcases[] = {
crypto/krb5/src/util/support/t_utf8.c
120
printtest(struct testcase *t)
crypto/krb5/src/util/support/t_utf8.c
127
test_decode(struct testcase *t, int high4)
crypto/krb5/src/util/support/t_utf8.c
154
test_encode(struct testcase *t, int high4)
crypto/krb5/src/util/support/t_utf8.c
185
struct testcase *t;
crypto/openssl/test/ocspapitest.c
157
static int test_access_description(int testcase)
crypto/openssl/test/ocspapitest.c
165
switch (testcase) {
lib/libc/tests/gen/fmtmsg_test.c
223
struct testcase *t;
lib/libc/tests/gen/fnmatch_test.c
77
struct testcase *t;
lib/libc/tests/gen/test-fnmatch.c
39
struct testcase *t;
lib/libc/tests/string/strcspn_test.c
101
testcase(buf + i, j, set, setlen, want_match);
lib/libc/tests/string/strcspn_test.c
113
testcase(buf, buflen, set + i, j, want_match);
tools/regression/doat/doat.c
63
struct testcase tests[10]; /* no more than 10 tests */
tools/test/netfibs/reflect.c
100
fprintf(stderr, ">> %s: %s\n", testcase, buf);
tools/test/netfibs/reflect.c
336
testcase = optarg;
tools/test/netfibs/reflect.c
349
if (testcase == NULL)
tools/test/netfibs/reflect.c
47
static char *testcase;
tools/test/netfibs/reflect.c
86
if (strcmp(buf+6, testcase) != 0)
tools/test/netfibs/reflect.c
88
"'%s': '%s'", testcase, buf+6);
tools/test/netfibs/reflect.c
92
fprintf(stderr, "<< %s: %s\n", testcase, buf);
tools/test/stress2/testcases/openat/doat.c
60
struct testcase tests[10]; // no more than 10 tests