Searched refs:off_t (Results 1 - 16 of 16) sorted by relevance

/bionic/libc/bionic/
H A Dpread.c31 ssize_t pread(int fd, void *buf, size_t nbytes, off_t offset)
H A Dpwrite.c31 ssize_t pwrite(int fd, const void *buf, size_t nbytes, off_t offset)
H A Dmmap.cpp40 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) {
H A Dutmp.c54 (void)fseeko(ut, (off_t)0, SEEK_SET);
/bionic/libc/include/sys/
H A Dsendfile.h36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
H A Dmman.h47 extern void* mmap(void *, size_t, int, int, int, off_t);
H A Dtypes.h65 typedef __kernel_off_t off_t; typedef
/bionic/libc/stdio/
H A Dstdio.c64 (void) lseek(fp->_file, (off_t)0, SEEK_END);
73 off_t ret;
75 ret = lseek(fp->_file, (off_t)offset, whence);
76 if (ret == (off_t)-1)
H A Dftell.c41 off_t
87 * ftell() returns a long and sizeof(off_t) != sizeof(long) on all arches
H A Dfseek.c49 fseeko(FILE *fp, off_t offset, int whence)
248 * fseek()'s offset is a long and sizeof(off_t) != sizeof(long) on all arches
256 off_t off = offset;
/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dfsetpos.c48 return (fseeko(iop, (off_t)*pos, SEEK_SET));
/bionic/libc/include/
H A Dunistd.h124 extern int truncate(const char *, off_t);
130 extern off_t lseek(int, off_t, int);
135 extern ssize_t pread(int, void *, size_t, off_t);
137 extern ssize_t pwrite(int, const void *, size_t, off_t);
147 extern int ftruncate(int, off_t);
H A Dregex.h46 typedef off_t regoff_t;
H A Dstdio.h52 typedef off_t fpos_t; /* stdio file position type */
268 int fseeko(FILE *, off_t, int);
269 off_t ftello(FILE *);
/bionic/libc/kernel/common/linux/
H A Dproc_fs.h32 typedef int (read_proc_t)(char *page, char **start, off_t off,
37 typedef int (get_info_t)(char *, char **, off_t, int);
/bionic/libc/tzcode/
H A Dlocaltime.c2164 off_t specific_zone_offset = -1;

Completed in 347 milliseconds