Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Duidswap.c90 saved_egroups = xreallocarray(saved_egroups, in temporarily_use_uid()
109 user_groups = xreallocarray(user_groups, in temporarily_use_uid()
H A Dxmalloc.h21 void *xreallocarray(void *, size_t, size_t);
H A Dgroupaccess.c68 groups_bygid = xreallocarray(groups_bygid, ngroups, in ga_init()
H A Dxmalloc.c63 xreallocarray(void *ptr, size_t nmemb, size_t size) in xreallocarray() function
H A Dauth-pam.c875 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query()
886 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query()
H A Dauth2-pubkey.c703 av = xreallocarray(av, ac + 2, sizeof(*av)); in user_key_command_allowed2()
H A Dsftp-server.c346 handles = xreallocarray(handles, num_handles, sizeof(Handle)); in handle_new()
1155 stats = xreallocarray(stats, nstats, sizeof(Stat)); in process_readdir()
H A Dmisc.c2035 argv = xreallocarray(argv, (argc + 2), sizeof(*argv)); in argv_split()
2333 env = (*envp) = xreallocarray(env, envsize, sizeof(char *)); in child_set_env()
H A Dssh_namespace.h1020 #define xreallocarray Fssh_xreallocarray macro
H A Dreadconf.c388 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 Dssh-keygen.c1632 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 Dmux.c376 cctx->env = xreallocarray(cctx->env, env_len + 2, in mux_master_process_new_session()
H A Dsftp-client.c813 *dir = xreallocarray(*dir, ents + 2, sizeof(**dir)); in sftp_lsreaddir()
/freebsd/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) in xreallocarray() function
H A Ddiffreg.c439 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 Ddiff.c564 ignore_pats = xreallocarray(ignore_pats, 1, len); in push_ignore_pats()
/freebsd/usr.bin/m4/
H A Dmisc.c289 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 Dextern.h110 extern void *xreallocarray(void *, size_t, size_t, const char *, ...) __printf0like(4, 5);
H A Dmain.c199 mstack = xreallocarray(NULL, STACKMAX, sizeof(stae), NULL); in main()
654 mstack = xreallocarray(mstack, STACKMAX, sizeof(stae), in enlarge_stack()
H A Dgnum4.c499 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 Dlook.c298 kept = xreallocarray(kept, kept_capacity, in keep()
H A Deval.c819 m4wraps = xreallocarray(m4wraps, maxwraps, sizeof(*m4wraps), in dom4wrap()