Home
last modified time | relevance | path

Searched defs:reallocarray (Results 1 – 14 of 14) 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/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/lib/libc/stdlib/
H A Dreallocarray.c30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd/contrib/unbound/
H A Dconfig.h.in1429 #define reallocarray reallocarrayu global() macro
1588 # define reallocarray(p,n,s) unbound_stat_reallocarray_ global() macro
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp74 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/dfsan/
H A Ddfsan_interceptors.cpp36 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp87 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd/lib/libunbound/
H A Dconfig.h1363 #define reallocarray reallocarrayunbound macro
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp102 INTERCEPTOR(void *,reallocarray,void * q,uptr nmemb,uptr size) INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1013 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.cpp706 TSAN_INTERCEPTOR(void*, reallocarray, void *p, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument