Searched refs:reallocf (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-13-stable/lib/libc/stdlib/
H A Dreallocf.c34 reallocf(void *ptr, size_t size) function
H A DMakefile.inc16 random.c reallocarray.c reallocf.c realpath.c remque.c \
39 radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \
/freebsd-13-stable/contrib/dma/
H A Ddfcompat.h17 void *reallocf(void *, size_t);
H A Ddfcompat.c89 * $DragonFly: src/lib/libc/stdlib/reallocf.c,v 1.2 2003/06/17 04:26:46 dillon Exp $
94 reallocf(void *ptr, size_t size) function
/freebsd-13-stable/tools/build/cross-build/include/linux/
H A Dstdlib.h65 void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
/freebsd-13-stable/lib/libc/gen/
H A Dgetmntinfo.c61 if ((mntbuf = reallocf(mntbuf, bufsize)) == NULL)
H A Dstringlist.c72 sl->sl_str = reallocf(sl->sl_str, sl->sl_max * sizeof(char *));
H A Dgetcap.c340 record = reallocf(record, newsize);
482 record = reallocf(record, newsize);
522 reallocf(record, (size_t)(rp - record))) == NULL) {
880 if ((mem = reallocf(mem, size + SFRAG)) == NULL)
894 if ((mem = reallocf(mem, (size_t)(mp - mem))) == NULL)
952 if ((mem = reallocf(mem, size + SFRAG)) == NULL)
966 if ((mem = reallocf(mem, (size_t)(mp - mem))) == NULL)
H A Dgetcwd.c198 if ((pt = reallocf(pt, ptsize *= 2)) == NULL)
H A Dopendir.c171 buf = reallocf(buf, len);
/freebsd-13-stable/lib/libgeom/
H A Dgeom_getxml.c74 return (reallocf(p, strlen(p) + 1));
H A Dgeom_ctl.c143 req->arg = reallocf(req->arg, sizeof *ap * req->narg);
/freebsd-13-stable/lib/libutil/
H A Dkinfo_getvmobject.c53 buf = reallocf(buf, len);
/freebsd-13-stable/usr.bin/find/
H A Dmisc.c74 *store = reallocf(*store, newlen);
/freebsd-13-stable/lib/libc/db/recno/
H A Drec_get.c127 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_reclen);
196 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_rdata.size);
231 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_reclen);
H A Drec_put.c88 reallocf(t->bt_rdata.data, t->bt_reclen);
/freebsd-13-stable/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc30 SRCS+= reallocf.c realpath.c getenv.c merge.c reallocarray.c
/freebsd-13-stable/stand/libsa/
H A Dstand.h451 extern void *reallocf(void *, size_t);
458 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) macro
465 #define reallocf(x, y) Reallocf(x, y, NULL, 0) macro
/freebsd-13-stable/lib/libc/db/btree/
H A Dbt_overflow.c97 *buf = reallocf(*buf, sz);
/freebsd-13-stable/lib/libc/locale/
H A Dnl_langinfo.c187 if ((loc->csym = reallocf(loc->csym, clen + 2)) != NULL) {
/freebsd-13-stable/lib/libc/stdio/
H A Dfvwrite.c120 reallocf(fp->_bf._base, fp->_bf._size + 1);
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c212 entry->name = reallocf(entry->name, pname_len);
240 entry->path = reallocf(entry->path, path_len);
265 entry->parameters = reallocf(entry->parameters, pname_len);
297 entry->name = reallocf(entry->name, name_len);
H A Dhostres_storage_tbl.c400 swap_devs = reallocf(swap_devs,
459 fs_buf = reallocf(fs_buf, fs_buf_count * sizeof(struct statfs));
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_private.h79 #define bhnd_nv_reallocf(buf, size) reallocf((buf), (size), M_BHND_NVRAM, \
155 #define bhnd_nv_reallocf(buf, size) reallocf((buf), (size))
/freebsd-13-stable/include/
H A Dstdlib.h318 void *reallocf(void *, size_t) __result_use_check __alloc_size(2);

Completed in 187 milliseconds

123