Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dseek_constants.h34 #define SEEK_END 2 macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c87 case SEEK_END: in memstream_seek()
Dfmemopen.c82 case SEEK_END: in fmemopen_seek()
Dopen_wmemstream.c91 case SEEK_END: in wmemstream_seek()
/bionic/libc/kernel/uapi/linux/
Dfs.h34 #define SEEK_END 2 macro
/bionic/libc/stdio/
Dstdio.cpp231 if (oflags & O_APPEND) __sseek64(fp, 0, SEEK_END); in fopen()
369 if (oflags & O_APPEND) __sseek64(fp, 0, SEEK_END); in freopen()
452 TEMP_FAILURE_RETRY(lseek64(fp->_file, 0, SEEK_END)); in __swrite()
524 } else if (whence != SEEK_SET && whence != SEEK_END) { in __fseeko64()
/bionic/libc/dns/resolv/
Dres_cache.c1473 fseek(fp, 0, SEEK_END); in _dump_answer()
/bionic/tests/
Dstdio_test.cpp1366 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST()