/freebsd/contrib/pam-krb5/portable/ |
H A D | reallocarray.c | 36 # undef reallocarray 37 # define reallocarray test_reallocarray macro 50 reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray() function
|
H A D | system.h | 143 extern void *reallocarray(void *, size_t, size_t);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_malloc_linux.cpp | 74 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument 75 void *res = REAL(reallocarray)(ptr, nmemb, size); in INTERCEPTOR() 114 INTERCEPT_FUNCTION(reallocarray); in InitializeMallocInterceptors()
|
/freebsd/contrib/mandoc/ |
H A D | compat_stringlist.c | 54 sl->sl_str = reallocarray(NULL, sl->sl_max, sizeof(char *)); in sl_init() 72 new = reallocarray(sl->sl_str, (sl->sl_max + _SL_CHUNKSIZE), in sl_add()
|
H A D | test-reallocarray.c | 6 return !reallocarray(NULL, 2, 2); in main()
|
H A D | compat_reallocarray.c | 32 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
H A D | mandoc_aux.c | 84 ptr = reallocarray(ptr, num, size); in mandoc_reallocarray()
|
/freebsd/tools/build/ |
H A D | stdlib.h | 35 void *reallocarray(void *, size_t, size_t);
|
/freebsd/lib/libc/stdlib/ |
H A D | Makefile.inc | 13 random.c reallocarray.c reallocf.c realpath.c remque.c \ 40 radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \
|
H A D | reallocarray.c | 30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
H A D | Symbol.map | 106 reallocarray;
|
/freebsd/contrib/unbound/compat/ |
H A D | reallocarray.c | 34 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | reallocarray.c | 37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
/freebsd/lib/libunbound/ |
H A D | config.h | 152 /* Define to 1 if you have the declaration of `reallocarray', and to 0 if you 514 /* If we have reallocarray(3) */ 1363 #define reallocarray reallocarrayunbound macro 1364 void* reallocarray(void *ptr, size_t nmemb, size_t size); 1444 void *reallocarray(void *ptr, size_t nmemb, size_t size);
|
/freebsd/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 213 INTERCEPT_FUNCTION(reallocarray); in initialize_interceptors()
|
/freebsd/usr.bin/diff/ |
H A D | xmalloc.c | 54 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
|
/freebsd/sbin/ipf/libipf/ |
H A D | parsefields.c | 33 fields = reallocarray(fields, num + 1, sizeof(*fields)); in parsefields()
|
/freebsd/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/contrib/pam-krb5/ |
H A D | configure.ac | 117 AC_CHECK_DECLS([reallocarray]) 122 AC_REPLACE_FUNCS([asprintf issetugid mkstemp reallocarray strndup])
|
/freebsd/usr.sbin/bhyve/ |
H A D | bhyvegc.c | 85 gc_image->data = reallocarray(gc_image->data, width * height, in bhyvegc_resize()
|
/freebsd/crypto/openssh/ |
H A D | xmalloc.c | 67 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
|
/freebsd/lib/libgssapi/ |
H A D | gss_buffer_set.c | 80 set->elements = reallocarray(set->elements, set->count + 1, in gss_add_buffer_set_member()
|
/freebsd/lib/libc/gen/ |
H A D | scandir-compat11.c | 100 names2 = reallocarray(names, arraysz, in freebsd11_scandir()
|
/freebsd/lib/libc/stdio/ |
H A D | ungetc.c | 72 p = reallocarray(fp->_ub._base, i, 2); in __submore()
|