Searched refs:off_t (Results 1 – 17 of 17) sorted by relevance
/bionic/libc/stdio/ |
D | stdio.c | 64 (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()
|
D | fsetpos.c | 42 return (fseeko(iop, (off_t)*pos, SEEK_SET)); in fsetpos()
|
D | ftell.c | 41 off_t
|
D | fseek.c | 49 fseeko(FILE *fp, off_t offset, int whence) in fseeko() 256 off_t off = offset; in fseek()
|
/bionic/libc/include/ |
D | unistd.h | 124 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);
|
D | regex.h | 46 typedef off_t regoff_t;
|
D | stdio.h | 52 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/ |
D | sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
D | mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
D | types.h | 65 typedef __kernel_off_t off_t; typedef
|
/bionic/libc/bionic/ |
D | pread.c | 31 ssize_t pread(int fd, void *buf, size_t nbytes, off_t offset) in pread()
|
D | pwrite.c | 31 ssize_t pwrite(int fd, const void *buf, size_t nbytes, off_t offset) in pwrite()
|
D | utmp.c | 54 (void)fseeko(ut, (off_t)0, SEEK_SET); in setutent()
|
/bionic/libc/kernel/common/linux/ |
D | proc_fs.h | 32 typedef int (read_proc_t)(char *page, char **start, off_t off, 37 typedef int (get_info_t)(char *, char **, off_t, int);
|
/bionic/ |
D | ABI-bugs.txt | 6 off_t is 32-bit. There is off64_t, but no _FILE_OFFSET_BITS support.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 120 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/ |
D | localtime.c | 2304 off_t specific_zone_offset = -1; in __bionic_open_tzdata_path()
|