libc_realloc
extern void *libc_realloc(void *, size_t);
extern void *libc_realloc(void *, size_t);
new = libc_realloc(__pfmt_sev_tab,
new = libc_realloc(__pfmt_sev_tab[i].string, strlen(string) + 1);
if ((db = libc_realloc(db_info,
if ((cp = libc_realloc(sp->chars, sp->charcnt)) == NULL)
next = (nss_cfglist_t *)libc_realloc(nss_cfg, nsize);
next = (nss_cfgparam_t *)libc_realloc(comp->list, nsize);