/freebsd/crypto/openssh/ |
H A D | uidswap.c | 90 saved_egroups = xreallocarray(saved_egroups, in temporarily_use_uid() 109 user_groups = xreallocarray(user_groups, in temporarily_use_uid()
|
H A D | xmalloc.h | 21 void *xreallocarray(void *, size_t, size_t);
|
H A D | groupaccess.c | 68 groups_bygid = xreallocarray(groups_bygid, ngroups, in ga_init()
|
H A D | xmalloc.c | 63 xreallocarray(void *ptr, size_t nmemb, size_t size) in xreallocarray() function
|
H A D | auth-pam.c | 875 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query() 886 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query()
|
H A D | auth2-pubkey.c | 703 av = xreallocarray(av, ac + 2, sizeof(*av)); in user_key_command_allowed2()
|
H A D | sftp-server.c | 346 handles = xreallocarray(handles, num_handles, sizeof(Handle)); in handle_new() 1155 stats = xreallocarray(stats, nstats, sizeof(Stat)); in process_readdir()
|
H A D | misc.c | 2035 argv = xreallocarray(argv, (argc + 2), sizeof(*argv)); in argv_split() 2333 env = (*envp) = xreallocarray(env, envsize, sizeof(char *)); in child_set_env()
|
H A D | ssh_namespace.h | 1020 #define xreallocarray Fssh_xreallocarray macro
|
H A D | readconf.c | 388 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward() 417 options->remote_forwards = xreallocarray(options->remote_forwards, in add_remote_forward()
|
H A D | ssh-keygen.c | 1632 cert_ext = xreallocarray(cert_ext, ncert_ext + 1, sizeof(*cert_ext)); in cert_ext_add() 1842 plist = xreallocarray(plist, n + 1, sizeof(*plist)); in do_ca_sign()
|
H A D | mux.c | 376 cctx->env = xreallocarray(cctx->env, env_len + 2, in mux_master_process_new_session()
|
H A D | sftp-client.c | 813 *dir = xreallocarray(*dir, ents + 2, sizeof(**dir)); in sftp_lsreaddir()
|
/freebsd/usr.bin/diff/ |
H A D | xmalloc.h | 24 void *xreallocarray(void *, size_t, size_t);
|
H A D | xmalloc.c | 50 xreallocarray(void *ptr, size_t nmemb, size_t size) in xreallocarray() function
|
H A D | diffreg.c | 439 member = xreallocarray(member, slen[1] + 2, sizeof(*member)); in diffreg_stone() 443 class = xreallocarray(class, slen[0] + 2, sizeof(*class)); in diffreg_stone() 453 J = xreallocarray(J, len[0] + 2, sizeof(*J)); in diffreg_stone() 458 ixold = xreallocarray(ixold, len[0] + 2, sizeof(*ixold)); in diffreg_stone() 459 ixnew = xreallocarray(ixnew, len[1] + 2, sizeof(*ixnew)); in diffreg_stone() 564 p = xreallocarray(p, sz + 3, sizeof(*p)); in prepare() 679 clist = xreallocarray(clist, clistlen, sizeof(*clist)); in newcand() 1112 context_vec_start = xreallocarray(context_vec_start, in change()
|
H A D | diff.c | 564 ignore_pats = xreallocarray(ignore_pats, 1, len); in push_ignore_pats()
|
/freebsd/usr.bin/m4/ |
H A D | misc.c | 289 outfile = xreallocarray(outfile, n, sizeof(FILE *), in resizedivs() 355 xreallocarray(void *old, size_t s1, size_t s2, const char *fmt, ...) in xreallocarray() function
|
H A D | extern.h | 110 extern void *xreallocarray(void *, size_t, size_t, const char *, ...) __printf0like(4, 5);
|
H A D | main.c | 199 mstack = xreallocarray(NULL, STACKMAX, sizeof(stae), NULL); in main() 654 mstack = xreallocarray(mstack, STACKMAX, sizeof(stae), in enlarge_stack()
|
H A D | gnum4.c | 499 pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t), in dopatsubst() 533 pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t), NULL); in doregexp()
|
H A D | look.c | 298 kept = xreallocarray(kept, kept_capacity, in keep()
|
H A D | eval.c | 819 m4wraps = xreallocarray(m4wraps, maxwraps, sizeof(*m4wraps), in dom4wrap()
|