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

/freebsd-10.0-release/contrib/bmake/
H A Dmake_malloc.h31 void *bmake_realloc(void *, size_t);
37 #define bmake_realloc(x,y) erealloc(x,y) macro
H A Dbuf.c110 bp->buffer = bmake_realloc(bp->buffer, bp->size);
134 bp->buffer = bmake_realloc(bp->buffer, bp->size);
282 data = bmake_realloc(buf->buffer, buf->count + 1);
H A Dmake_malloc.c109 * bmake_realloc --
113 bmake_realloc(void *ptr, size_t size) function
H A Dstrlist.c85 items = bmake_realloc(items, (n + 7) * sizeof *sl->sl_items);
H A Dstr.c213 argv = (char **)bmake_realloc(argv,
H A Darch.c457 nameBuf = bmake_realloc(nameBuf, sz = nsz * 2);
H A Dcond.c1360 cond_state = bmake_realloc(cond_state, max_if_depth *
H A Dmain.c1423 path = bmake_realloc(path, len = 2 * plen);
1435 path = bmake_realloc(path, len = 2 * plen);
H A Dparse.c557 lf->buf = bmake_realloc(lf->buf, lf->len);
574 lf->buf = bmake_realloc(lf->buf, lf->len);
H A Dmeta.c811 p = bmake_realloc(buf, newsz);
H A Dvar.c813 newenv = bmake_realloc(environ, 2 * sizeof(char *));

Completed in 148 milliseconds