Searched refs:xrealloc (Results 1 – 11 of 11) sorted by relevance
/scripts/include/ |
A D | xalloc.h | 27 static inline void *xrealloc(void *p, size_t size) in xrealloc() function
|
/scripts/kconfig/ |
A D | util.c | 74 gs->s = xrealloc(gs->s, l); in str_append()
|
A D | preprocess.c | 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()
|
A D | lexer.l | 71 text = xrealloc(text, new_size); in append_string()
|
A D | nconf.gui.c | 338 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
|
/scripts/dtc/ |
A D | util.h | 55 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
|
A D | util.c | 61 p = xrealloc(p, size + n); in xavsprintf_append() 266 buf = xrealloc(buf, bufsize); in utilfdt_read_err()
|
A D | fdtoverlay.c | 57 tmp = xrealloc(tmp, *buf_len); in apply_one()
|
A D | data.c | 39 nd.val = xrealloc(d.val, newsize); in data_grow_for()
|
/scripts/ |
A D | kallsyms.c | 270 table = xrealloc(table, sizeof(*table) * table_size); in read_map()
|
/scripts/mod/ |
A D | modpost.c | 1686 buf->p = xrealloc(buf->p, buf->size); in buf_write()
|
Completed in 17 milliseconds