Searched refs:SEEK_CUR (Results 1 – 7 of 7) sorted by relevance
/io/ |
A D | tst-copy_file_range.c | 107 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 D | lseek64.c | 34 case SEEK_CUR: in __libc_lseek64()
|
A D | lseek.c | 34 case SEEK_CUR: in __libc_lseek()
|
A D | lockf.c | 33 .l_whence = SEEK_CUR, in lockf()
|
A D | lockf64.c | 29 .l_whence = SEEK_CUR, in __lockf64()
|
A D | test-lfs.c | 165 off64_t offset64 = lseek64 (fd, 0, SEEK_CUR); in do_test() 171 off_t offset = lseek (fd, 0, SEEK_CUR); in do_test()
|
A D | fcntl.h | 138 # define SEEK_CUR 1 /* Seek from current position. */ macro
|
Completed in 5 milliseconds