Home
last modified time | relevance | path

Searched defs:__sFILE (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/include/
HDstdio.h123 struct __sFILE { struct
124 unsigned char *_p; /* (*) current position in (some) buffer */
125 int _r; /* (*) read space left for getc() */
126 int _w; /* (*) write space left for putc() */
127 short _flags; /* (*) flags, below; this FILE is free if 0 */
128 short _file; /* (*) fileno, if Unix descriptor, else -1 */
129 struct __sbuf _bf; /* (*) the buffer (at least 1 byte, if !NULL) */
130 int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */
133 void *_cookie; /* (*) cookie passed to io functions */
134 int (* _Nullable _close)(void *);
[all …]