Home
last modified time | relevance | path

Searched refs:_cookie (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dreent.h180 _PTR _cookie; /* cookie passed to io functions */ member
182 _READ_WRITE_RETURN_TYPE _EXFUN((*_read),(_PTR _cookie, char *_buf, int _n));
183 _READ_WRITE_RETURN_TYPE _EXFUN((*_write),(_PTR _cookie, const char *_buf,
185 _fpos_t _EXFUN((*_seek),(_PTR _cookie, _fpos_t _offset, int _whence));
186 int _EXFUN((*_close),(_PTR _cookie));
226 _PTR _cookie; /* cookie passed to io functions */ member
228 _READ_WRITE_RETURN_TYPE _EXFUN((*_read),(_PTR _cookie, char *_buf, int _n));
229 _READ_WRITE_RETURN_TYPE _EXFUN((*_write),(_PTR _cookie, const char *_buf,
231 _fpos_t _EXFUN((*_seek),(_PTR _cookie, _fpos_t _offset, int _whence));
232 int _EXFUN((*_close),(_PTR _cookie));
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h403 FILE *_EXFUN(funopen,(const _PTR _cookie,
404 int (*readfn)(_PTR _cookie, char *_buf, int _n),
405 int (*writefn)(_PTR _cookie, const char *_buf, int _n),
406 fpos_t (*seekfn)(_PTR _cookie, fpos_t _off, int _whence),
407 int (*closefn)(_PTR _cookie)));