Home
last modified time | relevance | path

Searched defs:reallocarray (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/pam-krb5/portable/
H A Dreallocarray.c37 # define reallocarray test_reallocarray macro
50 reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray() function
/freebsd/lib/libc/stdlib/
H A Dreallocarray.c25 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd/contrib/mandoc/
H A Dcompat_reallocarray.c32 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd/contrib/unbound/compat/
H A Dreallocarray.c34 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd/crypto/openssh/openbsd-compat/
H A Dreallocarray.c37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd/contrib/unbound/
H A Dconfig.h.in1455 #define reallocarray reallocarrayunbound macro
1614 # define reallocarray(p,n,s) unbound_stat_reallocarray_log(p, n, s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/pkgconf/libpkgconf/
H A Dbsdstubs.c169 reallocarray(void *ptr, size_t m, size_t n) in reallocarray() function
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp63 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp78 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp86 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp37 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/lib/libunbound/
H A Dconfig.h1446 #define reallocarray reallocarrayunbound macro
1605 # define reallocarray(p,n,s) unbound_stat_reallocarray_log(p, n, s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp132 INTERCEPTOR(void*, reallocarray, void *q, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1039 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp726 TSAN_INTERCEPTOR(void *, reallocarray, void *p, uptr n, uptr size) { in TSAN_INTERCEPTOR() argument