Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h54 typedef _fpos64_t fpos_t; typedef
56 typedef _fpos_t fpos_t; typedef
59 typedef _fpos_t fpos_t; typedef
232 int _EXFUN(fgetpos, (FILE *, fpos_t *));
238 int _EXFUN(fsetpos, (FILE *, const fpos_t *));
406 fpos_t (*seekfn)(_PTR _cookie, fpos_t _off, int _whence),
409 #define fropen(cookie, fn) funopen(cookie, fn, (int (*)())0, (fpos_t (*)())0, (int (*)())0)
410 #define fwopen(cookie, fn) funopen(cookie, (int (*)())0, fn, (fpos_t (*)())0, (int (*)())0)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h91 typedef _G_fpos_t fpos_t; typedef
93 typedef _G_fpos64_t fpos_t;
767 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
772 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
776 fpos_t *__restrict __pos), fgetpos64);
778 (FILE *__stream, __const fpos_t *__pos), fsetpos64);
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1785 typedef fpos_t fpos_tt;