wr_realloc        85 modules/qc/query_command.c     dieif( wr_realloc( (void **)& result, oldlen + strlen(srcname) + 2)
wr_realloc      2080 modules/qi/query_instructions.c    dieif( wr_realloc((void **)&resstr, 2 ) != UT_OK);
wr_realloc      2087 modules/qi/query_instructions.c        dieif( wr_realloc((void **)&resstr, oldres+strlen(descr)+2) != UT_OK);
wr_realloc      2096 modules/qi/query_instructions.c    dieif( wr_realloc((void **)&resstr, strlen( resstr ) + 2 )
wr_realloc       407 modules/ta/ta.c     dieif( !NOERR(wr_realloc( (void **) &bigbuf, biglen+smalllen+3 )));