| /freebsd-13.1/lib/libc/gen/ |
| H A D | getcap.c | 340 record = reallocf(record, newsize); in getent() 482 record = reallocf(record, newsize); in getent() 522 reallocf(record, (size_t)(rp - record))) == NULL) { in getent() 880 if ((mem = reallocf(mem, size + SFRAG)) == NULL) in cgetstr() 894 if ((mem = reallocf(mem, (size_t)(mp - mem))) == NULL) in cgetstr() 952 if ((mem = reallocf(mem, size + SFRAG)) == NULL) in cgetustr() 966 if ((mem = reallocf(mem, (size_t)(mp - mem))) == NULL) in cgetustr()
|
| H A D | getmntinfo.c | 61 if ((mntbuf = reallocf(mntbuf, bufsize)) == NULL) in getmntinfo()
|
| H A D | stringlist.c | 72 sl->sl_str = reallocf(sl->sl_str, sl->sl_max * sizeof(char *)); in sl_add()
|
| H A D | getcwd.c | 198 if ((pt = reallocf(pt, ptsize *= 2)) == NULL) in getcwd()
|
| /freebsd-13.1/lib/libc/db/recno/ |
| H A D | rec_get.c | 127 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_reclen); in __rec_fpipe() 196 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_rdata.size); in __rec_vpipe() 231 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_reclen); in __rec_fmap()
|
| /freebsd-13.1/lib/libc/stdlib/ |
| H A D | reallocf.c | 34 reallocf(void *ptr, size_t size) in reallocf() function
|
| 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 | Symbol.map | 62 reallocf;
|
| /freebsd-13.1/contrib/dma/ |
| H A D | dfcompat.h | 17 void *reallocf(void *, size_t);
|
| H A D | dfcompat.c | 94 reallocf(void *ptr, size_t size) in reallocf() function
|
| H A D | dns.c | 103 *he = reallocf(*he, newsz * sizeof(**he)); in add_host()
|
| /freebsd-13.1/tools/build/cross-build/include/linux/ |
| H A D | stdlib.h | 65 void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
|
| /freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | hostres_swrun_tbl.c | 212 entry->name = reallocf(entry->name, pname_len); in kinfo_proc_to_swrun_entry() 240 entry->path = reallocf(entry->path, path_len); in kinfo_proc_to_swrun_entry() 265 entry->parameters = reallocf(entry->parameters, pname_len); in kinfo_proc_to_swrun_entry() 297 entry->name = reallocf(entry->name, name_len); in kld_file_stat_to_swrun()
|
| H A D | hostres_storage_tbl.c | 400 swap_devs = reallocf(swap_devs, in storage_OS_get_swap() 459 fs_buf = reallocf(fs_buf, fs_buf_count * sizeof(struct statfs)); in storage_OS_get_fs()
|
| /freebsd-13.1/lib/libgeom/ |
| H A D | geom_getxml.c | 74 return (reallocf(p, strlen(p) + 1)); in geom_getxml()
|
| H A D | geom_ctl.c | 143 req->arg = reallocf(req->arg, sizeof *ap * req->narg); in gctl_new_arg()
|
| /freebsd-13.1/usr.bin/find/ |
| H A D | misc.c | 74 *store = reallocf(*store, newlen); in brace_subst()
|
| /freebsd-13.1/stand/libsa/ |
| H A D | stand.h | 461 extern void *reallocf(void *, size_t); 468 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) macro 475 #define reallocf(x, y) Reallocf(x, y, NULL, 0) macro
|
| /freebsd-13.1/lib/libutil/ |
| H A D | kinfo_getvmobject.c | 53 buf = reallocf(buf, len); in kinfo_getvmobject_impl()
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_private.h | 79 #define bhnd_nv_reallocf(buf, size) reallocf((buf), (size), M_BHND_NVRAM, \ 155 #define bhnd_nv_reallocf(buf, size) reallocf((buf), (size))
|
| /freebsd-13.1/libexec/rtld-elf/rtld-libc/ |
| H A D | Makefile.inc | 30 SRCS+= reallocf.c realpath.c merge.c reallocarray.c
|
| /freebsd-13.1/lib/libc/db/btree/ |
| H A D | bt_overflow.c | 97 *buf = reallocf(*buf, sz); in __ovfl_get()
|
| /freebsd-13.1/lib/libc/locale/ |
| H A D | nl_langinfo.c | 187 if ((loc->csym = reallocf(loc->csym, clen + 2)) != NULL) { in nl_langinfo_l()
|
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | fvwrite.c | 121 reallocf(fp->_bf._base, fp->_bf._size + 1); in __sfvwrite()
|
| /freebsd-13.1/include/ |
| H A D | stdlib.h | 318 void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
|