/dflybsd-src/crypto/openssh/ |
H A D | sshbuf.c | 209 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 D | xmalloc.c | 79 new_ptr = recallocarray(ptr, onmemb, nmemb, size); in xrecallocarray()
|
H A D | bitmap.c | 91 if ((tmp = recallocarray(b->d, b->len, in reserve()
|
H A D | utf8.c | 83 if ((tp = recallocarray(*dst, *sz, tsz, 1)) == NULL) in grow_dst()
|
H A D | auth-options.c | 310 if ((permits = recallocarray(permits, npermits, npermits + 1, in handle_permit() 440 if ((ret->env = recallocarray(ret->env, in sshauthopt_parse()
|
H A D | log.c | 169 if ((tmp = recallocarray(log_verbose, nlog_verbose, nlog_verbose + 1, in log_verbose_add()
|
H A D | ssh-sk-client.c | 450 if ((tmp = recallocarray(srks, nsrks, nsrks + 1, in sshsk_load_resident()
|
H A D | auth2.c | 736 (tmp = recallocarray(authctxt->prev_keys, authctxt->nprev_keys, in auth2_record_key()
|
H A D | hostfile.c | 248 if ((tmp = recallocarray(hostkeys->entries, hostkeys->num_entries, in record_hostkey()
|
H A D | clientloop.c | 2158 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 D | Makefile.inc | 18 reallocarray.c reallocf.c realpath.c recallocarray.c remque.c \ 81 MLINKS+=reallocarray.3 recallocarray.3
|
H A D | recallocarray.c | 31 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() function
|
H A D | Symbol.map | 124 recallocarray;
|
/dflybsd-src/crypto/libressl/crypto/buffer/ |
H A D | buffer.c | 121 if ((ret = recallocarray(str->data, str->max, n, 1)) == NULL) { in BUF_MEM_grow_clean()
|
/dflybsd-src/contrib/mdocml/ |
H A D | mandoc_aux.c | 92 ptr = recallocarray(ptr, oldnum, num, size); in mandoc_recallocarray()
|
H A D | README.DELETED | 72 test-recallocarray.c
|
/dflybsd-src/crypto/libressl/crypto/ |
H A D | malloc-wrapper.c | 163 return recallocarray(ptr, old_len, num, 1); in CRYPTO_realloc_clean()
|
/dflybsd-src/crypto/libressl/ssl/ |
H A D | tls_buffer.c | 103 if ((data = recallocarray(buf->data, buf->capacity, capacity, 1)) == NULL) in tls_buffer_resize()
|
H A D | bs_cbb.c | 113 newbuf = recallocarray(base->buf, base->cap, newcap, 1); in cbb_buffer_add()
|
/dflybsd-src/include/ |
H A D | stdlib.h | 307 void *recallocarray(void *, size_t, size_t, size_t) __heedresult
|
/dflybsd-src/lib/libssh/openbsd-compat/ |
H A D | openbsd-compat.h | 92 void *recallocarray(void *, size_t, size_t, size_t);
|
/dflybsd-src/crypto/libressl/crypto/asn1/ |
H A D | a_bitstr.c | 134 if ((c = recallocarray(a->data, a->length, w + 1, 1)) == NULL) { in ASN1_BIT_STRING_set_bit()
|
H A D | a_int.c | 472 if ((sp = recallocarray(s, slen, num + i, 1)) == NULL) { in a2i_ASN1_INTEGER()
|
/dflybsd-src/crypto/libressl/crypto/bytestring/ |
H A D | bs_cbb.c | 113 newbuf = recallocarray(base->buf, base->cap, newcap, 1); in cbb_buffer_add()
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x509_constraints.c | 130 if ((tmp = recallocarray(names->names, names->names_len, in x509_constraints_names_add()
|