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

  /external/ltp/testcases/kernel/syscalls/pread/
pread01.c 97 void l_seek(int, off_t, int, off_t); /* function to call lseek() */
130 l_seek(fildes, 0, SEEK_CUR, K4);
133 l_seek(fildes, 0, SEEK_SET, 0);
143 l_seek(fildes, 0, SEEK_CUR, 0);
156 l_seek(fildes, 0, SEEK_CUR, K1);
166 l_seek(fildes, 0, SEEK_CUR, K1);
176 l_seek(fildes, K4, SEEK_SET, K4);
216 l_seek(fildes, 0, SEEK_CUR, 0);
219 l_seek(fildes, K1 / 2, SEEK_SET, K1 / 2);
229 l_seek(fildes, 0, SEEK_CUR, K1 / 2)
285 void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) function
    [all...]
  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite04.c 63 void l_seek(int, off_t, int, off_t);
103 l_seek(fd, 0, SEEK_CUR, 0);
108 l_seek(fd, K1 / 2, SEEK_SET, K1 / 2);
123 l_seek(fd, 0, SEEK_CUR, K1 / 2);
128 l_seek(fd, K3, SEEK_SET, K3);
143 l_seek(fd, 0, SEEK_CUR, K4);
178 l_seek(fd, K2, SEEK_SET, K2);
193 l_seek(fd, 0, SEEK_CUR, K2);
237 * l_seek() is a local front end to lseek().
241 void l_seek(int fdesc, off_t offset, int whence, off_t checkoff function
    [all...]
pwrite01.c 98 void l_seek(int, off_t, int, off_t); /* function to call lseek() */
129 l_seek(fildes, 0, SEEK_CUR, 0);
135 l_seek(fildes, K1 / 2, SEEK_SET, K1 / 2);
150 l_seek(fildes, 0, SEEK_CUR, K1 / 2);
153 l_seek(fildes, K3, SEEK_SET, K3);
168 l_seek(fildes, 0, SEEK_CUR, K4);
188 l_seek(fildes, 0, SEEK_SET, 0);
245 * l_seek() - local front end to lseek().
250 void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) function
  /external/ltp/testcases/kernel/syscalls/writev/
writev02.c 87 void l_seek(int, off_t, int);
126 l_seek(fd[0], K_1, 0);
148 l_seek(fd[0], 0, 0);
157 l_seek(fd[0], K_1, 0);
227 * l_seek()
230 void l_seek(int fdesc, off_t offset, int whence) function
writev05.c 82 long l_seek(int, long, int);
160 l_seek(fd[0], 0, 0);
170 l_seek(fd[0], K_1, 0);
279 * l_seek()
282 long l_seek(int fdesc, long offset, int whence) function
  /external/ltp/testcases/kernel/syscalls/readv/
readv02.c 97 long l_seek(int, long, int);
130 l_seek(fd[0], CHUNK * 6, 0);
162 l_seek(fd[0], CHUNK * 10, 0);
280 long l_seek(int fdesc, long offset, int whence) function

Completed in 195 milliseconds