Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/scripts/kconfig/
Dutil.c59 gs->s = xrealloc(gs->s, l); in str_append()
101 void *xrealloc(void *p, size_t size) in xrealloc() function
Dpreprocess.c311 v->value = xrealloc(v->value, in variable_add()
511 out = xrealloc(out, out_len); in __expand_string()
527 out = xrealloc(out, out_len); in __expand_string()
Dlkc.h102 void *xrealloc(void *p, size_t size);
Dzconf.l57 text = xrealloc(text, new_size); in append_string()
Dnconf.gui.c378 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
Dconfdata.c240 nline = xrealloc(*lineptr, new_size); in add_byte()
/Linux-v4.19/scripts/dtc/
Dutil.c59 p = xrealloc(p, size); in xasprintf()
250 buf = xrealloc(buf, bufsize); in utilfdt_read_err_len()
Dutil.h62 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
Ddata.c54 nd.val = xrealloc(d.val, newsize); in data_grow_for()