Searched refs:xrealloc (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | util.h | 59 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
|
| H A D | util.c | 59 p = xrealloc(p, size); in xasprintf() 250 buf = xrealloc(buf, bufsize); in utilfdt_read_err_len()
|
| H A D | data.c | 54 nd.val = xrealloc(d.val, newsize); in data_grow_for()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 391 static void *xrealloc(void *ptr, size_t size); 2567 pi->progs = xrealloc(pi->progs, sizeof(*pi->progs) * (pi->num_progs+1)); 3345 static void *xrealloc(void *ptr, size_t size) function 3536 res_str = xrealloc(res_str, (res_str_len + len)); 3550 res_str = xrealloc(res_str, (1 + len)); 3579 res_str = xrealloc(res_str, (1 + res_str_len + strlen(inp))); 3614 list = xrealloc(list, sizeof(*list) * (n + 2)); 3647 str = xrealloc(str, (len + strlen(p) + (2 * nonnull[n])));
|