freebsd-src/lib/libopenbsd
Robert Clausecker 4266461079 lib/libc: add recallocarray()
This function from OpenBSD is a hybrid of reallocarray() and calloc().
It reallocates an array, clearing any newly allocated items.
reallocarray() ultimately originates from OpenBSD.

The source is taken from lib/libopenbsd, which now no longer has the
function unless when bootstrapping (needed for mandoc).

Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D52863
2025-10-03 19:46:55 +02:00
..
sys
getdtablecount.c
imsg-buffer.c
imsg.c
imsg.h
imsg_init.3
Makefile lib/libc: add recallocarray() 2025-10-03 19:46:55 +02:00
Makefile.depend
ohash.c
ohash.h
ohash_init.3
ohash_interval.3
README
unistd.h

libopenbsd is a thin compatibility layer intended to allow a limited
set of OpenBSD software to compile as part of the FreeBSD build with
little or no modification.  It is built as a static library and not
installed for general use.  Likewise, its header files are not
installed.