Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dseek_constants.h41 #define SEEK_END 2 macro
/bionic/tests/
Dstdio_test.cpp1603 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()
1606 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1611 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()
1614 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1621 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()
1624 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1629 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()
1632 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1640 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()
1643 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
[all …]
/bionic/tests/headers/posix/
Dfcntl_h.c54 MACRO(SEEK_END); in fcntl_h()
Dstdio_h.c50 MACRO(SEEK_END); in stdio_h()
Dunistd_h.c146 MACRO(SEEK_END); in unistd_h()
/bionic/libc/bionic/
Dexecinfo.cpp115 off_t file_size = lseek(fd.get(), 0, SEEK_END); in backtrace_symbols()
/bionic/libc/stdio/
Dfmemopen.cpp99 } else if (whence == SEEK_END && (offset <= 0 && static_cast<size_t>(-offset) <= ck->size)) { in fmemopen_seek()
Dstdio.cpp266 if ((mode_flags & O_APPEND) != 0) __sseek64(fp, 0, SEEK_END); in fopen()
400 if ((mode_flags & O_APPEND) != 0) __sseek64(fp, 0, SEEK_END); in freopen()
604 } else if (whence != SEEK_SET && whence != SEEK_END) { in __fseeko64()
/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/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()