Searched refs:__off64_t (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dfseeko64.c35 __off64_t offset;
H A Dstdio.h546 (FILE *__stream, __off64_t __off, int __whence) __THROW,
548 extern __off64_t __REDIRECT (ftello, (FILE *__stream) __THROW, ftello64);
578 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence) __THROW;
579 extern __off64_t ftello64 (FILE *__stream) __THROW;
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h48 __off64_t st_size; /* Size of file, in bytes. */
96 __off64_t st_size; /* Size of file, in bytes. */
H A Dtypes.h139 typedef __OFF64_T_TYPE __off64_t; /* Type of file sizes and offsets (LFS). */ typedef
181 typedef __off64_t __loff_t; /* Type of file sizes and offsets (LFS). */

Completed in 35 milliseconds