Home
last modified time | relevance | path

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

/scripts/include/
A Dxalloc.h27 static inline void *xrealloc(void *p, size_t size) in xrealloc() function
/scripts/kconfig/
A Dutil.c74 gs->s = xrealloc(gs->s, l); in str_append()
A Dpreprocess.c318 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()
A Dlexer.l71 text = xrealloc(text, new_size); in append_string()
A Dnconf.gui.c338 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
/scripts/dtc/
A Dutil.h55 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
A Dutil.c61 p = xrealloc(p, size + n); in xavsprintf_append()
266 buf = xrealloc(buf, bufsize); in utilfdt_read_err()
A Dfdtoverlay.c57 tmp = xrealloc(tmp, *buf_len); in apply_one()
A Ddata.c39 nd.val = xrealloc(d.val, newsize); in data_grow_for()
/scripts/
A Dkallsyms.c270 table = xrealloc(table, sizeof(*table) * table_size); in read_map()
/scripts/mod/
A Dmodpost.c1686 buf->p = xrealloc(buf->p, buf->size); in buf_write()

Completed in 17 milliseconds