HomeSort by relevance Sort by last modified time
    Searched refs:offloc (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite01.c 251 off_t offloc; /* offset ret. from lseek() */ local
253 if ((offloc = lseek(fdesc, offset, whence)) != checkoff) {
255 (int64_t) offloc, (int64_t) checkoff);
271 off_t offloc; /* offset. ret. by lseek() */ local
283 offloc = lseek(fildes, count * K1, SEEK_SET);
284 if (offloc != (count * K1)) {
286 "lseek() failed: offloc=%" PRId64,
287 (int64_t) offloc);
pwrite04.c 243 off_t offloc; local
245 if ((offloc = lseek(fdesc, offset, whence)) != checkoff) {
248 offloc, fdesc, offset, whence, checkoff, errno);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-5.d 2 #source: b-offloc.s
  /external/ltp/testcases/kernel/syscalls/pread/
pread01.c 286 off_t offloc; /* offset ret. from lseek() */ local
288 if ((offloc = lseek(fdesc, offset, whence)) != checkoff) {
290 (int64_t) offloc, (int64_t) checkoff);

Completed in 101 milliseconds