| /freebsd-14.2/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 | 83 ptr = reallocarray(ptr, num, size); in mandoc_reallocarray()
|
| /freebsd-14.2/tools/build/ |
| H A D | stdlib.h | 35 void *reallocarray(void *, size_t, size_t);
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | reallocarray.c | 30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| H A D | Makefile.inc | 15 random.c reallocarray.c reallocf.c realpath.c remque.c \ 42 radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \
|
| H A D | Symbol.map | 106 reallocarray;
|
| /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/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/lib/libunbound/ |
| H A D | config.h | 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-14.2/usr.bin/diff/ |
| H A D | xmalloc.c | 55 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
|
| /freebsd-14.2/sbin/ipf/libipf/ |
| H A D | parsefields.c | 33 fields = reallocarray(fields, num + 1, sizeof(*fields)); in parsefields()
|
| /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 213 INTERCEPT_FUNCTION(reallocarray); in initialize_interceptors()
|
| /freebsd-14.2/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-14.2/usr.sbin/bhyve/ |
| H A D | bhyvegc.c | 86 gc_image->data = reallocarray(gc_image->data, width * height, in bhyvegc_resize()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | xmalloc.c | 67 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
|
| /freebsd-14.2/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-14.2/lib/libc/gen/ |
| H A D | scandir-compat11.c | 102 names2 = reallocarray(names, arraysz, in freebsd11_scandir()
|
| /freebsd-14.2/usr.bin/dc/ |
| H A D | mem.c | 109 q = reallocarray(p, nmemb, size); in breallocarray()
|
| /freebsd-14.2/usr.bin/diff3/ |
| H A D | diff3.c | 807 p = reallocarray(d13, newsz, sizeof(struct diff)); in increase() 812 p = reallocarray(d23, newsz, sizeof(struct diff)); in increase() 817 p = reallocarray(de, newsz, sizeof(struct diff)); in increase() 822 q = reallocarray(overlap, newsz, sizeof(char)); in increase()
|
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | ungetc.c | 75 p = reallocarray(fp->_ub._base, i, 2); in __submore()
|
| /freebsd-14.2/lib/libproc/ |
| H A D | proc_rtld.c | 53 tmp = reallocarray(phdl->mappings, phdl->maparrsz, in map_iter()
|
| /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
|