| /freebsd-13.1/contrib/mandoc/ |
| H A D | compat_stringlist.c | 59 sl->sl_str = reallocarray(NULL, sl->sl_max, sizeof(char *)); in sl_init() 74 sl->sl_str = reallocarray(sl->sl_str, in sl_add()
|
| H A D | test-reallocarray.c | 6 return !reallocarray(NULL, 2, 2); in main()
|
| H A D | compat_reallocarray.c | 39 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| H A D | mandoc_aux.c | 83 ptr = reallocarray(ptr, num, size); in mandoc_reallocarray()
|
| H A D | configure | 302 singletest reallocarray REALLOCARRAY || \ 303 runtest reallocarray REALLOCARRAY -D_OPENBSD_SOURCE || true
|
| /freebsd-13.1/tools/build/ |
| H A D | stdlib.h | 37 void *reallocarray(void *, size_t, size_t);
|
| /freebsd-13.1/tools/build/cross-build/include/mac/ |
| H A D | stdlib.h | 48 void *reallocarray(void *optr, size_t nmemb, size_t size);
|
| /freebsd-13.1/lib/libc/stdlib/ |
| H A D | Makefile.inc | 16 random.c reallocarray.c reallocf.c realpath.c remque.c \ 39 radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \
|
| H A D | reallocarray.c | 33 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| H A D | Symbol.map | 113 reallocarray;
|
| /freebsd-13.1/contrib/unbound/compat/ |
| H A D | reallocarray.c | 34 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | reallocarray.c | 37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /freebsd-13.1/usr.sbin/unbound/ |
| H A D | config.h | 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);
|
| /freebsd-13.1/tools/build/cross-build/include/linux/ |
| H A D | stdlib.h | 63 void *reallocarray(void *, size_t, size_t) __result_use_check
|
| /freebsd-13.1/usr.bin/diff/ |
| H A D | xmalloc.c | 57 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
|
| /freebsd-13.1/sbin/ipf/libipf/ |
| H A D | parsefields.c | 33 fields = reallocarray(fields, num + 1, sizeof(*fields)); in parsefields()
|
| /freebsd-13.1/tools/build/cross-build/ |
| H A D | fgetwln_fallback.c | 73 wp = reallocarray(fb->wbuf, fb->len, sizeof(wchar_t)); in fgetwln()
|
| H A D | closefrom.c | 164 ptr = reallocarray(fd_array, fd_array_size, sizeof(int)); in closefrom_procfs()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 35 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument 238 INTERCEPT_FUNCTION(reallocarray); in initialize_interceptors()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | bhyvegc.c | 88 gc_image->data = reallocarray(gc_image->data, width * height, in bhyvegc_resize()
|
| /freebsd-13.1/usr.bin/diff3/ |
| H A D | diff3.c | 577 p = reallocarray(d13, newsz, sizeof(struct diff)); in increase() 582 p = reallocarray(d23, newsz, sizeof(struct diff)); in increase() 587 p = reallocarray(de, newsz, sizeof(struct diff)); in increase() 592 q = reallocarray(overlap, newsz, sizeof(char)); in increase()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | xmalloc.c | 67 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
|
| /freebsd-13.1/lib/libgssapi/ |
| H A D | gss_buffer_set.c | 81 set->elements = reallocarray(set->elements, set->count + 1, in gss_add_buffer_set_member()
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | scandir-compat11.c | 105 names2 = reallocarray(names, arraysz, in freebsd11_scandir()
|
| /freebsd-13.1/usr.bin/dc/ |
| H A D | mem.c | 111 q = reallocarray(p, nmemb, size); in breallocarray()
|