Lines Matching refs:testno
93 static int testno;
121 for (testno = 0; testno < TST_TOTAL; ++testno) {
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();