/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-0.49-cmd_arg.patch | 14 +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 D | subcmd-util.h | 45 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 D | util.c | 58 gs->s = xrealloc(gs->s, l); in str_append() 100 void *xrealloc(void *p, size_t size) in xrealloc() function
|
H A D | preprocess.c | 314 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 D | lexer.l | 61 text = xrealloc(text, new_size); in append_string()
|
H A D | lkc.h | 59 void *xrealloc(void *p, size_t size);
|
H A D | nconf.gui.c | 328 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
|
H A D | confdata.c | 304 nline = xrealloc(*lineptr, new_size); in add_byte()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | util.c | 107 gs->s = xrealloc(gs->s, l); in str_append() 149 void *xrealloc(void *p, size_t size) in xrealloc() function
|
H A D | zconf.l | 55 text = xrealloc(text, new_size); in append_string()
|
H A D | lkc.h | 118 void *xrealloc(void *p, size_t size);
|
H A D | nconf.gui.c | 378 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
|
H A D | confdata.c | 200 nline = xrealloc(*lineptr, new_size); in add_byte()
|
H A D | symbol.c | 951 res = xrealloc(res, reslen); in sym_expand_string_value()
|
/openbmc/u-boot/scripts/dtc/ |
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 | util.h | 62 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
|
H A D | data.c | 54 nd.val = xrealloc(d.val, newsize); in data_grow_for()
|
/openbmc/linux/scripts/dtc/ |
H A D | util.c | 61 p = xrealloc(p, size + n); in xavsprintf_append() 266 buf = xrealloc(buf, bufsize); in utilfdt_read_err()
|
H A D | util.h | 53 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
|
H A D | fdtoverlay.c | 59 tmp = xrealloc(tmp, *buf_len); in apply_one()
|
H A D | data.c | 39 nd.val = xrealloc(d.val, newsize); in data_grow_for()
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | x86_vfscanf.patch | 37 + line = xrealloc(line,line_size);
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 390 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 D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 648 + 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 D | rdist-6.1.5-cleanup.patch | 2004 char *xrealloc();
|