Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp1571 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()
1574 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1579 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()
1582 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1589 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()
1592 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1597 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()
1600 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1608 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()
1611 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
[all …]
/bionic/libc/include/bits/
Dseek_constants.h41 #define SEEK_END 2 macro
/bionic/tests/headers/posix/
Dfcntl_h.c54 MACRO(SEEK_END); in fcntl_h()
Dstdio_h.c50 MACRO(SEEK_END); in stdio_h()
Dunistd_h.c128 MACRO(SEEK_END); in unistd_h()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c87 case SEEK_END: in memstream_seek()
Dopen_wmemstream.c91 case SEEK_END: in wmemstream_seek()
/bionic/libc/stdio/
Dfmemopen.cpp99 } else if (whence == SEEK_END && (offset <= 0 && static_cast<size_t>(-offset) <= ck->size)) { in fmemopen_seek()
Dstdio.cpp269 if ((mode_flags & O_APPEND) != 0) __sseek64(fp, 0, SEEK_END); in fopen()
403 if ((mode_flags & O_APPEND) != 0) __sseek64(fp, 0, SEEK_END); in freopen()
606 } else if (whence != SEEK_SET && whence != SEEK_END) { in __fseeko64()
/bionic/libc/kernel/uapi/linux/
Dfs.h33 #define SEEK_END 2 macro
/bionic/libc/dns/resolv/
Dres_cache.c1531 fseek(fp, 0, SEEK_END); in _dump_answer()