Home
last modified time | relevance | path

Searched refs:fseeko (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/gen/
Dutmp.c55 (void)fseeko(ut, (off_t)0, SEEK_SET); in setutent()
/bionic/tests/
Dstdio_test.cpp1574 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1582 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1592 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1600 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1611 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1619 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1631 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1641 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1653 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
1662 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST()
[all …]
/bionic/libc/include/
Dstdio.h222 int fseeko(FILE* __fp, off_t __offset, int __whence) __RENAME(fseeko64) __INTRODUCED_IN(24);
234 int fseeko(FILE* __fp, off_t __offset, int __whence);
/bionic/tests/headers/posix/
Dstdio_h.c100 FUNCTION(fseeko, int (*f)(FILE*, off_t, int)); in stdio_h()
/bionic/libc/stdio/
Dstdio.cpp633 int fseeko(FILE* fp, off_t offset, int whence) { in fseeko() function
638 __strong_alias(fseek, fseeko);
647 return fseeko(fp, *pos, SEEK_SET); in fsetpos()
/bionic/docs/
D32-bit-abi.md9 `fseeko` and `ftello` available. Instead they're always available from API
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_031.S408 CALL(fseeko)
Dliblinker_reloc_bench_074.S513 CALL(fseeko)
Dliblinker_reloc_bench_103.S2461 CALL(fseeko)
Dliblinker_reloc_bench_096.S4109 CALL(fseeko)
Dliblinker_reloc_bench_028.S7092 CALL(fseeko)
/bionic/libc/tools/
Dposix-2013.txt302 fseeko
/bionic/tools/versioner/platforms/
Dlibc.map.txt386 fseeko;
/bionic/libc/
Dlibc.map.txt386 fseeko;