ereallocarray
argv = ereallocarray(NULL, maxargc, sizeof(char *));
argv = ereallocarray(argv, newmaxargc, sizeof(char *));
void *ereallocarray(void *, size_t, size_t);
cols = ereallocarray(cols, maxcols,
maxwidths = ereallocarray(maxwidths, maxcols,
table = ereallocarray(table, maxentry, sizeof(*table));
table[entries] = ereallocarray(NULL, col + 1,
void *ereallocarray(void *, size_t, size_t);
void *ereallocarray(void *, size_t, size_t);
new->e_argv = ereallocarray(NULL,
new->e_argv = ereallocarray(NULL, cnt, sizeof(char *));
new->e_orig = ereallocarray(NULL, cnt, sizeof(char *));
new->e_len = ereallocarray(NULL, cnt, sizeof(int));
new->e_argv = ereallocarray(NULL, cnt, sizeof(char *));
new->e_orig = ereallocarray(NULL, cnt, sizeof(char *));
new->e_len = ereallocarray(NULL, cnt, sizeof(int));
p = paths = ereallocarray(NULL, argc, sizeof(char *));
void **t = ereallocarray(NULL, n+1, sizeof(void *));
(l)->a = ereallocarray(NULL, (l)->size, sizeof(GNode *)); \
(l)->a = ereallocarray((l)->a, \
j = ereallocarray(NULL, sizeof(Job), maxJobs+1);
extern void *ereallocarray(void *, size_t, size_t);
char **argv = ereallocarray(NULL, argmax + 1, sizeof(char *));
argv = ereallocarray(argv,
p2.matches = ereallocarray(NULL, p2.nsub, sizeof(regmatch_t));
static void *ereallocarray(void *, size_t, size_t);
return ereallocarray(NULL, 1, s);
l = ereallocarray(NULL, 1, sizeof(struct link));
heap->t = ereallocarray(NULL, ohash_entries(hash),
remaining->t = ereallocarray(NULL, ohash_entries(hash),
files = ereallocarray(NULL, argc, sizeof (char *));
void *ereallocarray(void *, size_t, size_t);
h = ereallocarray(NULL, sz, sizeof *h);
newopts = ereallocarray(NULL, nnewopts, sizeof(struct opt));
locnames = ereallocarray(locnames, maxlocnames, sizeof(char *));
locnami = ereallocarray(locnami, maxlocnami, sizeof(short));
locators.vec = ereallocarray(NULL, locspace, sizeof(*locators.vec));
parents.vec = ereallocarray(NULL, pvecspace, sizeof(*parents.vec));
packed = ereallocarray(NULL, ndevi + 1, sizeof *packed);
p = ereallocarray(NULL, n, sizeof *p);
p = ereallocarray(NULL, n, sizeof *p);
dst->i_parents = q = ereallocarray(dst->i_parents, new + 1, sizeof(*q));
vec = ereallocarray(NULL, longest_pvec, sizeof(*vec));
lp = ereallocarray(NULL, attr->a_loclen + 1,
zones = ereallocarray(zones, nzones + 1, sizeof *zones);
links = ereallocarray(links, nlinks + 1, sizeof *links);
array = ereallocarray(NULL, strlen(cp) + 1, sizeof *array);
rules = ereallocarray(rules, nrules + 1, sizeof *rules);