testcase
struct testcase *t;
struct testcase *t;
struct testcase *t;
struct testcase *t;
const struct testcase *t = &tests[i];
const struct testcase *t = &testcases2[i];
static const struct testcase testcases[] = {
static const struct testcase testcases2[] = {
const struct testcase *t = &testcases[i];
const struct testcase *t = &testcases[i];
static const struct testcase testcases[] = {
printtest(struct testcase *t)
test_decode(struct testcase *t, int high4)
test_encode(struct testcase *t, int high4)
struct testcase *t;
static int test_access_description(int testcase)
switch (testcase) {
struct testcase *t;
struct testcase *t;
struct testcase *t;
testcase(buf + i, j, set, setlen, want_match);
testcase(buf, buflen, set + i, j, want_match);
struct testcase tests[10]; /* no more than 10 tests */
fprintf(stderr, ">> %s: %s\n", testcase, buf);
testcase = optarg;
if (testcase == NULL)
static char *testcase;
if (strcmp(buf+6, testcase) != 0)
"'%s': '%s'", testcase, buf+6);
fprintf(stderr, "<< %s: %s\n", testcase, buf);
struct testcase tests[10]; // no more than 10 tests