Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
A Dsubcmd-util.h45 x = xrealloc((x), alloc * sizeof(*(x))); \
49 static inline void *xrealloc(void *ptr, size_t size) in xrealloc() function
/linux/scripts/kconfig/
A Dpreprocess.c318 v->value = xrealloc(v->value, in variable_add()
521 out = xrealloc(out, out_len); in __expand_string()
537 out = xrealloc(out, out_len); in __expand_string()
A Dutil.c74 gs->s = xrealloc(gs->s, l); in str_append()
A Dlexer.l71 text = xrealloc(text, new_size); in append_string()
A Dnconf.gui.c329 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
/linux/scripts/include/
A Dxalloc.h27 static inline void *xrealloc(void *p, size_t size) in xrealloc() function
/linux/scripts/dtc/
A Dutil.c61 p = xrealloc(p, size + n); in xavsprintf_append()
266 buf = xrealloc(buf, bufsize); in utilfdt_read_err()
A Dutil.h55 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
A Dfdtoverlay.c57 tmp = xrealloc(tmp, *buf_len); in apply_one()
A Ddata.c39 nd.val = xrealloc(d.val, newsize); in data_grow_for()
/linux/scripts/
A Dkallsyms.c278 table = xrealloc(table, sizeof(*table) * table_size); in read_map()
/linux/scripts/mod/
A Dmodpost.c1672 buf->p = xrealloc(buf->p, buf->size); in buf_write()

Completed in 25 milliseconds