Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/stdio/
Dstdio.c64 (void) lseek(fp->_file, (off_t)0, SEEK_END); in __swrite()
73 off_t ret; in __sseek()
75 ret = lseek(fp->_file, (off_t)offset, whence); in __sseek()
76 if (ret == (off_t)-1) in __sseek()
Dfsetpos.c42 return (fseeko(iop, (off_t)*pos, SEEK_SET)); in fsetpos()
Dftell.c41 off_t
Dfseek.c49 fseeko(FILE *fp, off_t offset, int whence) in fseeko()
256 off_t off = offset; in fseek()
/bionic/libc/include/
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);
Dregex.h46 typedef off_t regoff_t;
Dstdio.h52 typedef off_t fpos_t; /* stdio file position type */
219 int fseeko(FILE *, off_t, int);
222 off_t ftello(FILE *);
/bionic/libc/include/sys/
Dsendfile.h36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
Dmman.h47 extern void* mmap(void *, size_t, int, int, int, off_t);
Dtypes.h65 typedef __kernel_off_t off_t; typedef
/bionic/libc/bionic/
Dpread.c31 ssize_t pread(int fd, void *buf, size_t nbytes, off_t offset) in pread()
Dpwrite.c31 ssize_t pwrite(int fd, const void *buf, size_t nbytes, off_t offset) in pwrite()
Dutmp.c54 (void)fseeko(ut, (off_t)0, SEEK_SET); in setutent()
/bionic/libc/kernel/common/linux/
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/
DABI-bugs.txt6 off_t is 32-bit. There is off64_t, but no _FILE_OFFSET_BITS support.
/bionic/libc/
DSYSCALLS.TXT120 off_t lseek(int, off_t, int) 1
146 int ftruncate(int, off_t) 1
156 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) 1
193 int truncate(const char*, off_t) 1
/bionic/libc/tzcode/
Dlocaltime.c2304 off_t specific_zone_offset = -1; in __bionic_open_tzdata_path()