| /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/lib/libc/stdlib/ |
| H A D | reallocarray.c | 33 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | compat_reallocarray.c | 39 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | config.h.in | 1245 #define reallocarray reallocarrayunbound macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 151 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
| /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
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 153 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
| /freebsd-13.1/usr.sbin/unbound/ |
| H A D | config.h | 1219 #define reallocarray reallocarrayunbound macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 92 INTERCEPTOR(void*, reallocarray, void *q, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 896 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 700 TSAN_INTERCEPTOR(void*, reallocarray, void *p, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument
|