Home
last modified time | relevance | path

Searched refs:reallocarray (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd-14.2/contrib/mandoc/
H A Dcompat_stringlist.c54 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 Dtest-reallocarray.c6 return !reallocarray(NULL, 2, 2); in main()
H A Dcompat_reallocarray.c32 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
H A Dmandoc_aux.c83 ptr = reallocarray(ptr, num, size); in mandoc_reallocarray()
/freebsd-14.2/tools/build/
H A Dstdlib.h35 void *reallocarray(void *, size_t, size_t);
/freebsd-14.2/lib/libc/stdlib/
H A Dreallocarray.c30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
H A DMakefile.inc15 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 DSymbol.map106 reallocarray;
/freebsd-14.2/contrib/unbound/compat/
H A Dreallocarray.c34 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dreallocarray.c37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd-14.2/lib/libunbound/
H A Dconfig.h1363 #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 Dxmalloc.c55 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
/freebsd-14.2/sbin/ipf/libipf/
H A Dparsefields.c33 fields = reallocarray(fields, num + 1, sizeof(*fields)); in parsefields()
/freebsd-14.2/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
213 INTERCEPT_FUNCTION(reallocarray); in initialize_interceptors()
/freebsd-14.2/tools/build/cross-build/
H A Dfgetwln_fallback.c73 wp = reallocarray(fb->wbuf, fb->len, sizeof(wchar_t)); in fgetwln()
H A Dclosefrom.c164 ptr = reallocarray(fd_array, fd_array_size, sizeof(int)); in closefrom_procfs()
/freebsd-14.2/usr.sbin/bhyve/
H A Dbhyvegc.c86 gc_image->data = reallocarray(gc_image->data, width * height, in bhyvegc_resize()
/freebsd-14.2/crypto/openssh/
H A Dxmalloc.c67 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
/freebsd-14.2/lib/libgssapi/
H A Dgss_buffer_set.c80 set->elements = reallocarray(set->elements, set->count + 1, in gss_add_buffer_set_member()
/freebsd-14.2/lib/libc/gen/
H A Dscandir-compat11.c102 names2 = reallocarray(names, arraysz, in freebsd11_scandir()
/freebsd-14.2/usr.bin/dc/
H A Dmem.c109 q = reallocarray(p, nmemb, size); in breallocarray()
/freebsd-14.2/usr.bin/diff3/
H A Ddiff3.c807 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 Dungetc.c75 p = reallocarray(fp->_ub._base, i, 2); in __submore()
/freebsd-14.2/lib/libproc/
H A Dproc_rtld.c53 tmp = reallocarray(phdl->mappings, phdl->maparrsz, in map_iter()
/freebsd-14.2/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

1234