Searched refs:_bufend (Results 1 – 14 of 14) sorted by relevance
57 iop->_cnt = _bufend(iop) - iop->_ptr; in _wrtchk()
59 if (iop->_ptr >= _bufend(iop)) in _flsbuf()
69 bufend = _bufend(stdin); in gets()
122 size = _bufend(stream) - stream->_base; in __fbufsize()
78 endbuf = _bufend(iop); in _filbuf()
61 bufend = _bufend(stdout); in puts()
69 bufend = _bufend(iop); in fgets()
65 bufend = _bufend(iop); in fputs()
83 bufend = _bufend(iop); in _fwrite_unlocked()
550 bufend = _bufend(iop); in _xflsbuf()
136 #undef _bufend137 #define _bufend(iop) _realbufend(iop) macro
74 #define _bufend(iop) _realbufend(iop) macro
272 _bufsync(iop, _bufend(iop)); in _dowrite()604 iop->_cnt = _bufend(iop) - iop->_base; in _wndoprnt()617 bufferend = _bufend(iop); in _wndoprnt()637 bufferend = _bufend(iop); in _wndoprnt()652 bufferend = _bufend(iop); in _wndoprnt()
146 _bufsync(iop, _bufend(iop)); in _dowrite()270 : _bufend(iop); in _doprnt()