Searched refs:offset_in (Results 1 – 1 of 1) sorted by relevance
471 off_t offset_out, offset_in; in test4_lseek() local475 offset_in = 0x123456789abcdef0; in test4_lseek()476 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek()477 if (offset_out != offset_in) { in test4_lseek()483 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek()493 if (offset_out != offset_in) { in test4_lseek()499 if (offset_out != (offset_in + OFFSET_ADD)) { in test4_lseek()505 if (offset_out != (offset_in + OFFSET_ADD + OFFSET_SUBTRACT)) { in test4_lseek()
Completed in 4 milliseconds