Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
Dlseek64.c32 off64_t lseek64(int fd, off64_t off, int whence) in lseek64()
Dpread.c33 return pread64(fd, buf, nbytes, (off64_t)offset); in pread()
Dpwrite.c33 return pwrite64(fd, buf, nbytes, (off64_t)offset); in pwrite()
/bionic/libc/include/
Dunistd.h131 extern off64_t lseek64(int, off64_t, int);
136 extern ssize_t pread64(int, void *, size_t, off64_t);
138 extern ssize_t pwrite64(int, const void *, size_t, off64_t);
148 extern int ftruncate64(int, off64_t);
/bionic/
DABI-bugs.txt6 off_t is 32-bit. There is off64_t, but no _FILE_OFFSET_BITS support.
/bionic/libc/include/sys/
Dtypes.h68 typedef loff_t off64_t; /* GLibc-specific */ typedef
/bionic/libc/
DSYSCALLS.TXT66 ssize_t readahead(int, off64_t, size_t) 1
114 ssize_t pread64 (int, void *, size_t, off64_t) 1
115 ssize_t pwrite64 (int, void *, size_t, off64_t) 1
147 int ftruncate64(int, off64_t) 1