/dflybsd-src/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 | 874 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query() 885 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query()
|
H A D | auth2-pubkey.c | 704 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 | 2062 argv = xreallocarray(argv, (argc + 2), sizeof(*argv)); in argv_split() 2360 env = (*envp) = xreallocarray(env, envsize, sizeof(char *)); in child_set_env()
|
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()
|
/dflybsd-src/usr.bin/diff/ |
H A D | diffreg.c | 381 member = xreallocarray(member, slen[1] + 2, sizeof(*member)); in diffreg() 385 class = xreallocarray(class, slen[0] + 2, sizeof(*class)); in diffreg() 395 J = xreallocarray(J, len[0] + 2, sizeof(*J)); in diffreg() 400 ixold = xreallocarray(ixold, len[0] + 2, sizeof(*ixold)); in diffreg() 401 ixnew = xreallocarray(ixnew, len[1] + 2, sizeof(*ixnew)); in diffreg() 515 p = xreallocarray(p, sz + 3, sizeof(*p)); in prepare() 646 clist = xreallocarray(clist, clistlen, sizeof(*clist)); in newcand() 1009 context_vec_start = xreallocarray(context_vec_start, in change()
|
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 | diff.c | 338 ignore_pats = xreallocarray(ignore_pats, 1, len); in push_ignore_pats()
|