Home | History | Annotate | Download | only in clone

Lines Matching refs:ind

55 	int lc, ind;
65 for (ind = 0; ind < TST_TOTAL; ind++) {
66 if (test_cases[ind].child_stack == NULL) {
68 } else if (*test_cases[ind].child_stack == NULL) {
76 TEST(ltp_clone(0, test_cases[ind].child_fn, NULL,
80 (TEST_ERRNO == test_cases[ind].exp_errno)) {
82 test_cases[ind].err_desc);
87 test_cases[ind].exp_errno,