Home
last modified time | relevance | path

Searched refs:__off_t (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dstdio-bufio.h58 __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);
Dfunopen.c44 __off_t (*seekfn)(void *cookie, __off_t off, int whence), in funopen()
Dfseeko.c37 #define FSEEK_TYPE __off_t
Dftello.c36 #define FTELL_TYPE __off_t
Dstdio.h115 __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),
Dfseek.c47 if ((xf->seek) (stream, (__off_t) offset, whence) >= 0) { in FSEEK()
Dbufio.c211 __off_t buf_pos = bf->pos - bf->len; in __bufio_seek()
Dstdio_private.h171 static inline __off_t bufio_lseek(struct __file_bufio *bf, __off_t offset, int whence) in bufio_lseek()
/picolibc-latest/newlib/libc/include/sys/
Dstat.h79 typedef __off_t off_t; /* file offset */
169 __off_t st_size; /* Size of file, in bytes. */
Dtypes.h177 typedef __off_t off_t; /* file offset */
D_types.h147 typedef _off_t __off_t; typedef
D_default_fcntl.h15 typedef __off_t off_t; /* file offset */
Dunistd.h58 typedef __off_t off_t;
/picolibc-latest/test/
Dtest-funopen.c52 # define SEEK_T __off_t
/picolibc-latest/newlib/libc/stdio/
Dstdio.h220 typedef __off_t off_t;
/picolibc-latest/newlib/
DChangeLog-201517683 * libc/include/machine/types.h: Skip __off_t, __pid_t, and
18449 * libc/include/machine/types.h (__pid_t, __off_t, __loff_t): Added.