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

/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h76 #define _bufend(iop) _realbufend(iop) macro
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dstdiom.h127 #undef _bufend macro
128 #define _bufend(iop) _realbufend(iop) macro
/opensolaris-onvv-gate/usr/src/ucbhead/
H A Dstdio.h276 #define _bufend(p) _bufendtab[fileno(p)] macro
277 #define _bufsiz(p) (_bufend(p) - (p)->_base)
/opensolaris-onvv-gate/usr/src/head/
H A Dstdio.h377 #define _bufend(p) ((fileno(p) < _NFILE) ? _bufendtab[fileno(p)] : \ macro
379 #define _bufsiz(p) (_bufend(p) - (p)->_base)
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c272 _bufsync(iop, _bufend(iop));
433 /* bufferend is a copy of _bufend(iop), if it exists. For */
611 iop->_cnt = _bufend(iop) - iop->_base;
624 bufferend = _bufend(iop);
644 bufferend = _bufend(iop);
659 bufferend = _bufend(iop);

Completed in 115 milliseconds