HomeSort by: relevance | last modified time | path
    Searched defs:_lbfsize (Results 1 - 4 of 4) sorted by relevancy

  /src/include/
stdio.h 94 * _lbfsize is -_bf._size, else _lbfsize is 0
103 * _lbfsize is used only to make the inline line-buffered output stream
120 int _lbfsize; /* 0 or -_bf._size, for inline putc */ member in struct:__sFILE
463 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
474 (p)->_w >= (p)->_lbfsize ? \
stdio.h 94 * _lbfsize is -_bf._size, else _lbfsize is 0
103 * _lbfsize is used only to make the inline line-buffered output stream
120 int _lbfsize; /* 0 or -_bf._size, for inline putc */ member in struct:__sFILE
463 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
474 (p)->_w >= (p)->_lbfsize ? \
stdio.h 94 * _lbfsize is -_bf._size, else _lbfsize is 0
103 * _lbfsize is used only to make the inline line-buffered output stream
120 int _lbfsize; /* 0 or -_bf._size, for inline putc */ member in struct:__sFILE
463 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
474 (p)->_w >= (p)->_lbfsize ? \
stdio.h 94 * _lbfsize is -_bf._size, else _lbfsize is 0
103 * _lbfsize is used only to make the inline line-buffered output stream
120 int _lbfsize; /* 0 or -_bf._size, for inline putc */ member in struct:__sFILE
463 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
474 (p)->_w >= (p)->_lbfsize ? \

Completed in 42 milliseconds