Home
last modified time | relevance | path

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

/dflybsd-src/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.c874 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query()
885 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query()
H A Dauth2-pubkey.c704 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.c2062 argv = xreallocarray(argv, (argc + 2), sizeof(*argv)); in argv_split()
2360 env = (*envp) = xreallocarray(env, envsize, sizeof(char *)); in child_set_env()
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()
/dflybsd-src/usr.bin/diff/
H A Ddiffreg.c381 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 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 Ddiff.c338 ignore_pats = xreallocarray(ignore_pats, 1, len); in push_ignore_pats()