| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | reallocarray.c | 30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | reallocarray.c | 37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /freebsd-14.2/contrib/unbound/compat/ |
| H A D | reallocarray.c | 34 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | compat_reallocarray.c | 32 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /freebsd-14.2/contrib/unbound/ |
| H A D | config.h.in | 1429 #define reallocarray reallocarrayunbound macro 1588 # define reallocarray(p,n,s) unbound_stat_reallocarray_log(p, n, s, __FILE__, __LINE__, __func__) macro
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 78 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 36 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 87 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
| /freebsd-14.2/lib/libunbound/ |
| H A D | config.h | 1363 #define reallocarray reallocarrayunbound macro
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 102 INTERCEPTOR(void*, reallocarray, void *q, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1013 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 706 TSAN_INTERCEPTOR(void*, reallocarray, void *p, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument
|