Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/stdio/
H A D_wrtchk.c59 iop->_cnt = _bufend(iop) - iop->_ptr; in _wrtchk()
H A D_flsbuf.c60 if (iop->_ptr >= _bufend(iop)) in _flsbuf()
H A Dgets.c71 bufend = _bufend(stdin); in gets()
H A D_filbuf.c82 endbuf = _bufend(iop); in _filbuf()
H A D__extensions.c124 size = _bufend(stream) - stream->_base; in __fbufsize()
H A Dputs.c63 bufend = _bufend(stdout); in puts()
H A Dfgets.c71 bufend = _bufend(iop); in fgets()
H A Dfputs.c68 bufend = _bufend(iop); in fputs()
H A Dfwrite.c85 bufend = _bufend(iop); in _fwrite_unlocked()
H A Dflush.c538 bufend = _bufend(iop); in _xflsbuf()
/titanic_44/usr/src/lib/libc/inc/
H A Dstdiom.h127 #undef _bufend
128 #define _bufend(iop) _realbufend(iop) macro
/titanic_44/usr/src/ucblib/libucb/inc/
H A Dstdiom.h76 #define _bufend(iop) _realbufend(iop) macro
/titanic_44/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()
/titanic_44/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c148 _bufsync(iop, _bufend(iop)); in _dowrite()
272 : _bufend(iop); in _doprnt()