Searched refs:erealloc (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/usr.sbin/netgroup_mkdb/ |
| H A D | util.c | 55 erealloc(void *p, size_t s) in erealloc() function 85 buf = erealloc(buf, len + s + 1); in get_line()
|
| H A D | util.h | 37 void *erealloc(void *, size_t);
|
| H A D | str.c | 58 buf->s_str = erealloc(buf->s_str, buf->s_len + in str_append()
|
| /openbsd-src/usr.bin/make/ |
| H A D | memory.h | 43 extern void *erealloc(void *, size_t);
|
| H A D | memory.c | 89 erealloc(void *ptr, size_t size) in erealloc() function
|
| H A D | buf.c | 121 bp->buffer = erealloc(bp->buffer, size); in BufExpand()
|
| H A D | targequiv.c | 219 buffer = erealloc(buffer, bufsize); in parse_reduce()
|
| /openbsd-src/usr.sbin/makefs/ |
| H A D | xmalloc.c | 28 erealloc(void *ptr, size_t size) in erealloc() function
|
| H A D | makefs.h | 193 void *erealloc(void *, size_t);
|
| H A D | ffs.c | 898 newbuf = erealloc(dbuf->buf, dbuf->size + DIRBLKSIZ); in ffs_make_dirbuf()
|
| /openbsd-src/usr.sbin/makefs/ffs/ |
| H A D | buf.c | 186 n = erealloc(bp->b_data, (size_t)size); in getblk()
|
| /openbsd-src/usr.sbin/zic/ |
| H A D | zic.c | 394 #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 D | fgen.l | 119 erealloc(void *p, size_t sz) in erealloc() function 2133 outbuf = erealloc(outbuf, outbufsiz);
|