Searched refs:_bufend (Results 1 – 14 of 14) sorted by relevance
59 iop->_cnt = _bufend(iop) - iop->_ptr; in _wrtchk()
60 if (iop->_ptr >= _bufend(iop)) in _flsbuf()
71 bufend = _bufend(stdin); in gets()
82 endbuf = _bufend(iop); in _filbuf()
124 size = _bufend(stream) - stream->_base; in __fbufsize()
63 bufend = _bufend(stdout); in puts()
71 bufend = _bufend(iop); in fgets()
68 bufend = _bufend(iop); in fputs()
85 bufend = _bufend(iop); in _fwrite_unlocked()
538 bufend = _bufend(iop); in _xflsbuf()
127 #undef _bufend128 #define _bufend(iop) _realbufend(iop) macro
76 #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()
148 _bufsync(iop, _bufend(iop)); in _dowrite()272 : _bufend(iop); in _doprnt()