Lines Matching defs:tdat
102 static struct test_case_t tdat[] = {
107 int TST_TOTAL = sizeof(tdat) / sizeof(tdat[0]);
122 if ((tdat[testno].setup) && (tdat[testno].setup())) {
130 (TEST_ERRNO == tdat[testno].experrno)) {
132 "errno: %d", tdat[testno].desc,
137 "(expected %d)", tdat[testno].desc,
139 TEST_ERRNO, tdat[testno].experrno);
141 if (tdat[testno].cleanup) {
142 tdat[testno].cleanup();