Searched refs:reallocarray (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-13-stable/contrib/mandoc/
H A Dtest-reallocarray.c6 return !reallocarray(NULL, 2, 2);
H A Dcompat_reallocarray.c10 /* $OpenBSD: reallocarray.c,v 1.2 2014/12/08 03:45:00 bcook Exp $ */
39 reallocarray(void *optr, size_t nmemb, size_t size) function
H A Dcompat_stringlist.c59 sl->sl_str = reallocarray(NULL, sl->sl_max, sizeof(char *));
74 sl->sl_str = reallocarray(sl->sl_str,
H A Dmandoc_aux.c83 ptr = reallocarray(ptr, num, size);
/freebsd-13-stable/tools/build/
H A Dstdlib.h37 void *reallocarray(void *, size_t, size_t);
/freebsd-13-stable/tools/build/cross-build/include/mac/
H A Dstdlib.h48 void *reallocarray(void *optr, size_t nmemb, size_t size);
/freebsd-13-stable/lib/libc/stdlib/
H A Dreallocarray.c1 /* $OpenBSD: reallocarray.c,v 1.2 2014/12/08 03:45:00 bcook Exp $ */
33 reallocarray(void *optr, size_t nmemb, size_t size) function
H A DMakefile.inc16 random.c reallocarray.c reallocf.c realpath.c remque.c \
39 radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \
/freebsd-13-stable/contrib/unbound/compat/
H A Dreallocarray.c1 /* $OpenBSD: reallocarray.c,v 1.1 2014/05/08 21:43:49 deraadt Exp $ */
34 reallocarray(void *optr, size_t nmemb, size_t size) function
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dreallocarray.c1 /* $OpenBSD: reallocarray.c,v 1.2 2014/12/08 03:45:00 bcook Exp $ */
18 /* OPENBSD ORIGINAL: lib/libc/stdlib/reallocarray.c */
37 reallocarray(void *optr, size_t nmemb, size_t size) function
/freebsd-13-stable/tools/build/cross-build/include/linux/
H A Dstdlib.h63 void *reallocarray(void *, size_t, size_t) __result_use_check
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dparsefields.c35 fields = reallocarray(fields, num + 1, sizeof(*fields));
/freebsd-13-stable/crypto/openssh/
H A Dxmalloc.c73 new_ptr = reallocarray(ptr, nmemb, size);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dbhyvegc.c88 gc_image->data = reallocarray(gc_image->data, width * height,
/freebsd-13-stable/usr.bin/diff/
H A Dxmalloc.c57 new_ptr = reallocarray(ptr, nmemb, size);
/freebsd-13-stable/tools/build/cross-build/
H A Dfgetwln_fallback.c73 wp = reallocarray(fb->wbuf, fb->len, sizeof(wchar_t));
H A Dclosefrom.c164 ptr = reallocarray(fd_array, fd_array_size, sizeof(int));
/freebsd-13-stable/lib/libgssapi/
H A Dgss_buffer_set.c81 set->elements = reallocarray(set->elements, set->count + 1,
/freebsd-13-stable/lib/libc/gen/
H A Dscandir-compat11.c105 names2 = reallocarray(names, arraysz,
H A Dscandir.c111 names2 = reallocarray(names, arraysz,
/freebsd-13-stable/lib/libc/stdio/
H A Dungetc.c78 p = reallocarray(fp->_ub._base, i, 2);
/freebsd-13-stable/lib/libproc/
H A Dproc_rtld.c56 tmp = reallocarray(phdl->mappings, phdl->maparrsz,
/freebsd-13-stable/usr.bin/dc/
H A Dmem.c111 q = reallocarray(p, nmemb, size);
/freebsd-13-stable/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc30 SRCS+= reallocf.c realpath.c getenv.c merge.c reallocarray.c
/freebsd-13-stable/usr.sbin/unbound/
H A Dconfig.h138 /* Define to 1 if you have the declaration of `reallocarray', and to 0 if you
464 /* If we have reallocarray(3) */
1219 #define reallocarray reallocarrayunbound macro
1220 void* reallocarray(void *ptr, size_t nmemb, size_t size);
1300 void *reallocarray(void *ptr, size_t nmemb, size_t size);

Completed in 182 milliseconds

1234