Home | History | Annotate | Download | only in setxattr

Lines Matching refs:tc

79 static struct test_case tc[] = {
106 int TST_TOTAL = sizeof(tc) / sizeof(tc[0]);
121 TEST(setxattr(tc[i].fname, tc[i].key, tc[i].value,
122 tc[i].size, tc[i].flags));
124 if (TEST_ERRNO == tc[i].exp_err) {
125 tst_resm(TPASS | TTERRNO, "%s", tc[i].desc);
128 " %d - Got", tc[i].desc,
129 tc[i].exp_err);