Lines Matching defs:offset_out
227 off_t offset_out = 1 << 29;
238 out.body.lseek.offset = offset_out;
257 off_t offset_out = 1 << 29;
269 out.body.lseek.offset = offset_out;
350 off_t offset_out = 1 << 29;
366 out.body.lseek.offset = offset_out;
369 EXPECT_EQ(offset_out, lseek(fd, offset_in, SEEK_DATA));
370 EXPECT_EQ(offset_out, lseek(fd, 0, SEEK_CUR));
423 off_t offset_out = 1 << 29;
439 out.body.lseek.offset = offset_out;
443 EXPECT_EQ(offset_out, lseek(fd, offset_in, SEEK_HOLE));
444 EXPECT_EQ(offset_out, lseek(fd, 0, SEEK_CUR));