Searched refs:off_t (Results 1 – 19 of 19) 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 48 return ((off_t)-1); in ftello()
|
D | fseek.c | 49 fseeko(FILE *fp, off_t offset, int whence) in fseeko() 248 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); 136 extern ssize_t pwrite(int, void *, size_t, off_t); 145 extern int ftruncate(int, off_t);
|
D | regex.h | 46 typedef off_t regoff_t;
|
D | stdio.h | 65 typedef long off_t; typedef 78 typedef off_t fpos_t; /* stdio file position type */ 240 int fseeko(FILE *, off_t, int); 243 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 | linux-unistd.h | 55 ssize_t __pread64 (int, void *, size_t, off_t, off_t); 56 ssize_t __pwrite64 (int, void *, size_t, off_t, off_t); 61 off_t lseek (int, off_t, int); 85 int ftruncate (int, off_t); 93 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count); 121 int truncate (const char*, off_t);
|
D | mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
D | types.h | 67 typedef __kernel_off_t off_t; typedef
|
/bionic/libc/unistd/ |
D | pread.c | 30 ssize_t pread(int fd, void *buf, size_t nbytes, off_t offset) in pread()
|
D | pwrite.c | 33 ssize_t pwrite(int fd, void *buf, size_t nbytes, off_t offset) in pwrite()
|
/bionic/libc/kernel/common/linux/ |
D | proc_fs.h | 28 typedef int (read_proc_t)(char *page, char **start, off_t off, 32 typedef int (get_info_t)(char *, char **, off_t, int);
|
/bionic/libc/kernel/common/asm-generic/ |
D | fcntl.h | 120 off_t l_start; 121 off_t l_len;
|
/bionic/libc/bionic/ |
D | utmp.c | 54 (void)fseeko(ut, (off_t)0, SEEK_SET); in setutent()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 88 ssize_t __pread64:pread64 (int, void *, size_t, off_t, off_t) 180 89 ssize_t __pwrite64:pwrite64 (int, void *, size_t, off_t, off_t) 181 94 off_t lseek(int, off_t, int) 19 118 int ftruncate(int, off_t) 93 126 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) 187 156 int truncate(const char*, off_t) 92
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 90 off_t: 92 For similar reasons, off_t is 32-bit. We define loff_t as the 64-bit variant
|
/bionic/linker/ |
D | linker.c | 678 off_t sz; in is_prelinked()
|