Searched refs:tbuf (Results 1 – 1 of 1) sorted by relevance
107 char *tbuf; in adjbuf() local113 tbuf = (char *) realloc(*pbuf, minlen); in adjbuf()114 dprintf( ("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, *pbuf, tbuf) ); in adjbuf()115 if (tbuf == NULL) { in adjbuf()120 *pbuf = tbuf; in adjbuf()123 *pbptr = tbuf + boff; in adjbuf()