Home
last modified time | relevance | path

Searched refs:recallocarray (Results 1 – 20 of 20) sorted by relevance

/external/openssh/
Dsshbuf.c183 if ((d = recallocarray(buf->d, buf->alloc, SSHBUF_SIZE_INIT, in sshbuf_reset()
242 if ((dp = recallocarray(buf->d, buf->alloc, rlen, 1)) == NULL) in sshbuf_set_max_size()
331 if ((dp = recallocarray(buf->d, buf->alloc, rlen, 1)) == NULL) { in sshbuf_allocate()
Dxmalloc.c79 new_ptr = recallocarray(ptr, onmemb, nmemb, size); in xrecallocarray()
Dbitmap.c91 if ((tmp = recallocarray(b->d, b->len, in reserve()
Dutf8.c83 if ((tp = recallocarray(*dst, *sz, tsz, 1)) == NULL) in grow_dst()
Dssh-sk.c374 if ((opts = recallocarray(opts, nopts, nopts + 2, /* extra for NULL */ in sshsk_add_option()
777 if ((tmp = recallocarray(keys, nkeys, nkeys + 1, in sshsk_load_resident()
Dauth-options.c305 if ((permits = recallocarray(permits, npermits, npermits + 1, in handle_permit()
421 if ((ret->env = recallocarray(ret->env, ret->nenv, in sshauthopt_parse()
Dssh-sk-client.c420 if ((tmp = recallocarray(keys, nkeys, nkeys + 1, in sshsk_load_resident()
DAndroid.bp146 "openbsd-compat/recallocarray.c",
Dauth2.c746 (tmp = recallocarray(authctxt->prev_keys, authctxt->nprev_keys, in auth2_record_key()
Dhostfile.c252 if ((tmp = recallocarray(hostkeys->entries, hostkeys->num_entries, in record_hostkey()
Dclientloop.c1868 if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1, in hostkeys_find()
2149 if ((tmp = recallocarray(ctx->keys, ctx->nkeys, ctx->nkeys + 1, in client_input_hostkeys()
Dsk-usbhid.c958 if ((tmp = recallocarray(*rksp, *nrksp, (*nrksp) + 1, in read_rks()
Dssh-agent.c1067 (pfd = recallocarray(pfd, *npfdp, npfd, sizeof(*pfd))) == NULL) in prepare_poll()
Dkrl.c1095 tmp_ca_used = recallocarray(ca_used, nca_used, nca_used + 1, in ssh_krl_from_blob()
Dsshkey.c2252 key->cert->principals = recallocarray(key->cert->principals, in cert_parse()
Dconfigure.ac1830 recallocarray \
/external/openssh/openbsd-compat/
Drecallocarray.c38 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() function
DMakefile.in46 recallocarray.o \
Dopenbsd-compat.h85 void *recallocarray(void *, size_t, size_t, size_t);
/external/openssh/regress/unittests/authopt/
Dtests.c74 ret = recallocarray(ret, n, n + 1, sizeof(*ret)); in commasplit()