| /freebsd-12.1/contrib/mandoc/ |
| H A D | compat_stringlist.c | 59 sl->sl_str = reallocarray(NULL, sl->sl_max, sizeof(char *)); in sl_init() 74 sl->sl_str = reallocarray(sl->sl_str, in sl_add()
|
| H A D | test-reallocarray.c | 6 return !reallocarray(NULL, 2, 2); in main()
|
| H A D | compat_reallocarray.c | 39 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()
|
| H A D | configure | 302 singletest reallocarray REALLOCARRAY || \ 303 runtest reallocarray REALLOCARRAY -D_OPENBSD_SOURCE || true
|
| /freebsd-12.1/tools/build/ |
| H A D | Makefile | 30 _WITH_REALLOCARRAY!= grep -c reallocarray /usr/include/stdlib.h || true 34 SRCS+= reallocarray.c
|
| H A D | stdlib.h | 37 void *reallocarray(void *, size_t, size_t);
|
| /freebsd-12.1/lib/libc/stdlib/ |
| H A D | Makefile.inc | 16 random.c reallocarray.c reallocf.c realpath.c remque.c \ 39 radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \
|
| H A D | reallocarray.c | 33 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| H A D | Symbol.map | 116 reallocarray;
|
| H A D | getenv.c | 277 tmpEnviron = reallocarray(intEnviron, tmpEnvironSize + 1, in __rebuild_environ() 311 tmpEnvVars = reallocarray(envVars, newEnvVarsSize, in __enlarge_env()
|
| /freebsd-12.1/usr.sbin/unbound/ |
| H A D | config.h | 1160 #define reallocarray reallocarrayunbound macro 1161 void* reallocarray(void *ptr, size_t nmemb, size_t size); 1241 void *reallocarray(void *ptr, size_t nmemb, size_t size);
|
| /freebsd-12.1/contrib/unbound/compat/ |
| H A D | reallocarray.c | 34 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | reallocarray.c | 37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /freebsd-12.1/usr.bin/diff/ |
| H A D | xmalloc.c | 57 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
|
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | parsefields.c | 35 fields = reallocarray(fields, num + 1, sizeof(*fields));
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | bhyvegc.c | 88 gc_image->data = reallocarray(gc_image->data, width * height, in bhyvegc_resize()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | xmalloc.c | 73 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
|
| /freebsd-12.1/lib/libgssapi/ |
| H A D | gss_buffer_set.c | 81 set->elements = reallocarray(set->elements, set->count + 1, in gss_add_buffer_set_member()
|
| /freebsd-12.1/usr.bin/dc/ |
| H A D | mem.c | 111 q = reallocarray(p, nmemb, size); in breallocarray()
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | scandir.c | 107 names2 = reallocarray(names, arraysz, in scandir_b()
|
| H A D | scandir-compat11.c | 114 names2 = reallocarray(names, arraysz, in freebsd11_scandir_b()
|
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | ungetc.c | 78 p = reallocarray(fp->_ub._base, i, 2); in __submore()
|
| /freebsd-12.1/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 94 symptr = reallocarray(image->pi_symbols, in pmcstat_image_add_symbols() 147 image->pi_symbols = reallocarray(image->pi_symbols, in pmcstat_image_add_symbols()
|
| /freebsd-12.1/lib/libproc/ |
| H A D | proc_rtld.c | 56 tmp = reallocarray(phdl->mappings, phdl->maparrsz, in map_iter()
|