Home
last modified time | relevance | path

Searched refs:bmake_realloc (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/bmake/
H A Dbuf.c110 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 Dmake_malloc.h31 void *bmake_realloc(void *, size_t);
37 #define bmake_realloc(x,y) erealloc(x,y) macro
H A Dmake_malloc.c113 bmake_realloc(void *ptr, size_t size) in bmake_realloc() function
H A Dstrlist.c85 items = bmake_realloc(items, (n + 7) * sizeof *sl->sl_items); in strlist_add_str()
H A Dstr.c219 argv = (char **)bmake_realloc(argv, in brk_string()
H A Dmain.c1559 path = bmake_realloc(path, len = 2 * plen); in ReadMakefile()
1571 path = bmake_realloc(path, len = 2 * plen); in ReadMakefile()
H A Dcond.c1372 cond_state = bmake_realloc(cond_state, max_if_depth * in Cond_Eval()
H A Darch.c457 nameBuf = bmake_realloc(nameBuf, sz = nsz * 2); in Arch_ParseArchive()
H A Dparse.c569 lf->buf = bmake_realloc(lf->buf, lf->len); in loadfile()
590 lf->buf = bmake_realloc(lf->buf, lf->len); in loadfile()
H A Dmeta.c879 p = bmake_realloc(buf, newsz); in fgetLine()
H A Dvar.c824 newenv = bmake_realloc(environ, 2 * sizeof(char *)); in Var_UnExport()