Searched refs:_fpos_t (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | reent.h | 111 typedef long _fpos_t; /* XXX must match off_t in <sys/types.h> */ typedef 185 _fpos_t _EXFUN((*_seek),(_PTR _cookie, _fpos_t _offset, int _whence)); 231 _fpos_t _EXFUN((*_seek),(_PTR _cookie, _fpos_t _offset, int _whence));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 56 typedef _fpos_t fpos_t; 59 typedef _fpos_t fpos_t; 230 int _EXFUN(fgetpos, (FILE *, _fpos_t *)); 236 int _EXFUN(fsetpos, (FILE *, const _fpos_t *));
|