Lines Matching defs:bufptr
64 if ((newbufptr = bufptr + (n)) > bufferend) { \
65 _dowrite((p), (n), iop, &bufptr); \
67 (void) memcpy(bufptr, (p), (n)); \
68 bufptr = newbufptr; \
73 _dowrite((s), 20, iop, &bufptr); \
159 /* bufptr is used inside of doprnt instead of iop->_ptr; */
166 unsigned char *bufptr;
269 bufptr = iop->_ptr;
271 (unsigned char *)((long)bufptr | (-1L & ~HIBITL))
293 ptrdiff_t d = bufptr - iop->_ptr;
295 iop->_ptr = bufptr;
296 if (bufptr + iop->_cnt > bufferend &&
305 memchr((char *)(bufptr-count), '\n', count) !=