Home
last modified time | relevance | path

Searched refs:lseek (Results 1 – 6 of 6) sorted by relevance

/posix/
A Dtst-fork.c68 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 Dtst-exec.c90 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 Dunistd.h339 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 Dtest-errno.c138 fails |= test_wrp (EBADF, lseek, -1, 0, 0); in do_test()
A Dtst-spawn.c126 TEST_COMPARE (lseek (fd1, 0, SEEK_CUR), (off_t) -1); in handle_restart()
A Dtst-regex.input6318 * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return

Completed in 20 milliseconds