Searched refs:_fpos64_t (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 54 typedef _fpos64_t fpos_t; 61 typedef _fpos64_t fpos64_t; 377 int _EXFUN(fgetpos64, (FILE *, _fpos64_t *)); 378 int _EXFUN(fsetpos64, (FILE *, const _fpos64_t *)); 385 int _EXFUN(_fgetpos64_r, (struct _reent *, FILE *, _fpos64_t *)); 386 int _EXFUN(_fsetpos64_r, (struct _reent *, FILE *, const _fpos64_t *));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | reent.h | 115 typedef _off64_t _fpos64_t; typedef 251 _fpos64_t _EXFUN((*_seek64),(_PTR _cookie, _fpos64_t _offset, int _whence));
|