Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_uio_test.cpp51 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_CUR)); in TestPreadVPwriteV()
55 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_CUR)); in TestPreadVPwriteV()
Dstdio_test.cpp1062 ASSERT_EQ(0, fseek(fp, -22, SEEK_CUR)) << strerror(errno); in TEST()
1133 ASSERT_EQ(-1, fseek(fp, 0, SEEK_CUR)); in TEST()
1243 ASSERT_EQ(0, fseek(fp, 8192, SEEK_CUR)); in TEST()
1249 ASSERT_EQ(0, fseek(fp, -8192, SEEK_CUR)); in TEST()
/bionic/libc/bionic/
Dlockf.cpp39 fl.l_whence = SEEK_CUR; in lockf64()
Dgetentropy_linux.c500 SEEK_CUR)) < 0, off); in getentropy_fallback()
/bionic/libc/kernel/uapi/linux/
Dfs.h32 #define SEEK_CUR 1 macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c84 case SEEK_CUR: in memstream_seek()
Dfmemopen.c79 case SEEK_CUR: in fmemopen_seek()
Dopen_wmemstream.c88 case SEEK_CUR: in wmemstream_seek()
/bionic/libc/stdio/
Dstdio.cpp446 off64_t result = __seek_unlocked(fp, 0, SEEK_CUR); in __ftello64_unlocked()
471 if (whence == SEEK_CUR) { in __fseeko64()
/bionic/libc/include/
Dstdio.h99 #define SEEK_CUR 1 macro
Dunistd.h53 #define SEEK_CUR 1 macro