Searched refs:lseek (Results 1 – 6 of 6) sorted by relevance
/posix/ |
A D | tst-fork.c | 68 off = lseek (fd, 0, SEEK_CUR); in main() 91 off = lseek (fd, 0, SEEK_CUR); in main() 96 if (lseek (fd, 0, SEEK_SET) != 0) in main() 108 if (lseek (fd, 0, SEEK_SET) != 0) in main() 136 if (lseek (fd, 0, SEEK_CUR) != strlen (testdata2)) in main() 139 if (lseek (fd, 0, SEEK_SET) != 0) in main()
|
A D | tst-exec.c | 90 if (lseek (fd2, 0, SEEK_CUR) != strlen (fd2string)) in handle_restart() 92 if (lseek (fd2, 0, SEEK_SET) != 0) in handle_restart() 100 if (lseek (fd1, 0, SEEK_CUR) != (off_t) -1 || errno != EBADF) in handle_restart()
|
A D | unistd.h | 339 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW; 342 extern __off64_t __REDIRECT_NTH (lseek, 346 # define lseek lseek64 macro
|
A D | test-errno.c | 138 fails |= test_wrp (EBADF, lseek, -1, 0, 0); in do_test()
|
A D | tst-spawn.c | 126 TEST_COMPARE (lseek (fd1, 0, SEEK_CUR), (off_t) -1); in handle_restart()
|
A D | tst-regex.input | 6318 * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
|
Completed in 20 milliseconds