Searched refs:offset_in (Results 1 – 1 of 1) sorted by relevance
475 off_t offset_out, offset_in; in test4_lseek() local479 offset_in = 0x123456789abcdef0; in test4_lseek()480 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek()481 if (offset_out != offset_in) { in test4_lseek()487 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek()497 if (offset_out != offset_in) { in test4_lseek()503 if (offset_out != (offset_in + OFFSET_ADD)) { in test4_lseek()509 if (offset_out != (offset_in + OFFSET_ADD + OFFSET_SUBTRACT)) { in test4_lseek()