Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/subcmd/
Dsubcmd-util.h46 x = xrealloc((x), alloc * sizeof(*(x))); \
50 static inline void *xrealloc(void *ptr, size_t size) in xrealloc() function
/Linux-v5.4/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()
514 out = xrealloc(out, out_len); in __expand_string()
530 out = xrealloc(out, out_len); in __expand_string()
Dlexer.l62 text = xrealloc(text, new_size); in append_string()
Dlkc.h87 void *xrealloc(void *p, size_t size);
Dnconf.gui.c377 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
Dconfdata.c303 nline = xrealloc(*lineptr, new_size); in add_byte()
/Linux-v5.4/scripts/dtc/
Dutil.h48 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
Dutil.c49 p = xrealloc(p, size + n); in xavsprintf_append()
254 buf = xrealloc(buf, bufsize); in utilfdt_read_err()
Ddata.c39 nd.val = xrealloc(d.val, newsize); in data_grow_for()