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

/bionic/libc/include/
H A Dstdio.h79 * _lbfsize is -_bf._size, else _lbfsize is 0
92 * than fit in the current _bf, or when ungetc() pushes back a character
93 * that does not match the previous one in _bf. When this happens,
111 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
112 int _lbfsize; /* 0 or -_bf._size, for inline putc */
135 int _blksize; /* stat.st_blksize (may be != _bf._size) */

Completed in 722 milliseconds