Lines Matching defs:tmpbuf
65 char* tmpbuf = *tmpbufp;
73 tmpbuf = static_cast<char*>(xrealloc(tmpbuf, symlen + 1));
74 *tmpbufp = tmpbuf;
77 memcpy(tmpbuf, sym_name, symlen);
78 tmpbuf[symlen] = '\0';
79 sym_name = tmpbuf;
772 char* tmpbuf = NULL;
802 &why, &tmpbuf, &tmpbuflen);
819 if (tmpbuf != NULL)
820 free(tmpbuf);
829 if (tmpbuf != NULL)
830 free(tmpbuf);