Lines Matching refs:tc
153 void readlink_verify(struct test_case_t *tc)
157 if (tc->buf_size == 1)
158 tc->buf_size = sizeof(buffer);
160 TEST(readlink(tc->link, buffer, tc->buf_size));
165 tc->exp_errno);
169 if (TEST_ERRNO == tc->exp_errno) {
174 tc->exp_errno, strerror(tc->exp_errno));
175 if (tc->exp_errno == ENOENT && TEST_ERRNO == EINVAL) {