Home
last modified time | relevance | path

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

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