Searched refs:bmake_realloc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | buf.c | 110 bp->buffer = bmake_realloc(bp->buffer, bp->size); in Buf_Expand_1() 134 bp->buffer = bmake_realloc(bp->buffer, bp->size); in Buf_AddBytes() 282 data = bmake_realloc(buf->buffer, buf->count + 1); in Buf_DestroyCompact()
|
| H A D | make_malloc.h | 31 void *bmake_realloc(void *, size_t); 37 #define bmake_realloc(x,y) erealloc(x,y) macro
|
| H A D | make_malloc.c | 113 bmake_realloc(void *ptr, size_t size) in bmake_realloc() function
|
| H A D | strlist.c | 85 items = bmake_realloc(items, (n + 7) * sizeof *sl->sl_items); in strlist_add_str()
|
| H A D | str.c | 219 argv = (char **)bmake_realloc(argv, in brk_string()
|
| H A D | main.c | 1559 path = bmake_realloc(path, len = 2 * plen); in ReadMakefile() 1571 path = bmake_realloc(path, len = 2 * plen); in ReadMakefile()
|
| H A D | cond.c | 1372 cond_state = bmake_realloc(cond_state, max_if_depth * in Cond_Eval()
|
| H A D | arch.c | 457 nameBuf = bmake_realloc(nameBuf, sz = nsz * 2); in Arch_ParseArchive()
|
| H A D | parse.c | 569 lf->buf = bmake_realloc(lf->buf, lf->len); in loadfile() 590 lf->buf = bmake_realloc(lf->buf, lf->len); in loadfile()
|
| H A D | meta.c | 879 p = bmake_realloc(buf, newsz); in fgetLine()
|
| H A D | var.c | 824 newenv = bmake_realloc(environ, 2 * sizeof(char *)); in Var_UnExport()
|