Lines Matching refs:ind
147 int ind; /* counter to test different test conditions */
161 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
162 test_file = Test_cases[ind].file;
163 sym_file = Test_cases[ind].link;
164 test_desc = Test_cases[ind].desc;
178 if (TEST_ERRNO == Test_cases[ind].exp_errno) {
186 Test_cases[ind].exp_errno);
191 Test_cases[ind].exp_errno);
211 int ind;
232 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
233 if (!Test_cases[ind].link)
234 Test_cases[ind].link = tst_get_bad_addr(cleanup);
235 Test_cases[ind].setupfunc();
306 int ind; /* counter variable */
308 for (ind = 0; ind <= (PATH_MAX + 1); ind++) {
309 Longpathname[ind] = 'a';