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

/freebsd-13-stable/contrib/bmake/
H A Dmake_malloc.h31 void *bmake_realloc(void *, size_t);
37 #define bmake_realloc(p, n) erealloc(p, n) macro
H A Dbuf.c85 buf->data = bmake_realloc(buf->data, buf->cap);
98 buf->data = bmake_realloc(buf->data, buf->cap);
213 char *data = bmake_realloc(buf->data, buf->len + 1);
H A Dmake_malloc.c80 bmake_realloc(void *ptr, size_t size) function
H A Dstr.c210 words = bmake_realloc(words, new_size);
H A Dlst.c272 v->items = bmake_realloc(v->items, v->cap * v->itemSize);
H A Dcond.c1308 cond_states = bmake_realloc(cond_states,
H A Dmeta.c935 p = bmake_realloc(buf, newsz);
H A Dvar.c819 newenv = bmake_realloc(environ, 2 * sizeof(char *));
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmodmisc.mk63 # Cover the bmake_realloc in Str_Words.

Completed in 169 milliseconds