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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_wrtchk.c59 iop->_cnt = _bufend(iop) - iop->_ptr;
H A D__extensions.c124 size = _bufend(stream) - stream->_base;
H A D_filbuf.c82 endbuf = _bufend(iop);
H A D_flsbuf.c60 if (iop->_ptr >= _bufend(iop))
H A Dfgets.c71 bufend = _bufend(iop);
H A Dgets.c71 bufend = _bufend(stdin);
H A Dputs.c63 bufend = _bufend(stdout);
H A Dfputs.c68 bufend = _bufend(iop);
H A Dfwrite.c85 bufend = _bufend(iop);
H A Dflush.c474 * old _bufend macro. This is *so* broken, fileno()
538 bufend = _bufend(iop);
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h76 #define _bufend(iop) _realbufend(iop) macro
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h127 #undef _bufend macro
128 #define _bufend(iop) _realbufend(iop) macro
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c148 _bufsync(iop, _bufend(iop));
160 /* bufferend is a copy of _bufend(iop), if it exists. For */
272 : _bufend(iop);
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c272 _bufsync(iop, _bufend(iop));
430 /* bufferend is a copy of _bufend(iop), if it exists. For */
604 iop->_cnt = _bufend(iop) - iop->_base;
617 bufferend = _bufend(iop);
637 bufferend = _bufend(iop);
652 bufferend = _bufend(iop);

Completed in 73 milliseconds