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

/netbsd-current/usr.bin/make/
H A Dmake_malloc.h31 void *bmake_realloc(void *, size_t) MAKE_ATTR_USE;
37 #define bmake_realloc(p, n) erealloc(p, n) macro
H A Dmake_malloc.c80 bmake_realloc(void *ptr, size_t size) function
H A Dbuf.c85 buf->data = bmake_realloc(buf->data, buf->cap);
98 buf->data = bmake_realloc(buf->data, buf->cap);
H A Dlst.c260 v->items = bmake_realloc(v->items, v->cap * v->itemSize);
H A Dstr.c200 words = bmake_realloc(words,
H A Dstr.h245 buf->data = bmake_realloc(buf->data, buf->cap);
H A Dcond.c1155 cond_states = bmake_realloc(cond_states,
H A Dmeta.c884 p = bmake_realloc(buf, newsz);
H A Dvar.c354 evalStack.elems = bmake_realloc(evalStack.elems,
884 newenv = bmake_realloc(environ, 2 * sizeof(char *));
/netbsd-current/usr.bin/make/unit-tests/
H A Dmodmisc.mk59 # Cover the bmake_realloc in Substring_Words.

Completed in 409 milliseconds