Home
last modified time | relevance | path

Searched refs:checkoff (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument
38 if (offloc != checkoff) { in l_seek()
40 (int64_t)offloc, fdesc, (int64_t)offset, whence, (int64_t)checkoff); in l_seek()
Dpwrite01.c33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument
38 if (offloc != checkoff) { in l_seek()
40 (int64_t) offloc, (int64_t) checkoff); in l_seek()
/third_party/ltp/testcases/kernel/syscalls/pread/
Dpread01.c32 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument
37 if (offloc != checkoff) { in l_seek()
39 (int64_t) offloc, (int64_t) checkoff); in l_seek()