UT_realloc 2272 modules/qi/query_instructions.c resstr = (char *)UT_realloc(resstr, oldres+strlen(descr)+2); UT_realloc 2281 modules/qi/query_instructions.c resstr = (char *)UT_realloc(resstr, strlen(resstr) + 2); UT_realloc 407 modules/ta/ta.c bigbuf = (char *)UT_realloc(bigbuf, biglen+smalllen+3);