Searched refs:xreallocarray (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/usr.bin/diff/
H A Dxmalloc.h24 void *xreallocarray(void *, size_t, size_t);
H A Dxmalloc.c50 xreallocarray(void *ptr, size_t nmemb, size_t size) function
56 err(2, "xreallocarray: allocating %zu * %zu bytes",
H A Ddiffreg.c435 member = xreallocarray(member, slen[1] + 2, sizeof(*member));
439 class = xreallocarray(class, slen[0] + 2, sizeof(*class));
449 J = xreallocarray(J, len[0] + 2, sizeof(*J));
454 ixold = xreallocarray(ixold, len[0] + 2, sizeof(*ixold));
455 ixnew = xreallocarray(ixnew, len[1] + 2, sizeof(*ixnew));
561 p = xreallocarray(p, sz + 3, sizeof(*p));
676 clist = xreallocarray(clist, clistlen, sizeof(*clist));
1109 context_vec_start = xreallocarray(context_vec_start,
H A Ddiff.c565 ignore_pats = xreallocarray(ignore_pats, 1, len);
/freebsd-current/crypto/openssh/
H A Dxmalloc.h21 void *xreallocarray(void *, size_t, size_t);
H A Dgroupaccess.c68 groups_bygid = xreallocarray(groups_bygid, ngroups,
H A Duidswap.c90 saved_egroups = xreallocarray(saved_egroups,
109 user_groups = xreallocarray(user_groups,
H A Dxmalloc.c63 xreallocarray(void *ptr, size_t nmemb, size_t size) function
69 fatal("xreallocarray: out of memory (%zu elements of %zu bytes)",
H A Dauth-pam.c875 **prompts = xreallocarray(**prompts, 1, len);
886 **prompts = xreallocarray(**prompts, 1, len);
H A Dsftp-server.c346 handles = xreallocarray(handles, num_handles, sizeof(Handle));
1155 stats = xreallocarray(stats, nstats, sizeof(Stat));
H A Dauth2-pubkey.c703 av = xreallocarray(av, ac + 2, sizeof(*av));
H A Dssh_namespace.h1020 #define xreallocarray Fssh_xreallocarray macro
H A Dmisc.c2035 argv = xreallocarray(argv, (argc + 2), sizeof(*argv));
2333 env = (*envp) = xreallocarray(env, envsize, sizeof(char *));
H A Dreadconf.c388 options->local_forwards = xreallocarray(options->local_forwards,
417 options->remote_forwards = xreallocarray(options->remote_forwards,
H A Dssh-keygen.c1632 cert_ext = xreallocarray(cert_ext, ncert_ext + 1, sizeof(*cert_ext));
1842 plist = xreallocarray(plist, n + 1, sizeof(*plist));
H A Dmux.c376 cctx->env = xreallocarray(cctx->env, env_len + 2,
H A Dsftp-client.c813 *dir = xreallocarray(*dir, ents + 2, sizeof(**dir));
/freebsd-current/usr.bin/m4/
H A Dextern.h110 extern void *xreallocarray(void *, size_t, size_t, const char *, ...) __printf0like(4, 5);
H A Dmisc.c289 outfile = xreallocarray(outfile, n, sizeof(FILE *),
355 xreallocarray(void *old, size_t s1, size_t s2, const char *fmt, ...) function
H A Dmain.c199 mstack = xreallocarray(NULL, STACKMAX, sizeof(stae), NULL);
654 mstack = xreallocarray(mstack, STACKMAX, sizeof(stae),
H A Dgnum4.c499 pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t),
533 pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t), NULL);
H A Dlook.c298 kept = xreallocarray(kept, kept_capacity,
H A Deval.c819 m4wraps = xreallocarray(m4wraps, maxwraps, sizeof(*m4wraps),

Completed in 288 milliseconds