Searched refs:fpos_t (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | funopen.c | 95 typedef fpos_t (*funseek)(void *_cookie, fpos_t _off, int _whence); 143 fpos_t result; in funseeker() 145 if ((result = c->seekfn (c->cookie, (fpos_t) off, whence)) < 0 && errno) in funseeker()
|
D | stdio.h | 212 typedef _fpos_t fpos_t; typedef 378 int fgetpos (FILE *__restrict, fpos_t *__restrict); 384 int fsetpos (FILE *, const fpos_t *); 614 fpos_t (*__seekfn)(void *__cookie, fpos_t __off, int __whence), 621 fpos_t (*__seekfn)(void *__cookie, fpos_t __off, int __whence),
|
/picolibc-latest/test/ |
D | test-funopen.c | 47 # define SEEK_T fpos_t
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | stdio.h | 305 typedef _fpos_t fpos_t; typedef 334 int fgetpos(FILE * __restrict stream, fpos_t * __restrict pos); 341 int fsetpos(FILE *stream, const fpos_t *pos);
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 15945 * libc/stdio/fgetpos.c (fgetpos): Use _fpos_t instead of fpos_t. 15977 * libc/include/stdio.h: Change definition of fpos_t to fulfill
|