Searched refs:xrealloc (Results 1 – 6 of 6) sorted by relevance
318 v->value = xrealloc(v->value, in variable_add()521 out = xrealloc(out, out_len); in __expand_string()537 out = xrealloc(out, out_len); in __expand_string()
74 gs->s = xrealloc(gs->s, l); in str_append()
71 text = xrealloc(text, new_size); in append_string()
27 static inline void *xrealloc(void *p, size_t size) in xrealloc() function
270 table = xrealloc(table, sizeof(*table) * table_size); in read_map()
1695 buf->p = xrealloc(buf->p, buf->size); in buf_write()