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