Searched refs:ftello (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dftello.c35 ftello (fp) function
H A Dstdio.h542 extern off_t ftello (FILE *__stream) __THROW;
548 extern __off64_t __REDIRECT (ftello, (FILE *__stream) __THROW, ftello64);
551 # define ftello ftello64
/haiku/src/kits/storage/
H A DFileIO.cpp95 off_t result = ftello(fFile);
129 off_t oldPosition = ftello(fFile);
/haiku/src/tests/system/libroot/posix/
H A Dfseek_test.cpp324 } else if (ftello(fp) != st1.st_size) {
325 printf("%d: fstat st_size %zd ftello %zd\n", __LINE__,
326 (size_t) st1.st_size, (size_t) ftello(fp));
346 } else if (ftello(fp) != st1.st_size) {
347 printf("%d: fstat st_size %zd ftello %zd\n", __LINE__,
348 (size_t) st1.st_size, (size_t) ftello(fp));
/haiku/headers/posix/
H A Dstdio.h131 extern off_t ftello(FILE *stream);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1800 void ftello() {} function
H A Dlibroot_stubs_legacy.c1747 void ftello() {} function

Completed in 131 milliseconds