Lines Matching refs:bufptr
62 if ((newbufptr = bufptr + (n)) > bufferend) { \
63 _dowrite((p), (n), iop, &bufptr); \
65 (void) memcpy(bufptr, (p), (n)); \
66 bufptr = newbufptr; \
71 _dowrite((s), 20, iop, &bufptr); \
164 unsigned char *bufptr; in _doprnt() local
267 bufptr = iop->_ptr; in _doprnt()
269 (unsigned char *)((long)bufptr | (-1L & ~HIBITL)) in _doprnt()
291 ptrdiff_t d = bufptr - iop->_ptr; in _doprnt()
293 iop->_ptr = bufptr; in _doprnt()
294 if (bufptr + iop->_cnt > bufferend && in _doprnt()
303 memchr((char *)(bufptr-count), '\n', count) != in _doprnt()