Symbol: xreallocarray
crypto/openssh/auth-pam.c
875
**prompts = xreallocarray(**prompts, 1, len);
crypto/openssh/auth-pam.c
886
**prompts = xreallocarray(**prompts, 1, len);
crypto/openssh/auth2-pubkey.c
740
av = xreallocarray(av, ac + 2, sizeof(*av));
crypto/openssh/groupaccess.c
68
groups_bygid = xreallocarray(groups_bygid, ngroups,
crypto/openssh/misc.c
2083
argv = xreallocarray(argv, (argc + 2), sizeof(*argv));
crypto/openssh/misc.c
2381
env = (*envp) = xreallocarray(env, envsize, sizeof(char *));
crypto/openssh/mux.c
375
cctx->env = xreallocarray(cctx->env, env_len + 2,
crypto/openssh/readconf.c
391
options->local_forwards = xreallocarray(options->local_forwards,
crypto/openssh/readconf.c
420
options->remote_forwards = xreallocarray(options->remote_forwards,
crypto/openssh/sftp-client.c
813
*dir = xreallocarray(*dir, ents + 2, sizeof(**dir));
crypto/openssh/sftp-server.c
1155
stats = xreallocarray(stats, nstats, sizeof(Stat));
crypto/openssh/sftp-server.c
346
handles = xreallocarray(handles, num_handles, sizeof(Handle));
crypto/openssh/ssh-keygen.c
1660
cert_ext = xreallocarray(cert_ext, ncert_ext + 1, sizeof(*cert_ext));
crypto/openssh/ssh-keygen.c
1870
plist = xreallocarray(plist, n + 1, sizeof(*plist));
crypto/openssh/uidswap.c
109
user_groups = xreallocarray(user_groups,
crypto/openssh/uidswap.c
90
saved_egroups = xreallocarray(saved_egroups,
crypto/openssh/xmalloc.h
21
void *xreallocarray(void *, size_t, size_t);
usr.bin/diff/diff.c
573
ignore_pats = xreallocarray(ignore_pats, 1, len);
usr.bin/diff/diffreg.c
1125
context_vec_start = xreallocarray(context_vec_start,
usr.bin/diff/diffreg.c
447
member = xreallocarray(member, slen[1] + 2, sizeof(*member));
usr.bin/diff/diffreg.c
451
class = xreallocarray(class, slen[0] + 2, sizeof(*class));
usr.bin/diff/diffreg.c
461
J = xreallocarray(J, len[0] + 2, sizeof(*J));
usr.bin/diff/diffreg.c
466
ixold = xreallocarray(ixold, len[0] + 2, sizeof(*ixold));
usr.bin/diff/diffreg.c
467
ixnew = xreallocarray(ixnew, len[1] + 2, sizeof(*ixnew));
usr.bin/diff/diffreg.c
577
p = xreallocarray(p, sz + 3, sizeof(*p));
usr.bin/diff/diffreg.c
692
clist = xreallocarray(clist, clistlen, sizeof(*clist));
usr.bin/diff/xmalloc.h
24
void *xreallocarray(void *, size_t, size_t);
usr.bin/m4/eval.c
807
m4wraps = xreallocarray(m4wraps, maxwraps, sizeof(*m4wraps),
usr.bin/m4/extern.h
110
extern void *xreallocarray(void *, size_t, size_t, const char *, ...) __printf0like(4, 5);
usr.bin/m4/gnum4.c
499
pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t),
usr.bin/m4/gnum4.c
533
pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t), NULL);
usr.bin/m4/look.c
300
kept = xreallocarray(kept, kept_capacity,
usr.bin/m4/main.c
200
mstack = xreallocarray(NULL, STACKMAX, sizeof(stae), NULL);
usr.bin/m4/main.c
654
mstack = xreallocarray(mstack, STACKMAX, sizeof(stae),
usr.bin/m4/misc.c
286
outfile = xreallocarray(outfile, n, sizeof(FILE *),