Home
last modified time | relevance | path

Searched refs:tbuf (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Drun.c107 char *tbuf; in adjbuf() local
113 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()