Searched refs:l_seek (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
H A D | pwrite01.c | 33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() function 49 l_seek(fildes, count * K1, SEEK_SET, count * K1); in check_file_contents() 66 l_seek(fildes, 0, SEEK_CUR, 0); in verify_pwrite() 67 l_seek(fildes, K1 / 2, SEEK_SET, K1 / 2); in verify_pwrite() 70 l_seek(fildes, 0, SEEK_CUR, K1 / 2); in verify_pwrite() 71 l_seek(fildes, K3, SEEK_SET, K3); in verify_pwrite() 74 l_seek(fildes, 0, SEEK_CUR, K4); in verify_pwrite() 80 l_seek(fildes, 0, SEEK_SET, 0); in verify_pwrite()
|
H A D | pwrite04.c | 33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() function 58 l_seek(fd, K1, SEEK_SET, K1); in verify_pwrite() 60 l_seek(fd, 0, SEEK_CUR, K1); in verify_pwrite()
|
/third_party/ltp/testcases/kernel/syscalls/pread/ |
H A D | pread01.c | 32 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() function 62 l_seek(fildes, 0, SEEK_CUR, K4); in verify_pread() 63 l_seek(fildes, 0, SEEK_SET, 0); in verify_pread() 66 l_seek(fildes, 0, SEEK_CUR, 0); in verify_pread() 69 l_seek(fildes, 0, SEEK_CUR, K1); in verify_pread() 72 l_seek(fildes, 0, SEEK_CUR, K1); in verify_pread() 76 l_seek(fildes, K4, SEEK_SET, K4); in verify_pread()
|
/third_party/ltp/testcases/kernel/syscalls/writev/ |
H A D | writev02.c | 87 void l_seek(int, off_t, int); 125 l_seek(fd[0], K_1, 0); in main() 144 l_seek(fd[0], 0, 0); in main() 153 l_seek(fd[0], K_1, 0); in main() 222 * l_seek() 225 void l_seek(int fdesc, off_t offset, int whence) in l_seek() function
|
H A D | writev05.c | 82 long l_seek(int, long, int); 155 l_seek(fd[0], 0, 0); in main() 164 l_seek(fd[0], K_1, 0); in main() 265 * l_seek() 268 long l_seek(int fdesc, long offset, int whence) in l_seek() function
|
Completed in 2 milliseconds