Home
last modified time | relevance | path

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

/io/
A Dtst-copy_file_range.c107 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 1); in simple_file_copy()
110 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 3 + length); in simple_file_copy()
114 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), 4); in simple_file_copy()
117 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), 6 + length); in simple_file_copy()
186 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 2); in short_copy()
189 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), current_size - 1 + shift); in short_copy()
193 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), 0); in short_copy()
196 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), current_size - 1); in short_copy()
205 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 2); in short_copy()
212 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), 0); in short_copy()
[all …]
A Dlseek64.c34 case SEEK_CUR: in __libc_lseek64()
A Dlseek.c34 case SEEK_CUR: in __libc_lseek()
A Dlockf.c33 .l_whence = SEEK_CUR, in lockf()
A Dlockf64.c29 .l_whence = SEEK_CUR, in __lockf64()
A Dtest-lfs.c165 off64_t offset64 = lseek64 (fd, 0, SEEK_CUR); in do_test()
171 off_t offset = lseek (fd, 0, SEEK_CUR); in do_test()
A Dfcntl.h138 # define SEEK_CUR 1 /* Seek from current position. */ macro

Completed in 6 milliseconds