Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/mandoc/
H A Dtest-recallocarray.c10 return !recallocarray(p, 2, 3, 2); in main()
H A Dconfig.h55 extern void *recallocarray(void *, size_t, size_t, size_t);
H A Dcompat_recallocarray.c49 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() function
H A Dmandoc_aux.c92 ptr = recallocarray(ptr, oldnum, num, size); in mandoc_recallocarray()
H A Dconfigure304 singletest recallocarray RECALLOCARRAY || \
305 runtest recallocarray RECALLOCARRAY -D_OPENBSD_SOURCE || true
/freebsd-13.1/crypto/openssh/
H A 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()
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 Dssh-sk.c375 if ((opts = recallocarray(opts, nopts, nopts + 2, /* extra for NULL */ in sshsk_add_option()
796 if ((tmp = recallocarray(keys, nkeys, nkeys + 1, in sshsk_load_resident()
H A Dauth-options.c306 if ((permits = recallocarray(permits, npermits, npermits + 1, in handle_permit()
436 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.c419 if ((tmp = recallocarray(keys, nkeys, nkeys + 1, in sshsk_load_resident()
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Drecallocarray.c38 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() function
H A DMakefile.in46 recallocarray.o \
H A Dopenbsd-compat.h90 void *recallocarray(void *, size_t, size_t, size_t);
/freebsd-13.1/contrib/libfido2/openbsd-compat/
H A Drecallocarray.c39 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() function
H A Dopenbsd-compat.h56 void *recallocarray(void *, size_t, size_t, size_t);
/freebsd-13.1/contrib/libfido2/fuzz/
H A Dsummary.txt9 openbsd-compat/recallocarray.c 41 7 82.93% 1 …
/freebsd-13.1/lib/libfido2/
H A DMakefile39 SRCS+= openbsd-compat/recallocarray.c
/freebsd-13.1/secure/lib/libssh/
H A DMakefile43 recallocarray.c strtonum.c timingsafe_bcmp.c vis.c xcrypt.c
/freebsd-13.1/contrib/libfido2/src/
H A DCMakeLists.txt83 ../openbsd-compat/recallocarray.c
H A Dassert.c700 recallocarray(assert->allow_list.ptr, assert->allow_list.len, in fido_assert_allow_cred()
1124 new_stmt = recallocarray(assert->stmt, assert->stmt_cnt, n, in fido_assert_set_count()
H A Dcredman.c44 if ((new_ptr = recallocarray(*ptr, *n_alloc, n, size)) == NULL) in credman_grow_array()
/freebsd-13.1/crypto/openssh/regress/unittests/authopt/
H A Dtests.c78 ret = recallocarray(ret, n, n + 1, sizeof(*ret)); in commasplit()

12