Searched refs:fseeko (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/include/ |
D | stdio.h | 222 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/ |
D | stdio_test.cpp | 1578 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST() 1586 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST() 1596 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST() 1604 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST() 1615 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST() 1623 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST() 1635 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST() 1645 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST() 1657 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST() 1666 ASSERT_EQ(0, fseeko(fp, 0, SEEK_END)); in TEST() [all …]
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 100 FUNCTION(fseeko, int (*f)(FILE*, off_t, int)); in stdio_h()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 631 int fseeko(FILE* fp, off_t offset, int whence) { in fseeko() function 636 __strong_alias(fseek, fseeko); 645 return fseeko(fp, *pos, SEEK_SET); in fsetpos()
|
/bionic/docs/ |
D | 32-bit-abi.md | 9 `fseeko` and `ftello` available. Instead they're always available from API
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_031.S | 408 CALL(fseeko)
|
D | liblinker_reloc_bench_074.S | 513 CALL(fseeko)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 302 fseeko
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 386 fseeko;
|
/bionic/libc/ |
D | libc.map.txt | 386 fseeko;
|