reallocarray
ne_types = reallocarray(NULL, max_ne, sizeof(char *));
ne_values = reallocarray(NULL, max_ne, sizeof(char *));
mval = reallocarray(NULL, max_ne, sizeof(int));
arg->data = reallocarray(NULL, arg->count, sizeof(char *));
tmp_p = reallocarray(arg->data, tlen, sizeof(char *));
if ((irow = reallocarray(NULL, DB_NUMBER + 1, sizeof(char *))) ==
if ((irow = reallocarray(NULL, sizeof(char *),
if ((list = reallocarray(NULL, len, sizeof(struct hashinfo *))) == NULL)
curves = reallocarray(NULL, crv_len, sizeof(EC_builtin_curve));
rsa_in = reallocarray(NULL, keysize, 2);
fds = reallocarray(NULL, multi, sizeof *fds);
derlst = reallocarray(NULL, sk_ASN1_VALUE_num(sk),
tp = reallocarray(NULL, num + 2, sizeof(BN_ULONG));
unsigned int *newitems = reallocarray(NULL,
if ((arr = reallocarray(NULL, max, sizeof(int))) == NULL)
if ((arr = reallocarray(NULL, max, sizeof(int))) == NULL)
if ((arr = reallocarray(NULL, max, sizeof(int))) == NULL)
if ((arr = reallocarray(NULL, max, sizeof(int))) == NULL)
if ((arr = reallocarray(NULL, max, sizeof(int))) == NULL)
a = A = reallocarray(NULL, words, sizeof(BN_ULONG));
bn_data = reallocarray(NULL, bn_data_num, sizeof(BN_ULONG));
wNAF = reallocarray(NULL, (totalnum + 1), sizeof wNAF[0]);
wsize = reallocarray(NULL, totalnum, sizeof wsize[0]);
wNAF_len = reallocarray(NULL, totalnum, sizeof wNAF_len[0]);
val_sub = reallocarray(NULL, totalnum, sizeof val_sub[0]);
val = reallocarray(NULL, (num_val + 1), sizeof val[0]);
points = reallocarray(NULL, (num + 1), sizeof(EC_POINT *));
ret = reallocarray(NULL, buf_len + 1, 2);
heap = reallocarray(NULL, pow2, sizeof heap[0]);
storage = reallocarray(NULL, mx, sizeof(CRYPTO_EX_DATA_FUNCS*));
storage = reallocarray(NULL, mx, sizeof(CRYPTO_EX_DATA_FUNCS*));
storage = reallocarray(NULL, mx, sizeof(CRYPTO_EX_DATA_FUNCS*));
n = reallocarray(lh->b, j, sizeof(LHASH_NODE *));
n = reallocarray(lh->b, lh->pmax, sizeof(LHASH_NODE *));
d.names = reallocarray(NULL, lh_OBJ_NAME_num_items(names_lh),
ntr = reallocarray(NULL, 3, sizeof(int));
buf = reallocarray(NULL, PEM_BUFSIZE, 8);
if ((unitmp = reallocarray(NULL, ulen, 2)) == NULL)
if ((ret->data = reallocarray(NULL, MIN_NODES, sizeof(char *))) == NULL)
s = reallocarray(st->data, st->num_alloc, 2 * sizeof(char *));
s = reallocarray(ret->data, sk->num_alloc, sizeof(char *));
if ((ret->index = reallocarray(NULL, num, sizeof(*ret->index))) == NULL)
if ((ret->qual = reallocarray(NULL, num, sizeof(*(ret->qual)))) == NULL)
b64_str = reallocarray(NULL, der_len, 2);
co_list = reallocarray(NULL, num_of_ciphers, sizeof(CIPHER_ORDER));
ca_list = reallocarray(NULL, num_of_alias_max, sizeof(SSL_CIPHER *));
if ((groups = reallocarray(NULL, groups_len, sizeof(uint16_t))) == NULL) {
if ((new_group_ids = reallocarray(group_ids, ngroups + 1,
if ((curves_new = reallocarray(curves_list, curves_num + 1,
if ((*out = reallocarray(NULL, inlen + 1, 2)) == NULL)
if ((tmp = reallocarray(*ap, *np + 1, sizeof(*tmp))) == NULL)
new_ptr = reallocarray(ptr, nmemb, size);
void *reallocarray(void *, size_t, size_t) __heedresult __alloc_size2(2, 3);
if ((nwv = reallocarray(we->we_wordv, (we->we_wordc + 1 +
tmp = reallocarray(*p, *size * 2 + 1, sizeof(**p));
pathv = reallocarray(pglob->gl_pathv, newn, sizeof(*pathv));
statv = reallocarray(pglob->gl_statv, newn, sizeof(*statv));
void *reallocarray(void *, size_t, size_t);
p = reallocarray(d13, newsz, sizeof(struct diff));
p = reallocarray(d23, newsz, sizeof(struct diff));
p = reallocarray(de, newsz, sizeof(struct diff));
q = reallocarray(overlap, newsz, sizeof(char));
new_ptr = reallocarray(ptr, nmemb, size);
p = reallocarray(i_ptr, new_size + 2, sizeof(char *));