Searched defs:_bf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/include/
H A Dstdio.h88 * _lbfsize is -_bf._size, else _lbfsize is 0
101 * than fit in the current _bf, or when ungetc() pushes back a character
102 * that does not match the previous one in _bf. When this happens,
116 struct __sbuf _bf; /* (*) the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
117 int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */
139 int _blksize; /* stat.st_blksize (may be != _bf._size) */
170 #define __SMBF 0x0080 /* _bf._base is from malloc */

Completed in 58 milliseconds