Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
A Dsubcmd-util.h46 x = xrealloc((x), alloc * sizeof(*(x))); \
50 static inline void *xrealloc(void *ptr, size_t size) in xrealloc() function
/linux/scripts/kconfig/
A Dutil.c58 gs->s = xrealloc(gs->s, l); in str_append()
100 void *xrealloc(void *p, size_t size) in xrealloc() function
A 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()
A Dlexer.l61 text = xrealloc(text, new_size); in append_string()
A Dlkc.h59 void *xrealloc(void *p, size_t size);
A Dnconf.gui.c328 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
A Dconfdata.c288 nline = xrealloc(*lineptr, new_size); in add_byte()
A Dlexer.lex.c2280 text = xrealloc(text, new_size); in append_string()
/linux/scripts/dtc/
A Dutil.c50 p = xrealloc(p, size + n); in xavsprintf_append()
255 buf = xrealloc(buf, bufsize); in utilfdt_read_err()
A Dutil.h53 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
A Dfdtoverlay.c59 tmp = xrealloc(tmp, *buf_len); in apply_one()
A Ddata.c39 nd.val = xrealloc(d.val, newsize); in data_grow_for()

Completed in 42 milliseconds