Lines Matching full:tbuf
107 char *tbuf;113 tbuf = (char *) realloc(*pbuf, minlen);114 dprintf( ("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, *pbuf, tbuf) );115 if (tbuf == NULL) {120 *pbuf = tbuf;123 *pbptr = tbuf + boff;