Home
last modified time | relevance | path

Searched refs:erealloc (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/bmake/
HDmake_malloc.h37 #define bmake_realloc(p, n) erealloc(p, n)
HDconfigure.in329 [ AC_CHECK_LIB([util], [erealloc],
/dragonfly/usr.bin/bmake/
HDutil.h82 erealloc(void *p, size_t n) in erealloc() function
/dragonfly/lib/libutil/
HDefun.c120 erealloc(void *p, size_t n) in erealloc() function
HDlibutil.h156 void *erealloc(void *, size_t);
HDMakefile80 efun.3 erealloc.3 \
/dragonfly/usr.sbin/makefs/ffs/
HDbuf.c234 n = erealloc(bp->b_data, (size_t)size); in getblk()
/dragonfly/usr.sbin/zic/
HDzic.c359 #define erealloc(ptr, size) memcheck(realloc(ptr, size)) macro
897 rules = erealloc(rules, (nrules + 1) * sizeof *rules); in inrule()
1013 zones = erealloc(zones, (nzones + 1) * sizeof *zones); in inzsub()
1146 links = erealloc(links, (nlinks + 1) * sizeof *links); in inlink()
1439 fullname = erealloc(fullname, in writezone()
2409 buf = erealloc(buf, (int) (132 + strlen(yitcommand) + strlen(type))); in yearistype()
/dragonfly/usr.sbin/makefs/
HDffs.c1108 newbuf = erealloc(dbuf->buf, dbuf->size + DIRBLKSIZ); in ffs_make_dirbuf()