Home
last modified time | relevance | path

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

/posix/
A Dtst-_Fork.c46 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 Dtst-fork.c68 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 Dtst-spawn.c110 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 Dtst-exec.c90 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 Dunistd.h317 # define SEEK_CUR 1 /* Seek from current position. */ macro
328 # define L_INCR SEEK_CUR
A Dtst-regex.input1551 * io/fcntl.h: Define SEEK_SET, SEEK_CUR, and SEEK_END.

Completed in 21 milliseconds