Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/subcmd/
Dsubcmd-util.h45 x = xrealloc((x), alloc * sizeof(*(x))); \
49 static inline void *xrealloc(void *ptr, size_t size) in xrealloc() function
/linux-6.6.21/scripts/kconfig/
Dutil.c58 gs->s = xrealloc(gs->s, l); in str_append()
100 void *xrealloc(void *p, size_t size) in xrealloc() function
Dpreprocess.c314 v->value = xrealloc(v->value, in variable_add()
517 out = xrealloc(out, out_len); in __expand_string()
533 out = xrealloc(out, out_len); in __expand_string()
Dlexer.l61 text = xrealloc(text, new_size); in append_string()
Dlkc.h59 void *xrealloc(void *p, size_t size);
Dnconf.gui.c328 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
Dconfdata.c297 nline = xrealloc(*lineptr, new_size); in add_byte()
/linux-6.6.21/scripts/dtc/
Dutil.c61 p = xrealloc(p, size + n); in xavsprintf_append()
266 buf = xrealloc(buf, bufsize); in utilfdt_read_err()
Dutil.h53 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
Dfdtoverlay.c59 tmp = xrealloc(tmp, *buf_len); in apply_one()
Ddata.c39 nd.val = xrealloc(d.val, newsize); in data_grow_for()