Searched refs:SEEK_CUR (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/include/bits/ |
D | seek_constants.h | 39 #define SEEK_CUR 1 macro
|
/bionic/tests/ |
D | sys_uio_test.cpp | 51 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_CUR)); in TestPreadVPwriteV() 55 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_CUR)); in TestPreadVPwriteV()
|
D | stdio_test.cpp | 2164 ASSERT_EQ(0, fseek(fp, -22, SEEK_CUR)) << strerror(errno); in TEST() 2235 ASSERT_EQ(-1, fseek(fp, 0, SEEK_CUR)); in TEST() 2340 ASSERT_EQ(0, fseek(fp, 8192, SEEK_CUR)); in TEST() 2346 ASSERT_EQ(0, fseek(fp, -8192, SEEK_CUR)); in TEST() 2632 ASSERT_EQ(0, fseeko64(fp, 0x1'0000'0000, SEEK_CUR)); in TEST() 2647 ASSERT_EQ(-1, fseek(fp, 1, SEEK_CUR)); in TEST() 2699 ASSERT_EQ(1, SEEK_CUR); in TEST()
|
/bionic/libc/bionic/ |
D | lockf.cpp | 39 fl.l_whence = SEEK_CUR; in lockf64()
|
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 53 MACRO(SEEK_CUR); in fcntl_h()
|
D | stdio_h.c | 49 MACRO(SEEK_CUR); in stdio_h()
|
D | unistd_h.c | 127 MACRO(SEEK_CUR); in unistd_h()
|
/bionic/libc/stdio/ |
D | fmemopen.cpp | 97 } else if (whence == SEEK_CUR && (ck->offset + offset <= ck->capacity)) { in fmemopen_seek()
|
D | stdio.cpp | 572 off64_t result = __seek_unlocked(fp, 0, SEEK_CUR); in __ftello64_unlocked() 597 if (whence == SEEK_CUR) { in __fseeko64()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_memstream.c | 84 case SEEK_CUR: in memstream_seek()
|
D | open_wmemstream.c | 88 case SEEK_CUR: in wmemstream_seek()
|
/bionic/libc/kernel/uapi/linux/ |
D | fs.h | 32 #define SEEK_CUR 1 macro
|