Searched refs:SEEK_CUR (Results 1 – 6 of 6) sorted by relevance
/posix/ |
A D | tst-_Fork.c | 46 off_t off = xlseek (tempfd, 0, SEEK_CUR); in singlethread_test() 56 TEST_COMPARE (xlseek (tempfd, 0, SEEK_CUR), testdatalen1); in singlethread_test() 76 TEST_COMPARE (xlseek (tempfd, 0, SEEK_CUR), testdatalen2); in singlethread_test()
|
A D | tst-fork.c | 68 off = lseek (fd, 0, SEEK_CUR); in main() 91 off = lseek (fd, 0, SEEK_CUR); in main() 136 if (lseek (fd, 0, SEEK_CUR) != strlen (testdata2)) in main()
|
A D | tst-spawn.c | 110 TEST_COMPARE (xlseek (fd2, 0, SEEK_CUR), strlen (fd2string)); in handle_restart() 112 TEST_COMPARE (xlseek (fd4, 0, SEEK_CUR), strlen (fd2string)); in handle_restart() 114 TEST_COMPARE (xlseek (fd4, 0, SEEK_CUR), 0); in handle_restart() 126 TEST_COMPARE (lseek (fd1, 0, SEEK_CUR), (off_t) -1); in handle_restart()
|
A D | tst-exec.c | 90 if (lseek (fd2, 0, SEEK_CUR) != strlen (fd2string)) in handle_restart() 100 if (lseek (fd1, 0, SEEK_CUR) != (off_t) -1 || errno != EBADF) in handle_restart()
|
A D | unistd.h | 317 # define SEEK_CUR 1 /* Seek from current position. */ macro 328 # define L_INCR SEEK_CUR
|
A D | tst-regex.input | 1551 * io/fcntl.h: Define SEEK_SET, SEEK_CUR, and SEEK_END.
|
Completed in 21 milliseconds