Home | History | Annotate | Download | only in lseek

Lines Matching refs:tc

71 	struct tcase *tc = &tcases[n];
73 TEST(lseek(*tc->fd, (off_t) 1, tc->whence));
76 *tc->fd, tc->whence);
80 if (TEST_ERRNO == tc->exp_err) {
82 *tc->fd, tc->whence);
85 "unexpectedly, expected %s", *tc->fd, tc->whence,
86 tst_strerrno(tc->exp_err));