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

/bionic/libc/include/
H A Dstdio.h72 * _lbfsize is -_bf._size, else _lbfsize is 0
81 * _lbfsize is used only to make the inline line-buffered output stream
100 int _lbfsize; /* 0 or -_bf._size, for inline putc */ member in struct:__sFILE
376 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
387 (p)->_w >= (p)->_lbfsize ? \

Completed in 1673 milliseconds