Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/netgroup_mkdb/
Dutil.c55 erealloc(void *p, size_t s) in erealloc() function
85 buf = erealloc(buf, len + s + 1); in get_line()
Dutil.h37 void *erealloc(void *, size_t);
Dstr.c58 buf->s_str = erealloc(buf->s_str, buf->s_len + in str_append()
/openbsd/src/usr.bin/make/
Dmemory.h43 extern void *erealloc(void *, size_t);
Dmemory.c89 erealloc(void *ptr, size_t size) in erealloc() function
Dbuf.c121 bp->buffer = erealloc(bp->buffer, size); in BufExpand()
Dtargequiv.c219 buffer = erealloc(buffer, bufsize); in parse_reduce()
/openbsd/src/usr.sbin/makefs/
Dxmalloc.c28 erealloc(void *ptr, size_t size) in erealloc() function
Dmakefs.h193 void *erealloc(void *, size_t);
Dffs.c898 newbuf = erealloc(dbuf->buf, dbuf->size + DIRBLKSIZ); in ffs_make_dirbuf()
/openbsd/src/usr.sbin/makefs/ffs/
Dbuf.c186 n = erealloc(bp->b_data, (size_t)size); in getblk()
/openbsd/src/usr.sbin/zic/
Dzic.c394 #define erealloc(ptr, size) memcheck(realloc((ptr), (size))) macro
917 buf = erealloc(buf, len); in inzone()
926 buf = erealloc(buf, len); in inzone()
938 buf = erealloc(buf, len); in inzone()
1447 fullname = erealloc(fullname, len); in writezone()
/openbsd/src/usr.bin/fgen/
Dfgen.l119 erealloc(void *p, size_t sz) in erealloc() function
2133 outbuf = erealloc(outbuf, outbufsiz);