UT_realloc 2142 modules/qi/query_instructions.c resstr = (char *)UT_realloc(resstr, oldres+strlen(descr)+2); UT_realloc 2151 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);