xrecallocarray
*pfdp = xrecallocarray(*pfdp, *npfd_allocp,
sc->timeouts = xrecallocarray(sc->timeouts, sc->ntimeouts,
*permp = xrecallocarray(*permp, *npermp, 0, sizeof(**permp));
sc->channels = xrecallocarray(sc->channels, sc->channels_alloc,
*permp = xrecallocarray(*permp, *npermp, *npermp + 1, sizeof(**permp));
args->list = xrecallocarray(args->list, args->nalloc,
*iarray = xrecallocarray(*iarray, *lp, *lp + 1,
*array = xrecallocarray(*array, *lp, *lp + 1, sizeof(**array));
*cppptr = xrecallocarray(*cppptr, *uintptr,
cnames = xrecallocarray(cnames, ncnames, ncnames + 1,
options->send_env = xrecallocarray(options->send_env,
bp->buf = xrecallocarray(bp->buf, bp->cnt, size, 1);
options->subsystem_name = xrecallocarray(
options->subsystem_command = xrecallocarray(
options->subsystem_args = xrecallocarray(
dst->subsystem_name = xrecallocarray(
dst->subsystem_command = xrecallocarray(
dst->subsystem_args = xrecallocarray(
options->listen_addrs = xrecallocarray(options->listen_addrs,
options->queued_listen_addrs = xrecallocarray(
tmp = xrecallocarray(sessions, sessions_nalloc,
s->env = xrecallocarray(s->env, s->num_env,
ids = xrecallocarray(ids, n, n + 1, sizeof(*ids));
ids = xrecallocarray(ids, n, n + 1, sizeof(*ids));
*listp = xrecallocarray(*listp, i + 1, i + 2, sizeof(**listp));
dch->keys = xrecallocarray(dch->keys, dch->nkeys,
dch->key_is_ca = xrecallocarray(dch->key_is_ca, dch->nkeys,
*dcp = xrecallocarray(*dcp, *ndcp, *ndcp + 1, sizeof(**dcp));
certs = xrecallocarray(certs, ncerts, ncerts + 1,
dch->keys = xrecallocarray(dch->keys, dch->nkeys,
dch->key_is_ca = xrecallocarray(dch->key_is_ca, dch->nkeys,
*dcsp = xrecallocarray(*dcsp, *ndcsp, *ndcsp + 1,
*certs = xrecallocarray(*certs, *ncerts, *ncerts + 1,
e->session_ids = xrecallocarray(e->session_ids, e->nsession_ids,
sockets = xrecallocarray(sockets, old_alloc, new_alloc,
opts = xrecallocarray(opts, nopts, nopts + 1,
helpers = xrecallocarray(helpers, nhelpers,
helpers = xrecallocarray(helpers, nhelpers,
*keysp = xrecallocarray(*keysp, *nkeys,
*labelsp = xrecallocarray(*labelsp, *nkeys,
*keysp = xrecallocarray(*keysp, *nkeys,
*labelsp = xrecallocarray(*labelsp, *nkeys,
ctx->names = xrecallocarray(ctx->names,
sensitive_data.host_keys = xrecallocarray(
sensitive_data.host_pubkeys = xrecallocarray(
sensitive_data.host_certificates = xrecallocarray(
void *xrecallocarray(void *, size_t, size_t, size_t);