Searched defs:__FILE (Results 1 – 1 of 1) sorted by relevance
63 struct __FILE { struct64 struct __FILE_public pub; argument65 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */68 void *_cookie; /* cookie passed to io functions */69 int (*_close)(void *);70 int (*_read)(void *, char *, int);71 fpos_t (*_seek)(void *, fpos_t, int);72 int (*_write)(void *, const char *, int);75 struct __sbuf _ub; /* ungetc buffer */76 int _ur; /* saved _r when _r is counting ungetc data */[all …]