Searched refs:erealloc (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/bmake/ |
| HD | make_malloc.h | 37 #define bmake_realloc(p, n) erealloc(p, n)
|
| HD | configure.in | 329 [ AC_CHECK_LIB([util], [erealloc],
|
| /dragonfly/usr.bin/bmake/ |
| HD | util.h | 82 erealloc(void *p, size_t n) in erealloc() function
|
| /dragonfly/lib/libutil/ |
| HD | efun.c | 120 erealloc(void *p, size_t n) in erealloc() function
|
| HD | libutil.h | 156 void *erealloc(void *, size_t);
|
| HD | Makefile | 80 efun.3 erealloc.3 \
|
| /dragonfly/usr.sbin/makefs/ffs/ |
| HD | buf.c | 234 n = erealloc(bp->b_data, (size_t)size); in getblk()
|
| /dragonfly/usr.sbin/zic/ |
| HD | zic.c | 359 #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/ |
| HD | ffs.c | 1108 newbuf = erealloc(dbuf->buf, dbuf->size + DIRBLKSIZ); in ffs_make_dirbuf()
|