Searched refs:__off_t (Results 1 – 16 of 16) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | stdio-bufio.h | 58 __off_t pos; /* FD position */ 72 __off_t (*lseek_int)(int fd, __off_t offset, int whence); 73 __off_t (*lseek_ptr)(void *ptr, __off_t offset, int whence);
|
D | funopen.c | 44 __off_t (*seekfn)(void *cookie, __off_t off, int whence), in funopen()
|
D | fseeko.c | 37 #define FSEEK_TYPE __off_t
|
D | ftello.c | 36 #define FTELL_TYPE __off_t
|
D | stdio.h | 115 __off_t (*seek)(struct __file *, __off_t offset, int whence); 313 typedef __off_t off_t; /* file offset */ 340 int fseeko(FILE *stream, __off_t offset, int whence); 343 __off_t ftello(FILE *stream); 364 __off_t (*seekfn)(void *cookie, __off_t off, int whence),
|
D | fseek.c | 47 if ((xf->seek) (stream, (__off_t) offset, whence) >= 0) { in FSEEK()
|
D | bufio.c | 211 __off_t buf_pos = bf->pos - bf->len; in __bufio_seek()
|
D | stdio_private.h | 171 static inline __off_t bufio_lseek(struct __file_bufio *bf, __off_t offset, int whence) in bufio_lseek()
|
/picolibc-latest/newlib/libc/include/sys/ |
D | stat.h | 79 typedef __off_t off_t; /* file offset */ 169 __off_t st_size; /* Size of file, in bytes. */
|
D | types.h | 177 typedef __off_t off_t; /* file offset */
|
D | _types.h | 147 typedef _off_t __off_t; typedef
|
D | _default_fcntl.h | 15 typedef __off_t off_t; /* file offset */
|
D | unistd.h | 58 typedef __off_t off_t;
|
/picolibc-latest/test/ |
D | test-funopen.c | 52 # define SEEK_T __off_t
|
/picolibc-latest/newlib/libc/stdio/ |
D | stdio.h | 220 typedef __off_t off_t;
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 17683 * libc/include/machine/types.h: Skip __off_t, __pid_t, and 18449 * libc/include/machine/types.h (__pid_t, __off_t, __loff_t): Added.
|