Searched refs:xrealloc (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/tools/lib/subcmd/ |
A D | subcmd-util.h | 46 x = xrealloc((x), alloc * sizeof(*(x))); \ 50 static inline void *xrealloc(void *ptr, size_t size) in xrealloc() function
|
/linux-6.3-rc2/scripts/kconfig/ |
A D | util.c | 58 gs->s = xrealloc(gs->s, l); in str_append() 100 void *xrealloc(void *p, size_t size) in xrealloc() function
|
A D | preprocess.c | 314 v->value = xrealloc(v->value, in variable_add() 514 out = xrealloc(out, out_len); in __expand_string() 530 out = xrealloc(out, out_len); in __expand_string()
|
A D | lexer.l | 61 text = xrealloc(text, new_size); in append_string()
|
A D | lkc.h | 59 void *xrealloc(void *p, size_t size);
|
A D | nconf.gui.c | 328 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
|
A D | confdata.c | 297 nline = xrealloc(*lineptr, new_size); in add_byte()
|
/linux-6.3-rc2/scripts/dtc/ |
A D | util.c | 61 p = xrealloc(p, size + n); in xavsprintf_append() 266 buf = xrealloc(buf, bufsize); in utilfdt_read_err()
|
A D | util.h | 53 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
|
A D | fdtoverlay.c | 59 tmp = xrealloc(tmp, *buf_len); in apply_one()
|
A D | data.c | 39 nd.val = xrealloc(d.val, newsize); in data_grow_for()
|
/linux-6.3-rc2/scripts/ |
A D | list-gitignored.c | 655 static void *xrealloc(void *ptr, size_t size) in xrealloc() function 666 return xrealloc(NULL, size); in xmalloc() 747 pattern_list = xrealloc(pattern_list, in add_pattern() 813 nr_patterns_at = xrealloc(nr_patterns_at, in increment_depth()
|
Completed in 14 milliseconds