xrealloc
idatev = (struct idates **)xrealloc((void *)idatev,
idatev = (struct idates **)xrealloc((void *)idatev,
extern void *xrealloc(void *, size_t);
extern void *xrealloc();
NOTE(ALIGNMENT(xrealloc, 8))
wbuf = xrealloc(wbuf, (wbufsiz+1) * sizeof (tchar)); \
extern void *xrealloc(void *, size_t);
bname = xrealloc(bname, (strlen_(a)+1) * sizeof (tchar)); \
labuf = xrealloc(labuf, (len+5) * sizeof (tchar));
mount_table = xrealloc(mount_table,
: xrealloc(ptr, grow_nitems_alloc(nitems_alloc, itemsize)));
void *temp = xrealloc(n->nm_ops, n->nm_items,
void *temp = xrealloc(sub->sub_ops, sub->sub_items,
void *temp = xrealloc(tpl->tpl_ops, tpl->tpl_items,
void *xrealloc(sysdem_ops_t *, void *, size_t, size_t);
temp = xrealloc(s->str_ops, s->str_s, s->str_size, newsize);
extern void *xrealloc(void *ptr, size_t size);
void *xrealloc(void *, size_t);
buf = xrealloc(buf, buflen);