Home
last modified time | relevance | path

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

12

/dflybsd-src/crypto/openssh/
H A Dsshbuf.c209 if ((d = recallocarray(buf->d, buf->alloc, SSHBUF_SIZE_INIT, in sshbuf_reset()
268 if ((dp = recallocarray(buf->d, buf->alloc, rlen, 1)) == NULL) in sshbuf_set_max_size()
357 if ((dp = recallocarray(buf->d, buf->alloc, rlen, 1)) == NULL) { in sshbuf_allocate()
H A Dxmalloc.c79 new_ptr = recallocarray(ptr, onmemb, nmemb, size); in xrecallocarray()
H A Dbitmap.c91 if ((tmp = recallocarray(b->d, b->len, in reserve()
H A Dutf8.c83 if ((tp = recallocarray(*dst, *sz, tsz, 1)) == NULL) in grow_dst()
H A Dauth-options.c310 if ((permits = recallocarray(permits, npermits, npermits + 1, in handle_permit()
440 if ((ret->env = recallocarray(ret->env, in sshauthopt_parse()
H A Dlog.c169 if ((tmp = recallocarray(log_verbose, nlog_verbose, nlog_verbose + 1, in log_verbose_add()
H A Dssh-sk-client.c450 if ((tmp = recallocarray(srks, nsrks, nsrks + 1, in sshsk_load_resident()
H A Dauth2.c736 (tmp = recallocarray(authctxt->prev_keys, authctxt->nprev_keys, in auth2_record_key()
H A Dhostfile.c248 if ((tmp = recallocarray(hostkeys->entries, hostkeys->num_entries, in record_hostkey()
H A Dclientloop.c2158 if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1, in hostkeys_find()
2491 if ((tmp = recallocarray(ctx->keys, ctx->nkeys, ctx->nkeys + 1, in client_input_hostkeys()
/dflybsd-src/lib/libc/stdlib/
H A DMakefile.inc18 reallocarray.c reallocf.c realpath.c recallocarray.c remque.c \
81 MLINKS+=reallocarray.3 recallocarray.3
H A Drecallocarray.c31 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() function
H A DSymbol.map124 recallocarray;
/dflybsd-src/crypto/libressl/crypto/buffer/
H A Dbuffer.c121 if ((ret = recallocarray(str->data, str->max, n, 1)) == NULL) { in BUF_MEM_grow_clean()
/dflybsd-src/contrib/mdocml/
H A Dmandoc_aux.c92 ptr = recallocarray(ptr, oldnum, num, size); in mandoc_recallocarray()
H A DREADME.DELETED72 test-recallocarray.c
/dflybsd-src/crypto/libressl/crypto/
H A Dmalloc-wrapper.c163 return recallocarray(ptr, old_len, num, 1); in CRYPTO_realloc_clean()
/dflybsd-src/crypto/libressl/ssl/
H A Dtls_buffer.c103 if ((data = recallocarray(buf->data, buf->capacity, capacity, 1)) == NULL) in tls_buffer_resize()
H A Dbs_cbb.c113 newbuf = recallocarray(base->buf, base->cap, newcap, 1); in cbb_buffer_add()
/dflybsd-src/include/
H A Dstdlib.h307 void *recallocarray(void *, size_t, size_t, size_t) __heedresult
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dopenbsd-compat.h92 void *recallocarray(void *, size_t, size_t, size_t);
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_bitstr.c134 if ((c = recallocarray(a->data, a->length, w + 1, 1)) == NULL) { in ASN1_BIT_STRING_set_bit()
H A Da_int.c472 if ((sp = recallocarray(s, slen, num + i, 1)) == NULL) { in a2i_ASN1_INTEGER()
/dflybsd-src/crypto/libressl/crypto/bytestring/
H A Dbs_cbb.c113 newbuf = recallocarray(base->buf, base->cap, newcap, 1); in cbb_buffer_add()
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_constraints.c130 if ((tmp = recallocarray(names->names, names->names_len, in x509_constraints_names_add()

12