Home
last modified time | relevance | path

Searched refs:_bufend (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_wrtchk.c57 iop->_cnt = _bufend(iop) - iop->_ptr; in _wrtchk()
H A D_flsbuf.c59 if (iop->_ptr >= _bufend(iop)) in _flsbuf()
H A Dgets.c69 bufend = _bufend(stdin); in gets()
H A D_filbuf.c78 endbuf = _bufend(iop); in _filbuf()
H A D__extensions.c122 size = _bufend(stream) - stream->_base; in __fbufsize()
H A Dputs.c61 bufend = _bufend(stdout); in puts()
H A Dfgets.c69 bufend = _bufend(iop); in fgets()
H A Dfputs.c65 bufend = _bufend(iop); in fputs()
H A Dfwrite.c83 bufend = _bufend(iop); in _fwrite_unlocked()
H A Dflush.c550 bufend = _bufend(iop); in _xflsbuf()
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h136 #undef _bufend
137 #define _bufend(iop) _realbufend(iop) macro
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h74 #define _bufend(iop) _realbufend(iop) macro
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c272 _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()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c146 _bufsync(iop, _bufend(iop)); in _dowrite()
270 : _bufend(iop); in _doprnt()