Home
last modified time | relevance | path

Searched refs:fpos_t (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dfunopen.c95 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()
Dstdio.h212 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/
Dtest-funopen.c47 # define SEEK_T fpos_t
/picolibc-latest/newlib/libc/tinystdio/
Dstdio.h305 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/
DChangeLog-201515945 * libc/stdio/fgetpos.c (fgetpos): Use _fpos_t instead of fpos_t.
15977 * libc/include/stdio.h: Change definition of fpos_t to fulfill