xrealloc
void *xrealloc(void *, size_t);
dir_list = xrealloc(dir_list, 1);
search_dirs = xrealloc(search_dirs,
search_dirs = xrealloc(search_dirs,
dbuf->data = xrealloc(dbuf->data, dbuf->size + len);
void *xrealloc(void *, size_t);
static void *xrealloc(void *, size_t);
cptr = curline = xrealloc(curline, curlen *= 2);
msg = xrealloc(msg, clen);
msg = xrealloc(msg, msglen);
extern void *xrealloc(void *, size_t, const char *, ...);
buffer = xrealloc(buffer, bufsize, NULL);
buffer = xrealloc(buffer, bufsize, NULL);
sstack = xrealloc(sstack, STACKMAX,
newbuf = xrealloc(buf, bufsize, "too many characters pushed back");
void *xrealloc(void *, size_t);
*env = xrealloc(*env, len);
env = xrealloc(env, len);
env = xrealloc(env, len);
env = xrealloc(env, len);
text = xrealloc(text, asize);
s->new = xrealloc(text, size);
text = xrealloc(text, asize);
text = xrealloc(text, size + 1);
void *xrealloc(void *, size_t);
*outbuf = xrealloc(*outbuf,
sp->space = sp->back = xrealloc(sp->back, newlen); \
sp->space = sp->back = xrealloc(sp->back, newlen);
*buf = xrealloc(*buf, *len);
buf = xrealloc(buf, *len + linelen + 1);
*buf = xrealloc(*buf, (*len) + 1 + addlen);
bufdata = xrealloc(bufdata, bufsize + newsize);
buf = xrealloc(buf, len);
buf = xrealloc(buf, len);
buf = xrealloc(buf, len + (strlen(s) * 3) + 1);
buf = xrealloc(buf, len + 2);
msg = xrealloc(msg, msglen);
msg = xrealloc(msg, msglen);
s = xrealloc(s, slen + n + 1);
value = xrealloc(value, valuelen);
value = xrealloc(value, valuelen);
value = xrealloc(value, valuelen);
value = xrealloc(value, valuelen);
ictx->input_buf = xrealloc(ictx->input_buf, INPUT_BUF_START);
ictx->input_buf = xrealloc(ictx->input_buf, available);
*buf = xrealloc(*buf, (*len) + add + 1);
*buf = xrealloc(*buf, (*len) + 2);
*dst = xrealloc(buf, len + 1);
*dst = xrealloc(buf, len + 1);
buf = xrealloc(buf, bufsize);
buf = xrealloc(buf, bufsize);
buf = xrealloc(buf, len + 2);
buf = xrealloc(buf, len + gc.data.size + 1);
buf = xrealloc(buf, len + bufsize);
*buf = xrealloc(*buf, (*off) + ud.size);
*buf = xrealloc(*buf, (*off) + 1);
void *xrealloc(void *, size_t);
buffer->_data = (uint8_t *) xrealloc(buffer->_data, capacity);
*rrs = xrealloc(*rrs, *len);
*rrs = xrealloc(*rrs, newsize);
*ip_addresses = xrealloc(*ip_addresses, sizeof(char *) * (*ip_addresses_size + 1));
*ip_addresses = xrealloc(*ip_addresses, sizeof(char *) * (*ip_addresses_size + 1));
nsd->udp = xrealloc(nsd->udp, ifs * sizeof(*nsd->udp));
nsd->tcp = xrealloc(nsd->tcp, ifs * sizeof(*nsd->tcp));
void *xrealloc(void *ptr, size_t size);