Home
last modified time | relevance | path

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

12

/freebsd/contrib/mandoc/
H A Dtest-recallocarray.c10 return !recallocarray(p, 2, 3, 2); in main()
H A Dconfig.h57 extern void *recallocarray(void *, size_t, size_t, size_t);
H A Dcompat_recallocarray.c42 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() function
H A Dmandoc_aux.c93 ptr = recallocarray(ptr, oldnum, num, size); in mandoc_recallocarray()
H A Dconfigure324 runtest recallocarray RECALLOCARRAY "" -D_OPENBSD_SOURCE || true
/freebsd/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 Dssh-sk.c404 if ((opts = recallocarray(opts, nopts, nopts + 2, /* extra for NULL */ in sshsk_add_option()
867 if ((tmp = recallocarray(srks, nsrks, nsrks + 1, in sshsk_load_resident()
H A Dlog.c169 if ((tmp = recallocarray(log_verbose, nlog_verbose, nlog_verbose + 1, in log_verbose_add()
H A Dssh-sk-client.c451 if ((tmp = recallocarray(srks, nsrks, nsrks + 1, in sshsk_load_resident()
/freebsd/lib/libdiff/
H A DMakefile11 diff_output_unidiff.c diff_output_edscript.c recallocarray.c
/freebsd/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.in47 recallocarray.o \
H A Dopenbsd-compat.h106 void *recallocarray(void *, size_t, size_t, size_t);
/freebsd/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.h63 void *recallocarray(void *, size_t, size_t, size_t);
/freebsd/lib/libfido2/
H A DMakefile46 SRCS+= openbsd-compat/recallocarray.c
/freebsd/contrib/libfido2/fuzz/
H A Dsummary.txt11 openbsd-compat/recallocarray.c 41 7 82.93% 1 0 100.00% 36 7 80.56%
/freebsd/contrib/libfido2/tools/
H A DCMakeLists.txt10 ../openbsd-compat/recallocarray.c
H A Dconfig.c165 if (n == SIZE_MAX || (rpid = recallocarray(rpid, n, n + 1, in config_pin_minlen_rpid()
/freebsd/secure/lib/libssh/
H A DMakefile42 recallocarray.c strtonum.c timingsafe_bcmp.c vis.c xcrypt.c
/freebsd/contrib/libfido2/src/
H A DCMakeLists.txt100 ../openbsd-compat/recallocarray.c

12