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

/linux-master/tools/lib/subcmd/
H A Dsubcmd-util.h45 x = xrealloc((x), alloc * sizeof(*(x))); \
49 static inline void *xrealloc(void *ptr, size_t size) function
/linux-master/scripts/kconfig/
H A Dutil.c82 gs->s = xrealloc(gs->s, l);
124 void *xrealloc(void *p, size_t size) function
H A Dlexer.l70 text = xrealloc(text, new_size);
H A Dpreprocess.c317 v->value = xrealloc(v->value,
520 out = xrealloc(out, out_len);
536 out = xrealloc(out, out_len);
H A Dlkc.h59 void *xrealloc(void *p, size_t size);
H A Dnconf.gui.c328 *resultp = result = xrealloc(result, *result_len);
/linux-master/scripts/dtc/
H A Dutil.h53 static inline void *xrealloc(void *p, size_t len) function
H A Dfdtoverlay.c59 tmp = xrealloc(tmp, *buf_len);
H A Dutil.c61 p = xrealloc(p, size + n);
266 buf = xrealloc(buf, bufsize);
H A Ddata.c39 nd.val = xrealloc(d.val, newsize);

Completed in 137 milliseconds