Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.49-cmd_arg.patch14 +void *xrealloc(void *, size_t);
25 +PA_SEARCH_LIBS_AND_ADD(xrealloc, iberty)
29 diff -up tftp-hpa-0.49/lib/xrealloc.c.cmd_arg tftp-hpa-0.49/lib/xrealloc.c
30 --- tftp-hpa-0.49/lib/xrealloc.c.cmd_arg 2010-04-19 11:05:12.387340698 +0200
31 +++ tftp-hpa-0.49/lib/xrealloc.c 2010-04-19 11:05:12.387340698 +0200
34 + * xrealloc.c
42 +void *xrealloc(void *ptr, size_t size)
108 + remote_pth = xrealloc(remote_pth, dirlen + namelen + 1);
160 + margv = xrealloc(margv, sizeof_margv * sizeof(char *));
/openbmc/linux/tools/lib/subcmd/
H A Dsubcmd-util.h45 x = xrealloc((x), alloc * sizeof(*(x))); \
49 static inline void *xrealloc(void *ptr, size_t size) in xrealloc() function
/openbmc/linux/scripts/kconfig/
H A Dutil.c58 gs->s = xrealloc(gs->s, l); in str_append()
100 void *xrealloc(void *p, size_t size) in xrealloc() function
H A Dpreprocess.c314 v->value = xrealloc(v->value, in variable_add()
517 out = xrealloc(out, out_len); in __expand_string()
533 out = xrealloc(out, out_len); in __expand_string()
H A Dlexer.l61 text = xrealloc(text, new_size); in append_string()
H A Dlkc.h59 void *xrealloc(void *p, size_t size);
H A Dnconf.gui.c328 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
H A Dconfdata.c304 nline = xrealloc(*lineptr, new_size); in add_byte()
/openbmc/u-boot/scripts/kconfig/
H A Dutil.c107 gs->s = xrealloc(gs->s, l); in str_append()
149 void *xrealloc(void *p, size_t size) in xrealloc() function
H A Dzconf.l55 text = xrealloc(text, new_size); in append_string()
H A Dlkc.h118 void *xrealloc(void *p, size_t size);
H A Dnconf.gui.c378 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
H A Dconfdata.c200 nline = xrealloc(*lineptr, new_size); in add_byte()
H A Dsymbol.c951 res = xrealloc(res, reslen); in sym_expand_string_value()
/openbmc/u-boot/scripts/dtc/
H A Dutil.c59 p = xrealloc(p, size); in xasprintf()
250 buf = xrealloc(buf, bufsize); in utilfdt_read_err_len()
H A Dutil.h62 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
H A Ddata.c54 nd.val = xrealloc(d.val, newsize); in data_grow_for()
/openbmc/linux/scripts/dtc/
H A Dutil.c61 p = xrealloc(p, size + n); in xavsprintf_append()
266 buf = xrealloc(buf, bufsize); in utilfdt_read_err()
H A Dutil.h53 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
H A Dfdtoverlay.c59 tmp = xrealloc(tmp, *buf_len); in apply_one()
H A Ddata.c39 nd.val = xrealloc(d.val, newsize); in data_grow_for()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dx86_vfscanf.patch37 + line = xrealloc(line,line_size);
/openbmc/u-boot/common/
H A Dcli_hush.c390 static void *xrealloc(void *ptr, size_t size);
2566 pi->progs = xrealloc(pi->progs, sizeof(*pi->progs) * (pi->num_progs+1));
3344 static void *xrealloc(void *ptr, size_t size) function
3535 res_str = xrealloc(res_str, (res_str_len + len));
3549 res_str = xrealloc(res_str, (1 + len));
3578 res_str = xrealloc(res_str, (1 + res_str_len + strlen(inp)));
3613 list = xrealloc(list, sizeof(*list) * (n + 2));
3646 str = xrealloc(str, (len + strlen(p) + (2 * nonnull[n])));
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch648 + str->buf = xrealloc(str->buf, str->alloc = add2(newlen, 1));
1042 +void *xrealloc(void *ptr, const size_t size)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch2004 char *xrealloc();