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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h200 * - _lbfsize is -_bf._size, else _lbfsize is 0
213 * than fit in the current _bf, or when ungetc() pushes back a character
214 * that does not match the previous one in _bf. When this happens,
225 struct __sbuf _bf; /**< the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
226 int _lbfsize; /**< 0 or -_bf._size, for inline putc */
253 int _blksize; /**< stat.st_blksize (may be != _bf._size) */

Completed in 35 milliseconds