Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/stdlib/
H A Drecallocarray.c25 void *recallocarray(void *, size_t, size_t, size_t);
28 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() function
H A DMakefile.inc13 random.c reallocarray.c reallocf.c realpath.c recallocarray.c remque.c \
79 MLINKS+=reallocarray.3 recallocarray.3
H A DSymbol.map135 recallocarray;
/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()
/freebsd/lib/libopenbsd/
H A DMakefile7 SRCS+= recallocarray.c
/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()
/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/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 DMakefile53 recallocarray.c strtonum.c timingsafe_bcmp.c vis.c xcrypt.c
/freebsd/include/
H A Dstdlib.h317 void *recallocarray(void *, size_t, size_t, size_t) __result_use_check
/freebsd/contrib/libfido2/src/
H A DCMakeLists.txt100 ../openbsd-compat/recallocarray.c

12