Searched defs:__sFILE (Results 1 – 2 of 2) sorted by relevance
61 struct __sFILE { struct63 int _r; /* read space left for getc() */64 int _w; /* write space left for putc() */67 int _file; /* fileno, if Unix descriptor, else -1 */79 void* _cookie; /* cookie passed to io functions */80 int (*_close)(void*);81 int (*_read)(void*, char*, int);82 fpos_t (*_seek)(void*, fpos_t, int);83 int (*_write)(void*, const char*, int);86 struct __sbuf _ext;[all …]
36 struct __sFILE { struct38 char __private[152];