Home | History | Annotate | Download | only in mknod

Lines Matching refs:ind

137 	int ind;		/* counter to test different test conditions */
151 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
152 node_name = Test_cases[ind].pathname;
153 test_desc = Test_cases[ind].desc;
173 Test_cases[ind].exp_errno);
177 if (TEST_ERRNO == Test_cases[ind].exp_errno) {
183 TEST_ERRNO, Test_cases[ind].exp_errno);
208 int ind;
229 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
230 Test_cases[ind].setupfunc();
250 int ind; /* counter variable */
252 for (ind = 0; ind <= (PATH_MAX + 1); ind++) {
253 Longpathname[ind] = 'a';