Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dutil.c59 gs->s = xrealloc(gs->s, l); in str_append()
101 void *xrealloc(void *p, size_t size) in xrealloc() function
A Dpreprocess.c311 v->value = xrealloc(v->value, in variable_add()
511 out = xrealloc(out, out_len); in __expand_string()
527 out = xrealloc(out, out_len); in __expand_string()
A Dlkc.h102 void *xrealloc(void *p, size_t size);
A Dzconf.l57 text = xrealloc(text, new_size); in append_string()
A Dnconf.gui.c373 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
A Dconfdata.c236 nline = xrealloc(*lineptr, new_size); in add_byte()
/scripts/dtc/
A Dutil.h62 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
A Dutil.c70 p = xrealloc(p, size); in xasprintf()
261 buf = xrealloc(buf, bufsize); in utilfdt_read_err_len()
A Ddata.c54 nd.val = xrealloc(d.val, newsize); in data_grow_for()

Completed in 15 milliseconds