Searched defs:bufferend (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c64 if ((newbufptr = bufptr + (n)) > bufferend) { \
160 /* bufferend is a copy of _bufend(iop), if it exists. For */
161 /* dummy file descriptors (iop->_flag & _IOREAD), bufferend */
167 unsigned char *bufferend; local
270 bufferend = (iop->_flag & _IOREAD) ?
296 if (bufptr + iop->_cnt > bufferend &&
298 _bufsync(iop, bufferend);
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c92 retp = put_wide(iop, &bufptr, bufferend, p, n, sflag); \
101 retp = pad_wide(iop, &bufptr, bufferend, s, n, sflag); \
132 if (snflag || bufptr > bufferend ||\
133 (unsigned long)(bufferend - bufptr) < (n)) {\
301 unsigned char *bufferend, wchar_t *p, size_t n,
310 len = (wchar_t *)bufferend - (wchar_t *)*bufptr;
313 iop->_ptr = bufferend;
344 if (newbufptr > bufferend) {
360 unsigned char *bufferend, const char *s, size_t n,
371 len = (wchar_t *)bufferend
300 put_wide(FILE *iop, unsigned char **bufptr, unsigned char *bufferend, wchar_t *p, size_t n, int sflag) argument
359 pad_wide(FILE *iop, unsigned char **bufptr, unsigned char *bufferend, const char *s, size_t n, int sflag) argument
437 unsigned char *bufferend; local
[all...]

Completed in 48 milliseconds