Searched refs:SEEK_SET (Results 1 – 6 of 6) sorted by relevance
/posix/ |
A D | tst-_Fork.c | 58 xlseek (tempfd, 0, SEEK_SET); in singlethread_test() 63 xlseek (tempfd, 0, SEEK_SET); in singlethread_test() 78 xlseek (tempfd, 0, SEEK_SET); in singlethread_test()
|
A D | tst-fork.c | 96 if (lseek (fd, 0, SEEK_SET) != 0) in main() 108 if (lseek (fd, 0, SEEK_SET) != 0) in main() 139 if (lseek (fd, 0, SEEK_SET) != 0) in main()
|
A D | tst-spawn.c | 113 TEST_COMPARE (xlseek (fd2, 0, SEEK_SET), 0); in handle_restart() 135 TEST_COMPARE (xlseek (fd5, 0, SEEK_SET), 0); in handle_restart()
|
A D | tst-exec.c | 92 if (lseek (fd2, 0, SEEK_SET) != 0) in handle_restart()
|
A D | unistd.h | 316 # define SEEK_SET 0 /* Seek from beginning of file. */ macro 327 # define L_SET SEEK_SET
|
A D | tst-regex.input | 1551 * io/fcntl.h: Define SEEK_SET, SEEK_CUR, and SEEK_END.
|
Completed in 20 milliseconds