/freebsd/lib/libc/gen/ |
H A D | getcap.c | 336 record = reallocf(record, newsize); in getent() 478 record = reallocf(record, newsize); in getent() 518 reallocf(record, (size_t)(rp - record))) == NULL) { in getent() 876 if ((mem = reallocf(mem, size + SFRAG)) == NULL) in cgetstr() 890 if ((mem = reallocf(mem, (size_t)(mp - mem))) == NULL) in cgetstr() 948 if ((mem = reallocf(mem, size + SFRAG)) == NULL) in cgetustr() 962 if ((mem = reallocf(mem, (size_t)(mp - mem))) == NULL) in cgetustr()
|
H A D | getmntinfo.c | 57 if ((mntbuf = reallocf(mntbuf, bufsize)) == NULL) in getmntinfo()
|
H A D | stringlist.c | 70 sl->sl_str = reallocf(sl->sl_str, sl->sl_max * sizeof(char *)); in sl_add()
|
H A D | getcwd.c | 195 if ((pt = reallocf(pt, ptsize *= 2)) == NULL) in __ssp_real()
|
/freebsd/lib/libc/db/recno/ |
H A D | rec_get.c | 121 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_reclen); in __rec_fpipe() 190 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_rdata.size); in __rec_vpipe() 225 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_reclen); in __rec_fmap()
|
/freebsd/lib/libc/stdlib/ |
H A D | reallocf.c | 31 reallocf(void *ptr, size_t size) in reallocf() function
|
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 | Symbol.map | 57 reallocf;
|
/freebsd/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
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_swrun_tbl.c | 210 entry->name = reallocf(entry->name, pname_len); in kinfo_proc_to_swrun_entry() 238 entry->path = reallocf(entry->path, path_len); in kinfo_proc_to_swrun_entry() 263 entry->parameters = reallocf(entry->parameters, pname_len); in kinfo_proc_to_swrun_entry() 295 entry->name = reallocf(entry->name, name_len); in kld_file_stat_to_swrun()
|
H A D | hostres_storage_tbl.c | 398 swap_devs = reallocf(swap_devs, in storage_OS_get_swap() 457 fs_buf = reallocf(fs_buf, fs_buf_count * sizeof(struct statfs)); in storage_OS_get_fs()
|
/freebsd/tools/build/cross-build/include/linux/ |
H A D | stdlib.h | 61 void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 299 INTERCEPTOR(void *, reallocf, void *ptr, SIZE_T size) { in INTERCEPTOR() argument 301 return REAL(reallocf)(ptr, size); in INTERCEPTOR() 388 INTERCEPT_FUNCTION(reallocf); in InitializeInterceptors()
|
/freebsd/lib/libgeom/ |
H A D | geom_getxml.c | 80 return (reallocf(p, strlen(p) + 1)); in geom_getxml()
|
H A D | geom_ctl.c | 141 req->arg = reallocf(req->arg, sizeof *ap * req->narg); in gctl_new_arg()
|
/freebsd/usr.bin/find/ |
H A D | misc.c | 67 *store = reallocf(*store, newlen); in brace_subst()
|
/freebsd/stand/libsa/ |
H A D | stand.h | 480 extern void *reallocf(void *, size_t); 487 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) macro 494 #define reallocf(x, y) Reallocf(x, y, NULL, 0) macro
|
/freebsd/lib/libutil/ |
H A D | kinfo_getvmobject.c | 50 buf = reallocf(buf, len); in kinfo_getvmobject_impl()
|
/freebsd/tools/test/stress2/misc/ |
H A D | pipe_enomem.sh | 73 p = reallocf(p, nsz * sizeof(struct pipepair));
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_private.h | 78 #define bhnd_nv_reallocf(buf, size) reallocf((buf), (size), M_BHND_NVRAM, \ 154 #define bhnd_nv_reallocf(buf, size) reallocf((buf), (size))
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_overflow.c | 91 *buf = reallocf(*buf, sz); in __ovfl_get()
|
/freebsd/lib/libc/locale/ |
H A D | nl_langinfo.c | 184 if ((loc->csym = reallocf(loc->csym, clen + 2)) != NULL) { in nl_langinfo_l()
|
/freebsd/lib/libc/stdio/ |
H A D | fvwrite.c | 114 reallocf(fp->_bf._base, fp->_bf._size + 1); in __sfvwrite()
|
/freebsd/libexec/rtld-elf/rtld-libc/ |
H A D | Makefile.inc | 29 SRCS+= reallocf.c realpath.c merge.c reallocarray.c
|