Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/yocto/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 *));
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dsubcmd-util.h46 x = xrealloc((x), alloc * sizeof(*(x))); \
50 static inline void *xrealloc(void *ptr, size_t size) in xrealloc() function
/OK3568_Linux_fs/kernel/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()
514 out = xrealloc(out, out_len); in __expand_string()
530 out = xrealloc(out, out_len); in __expand_string()
H A Dlexer.l62 text = xrealloc(text, new_size); in append_string()
H A Dlkc.h73 void *xrealloc(void *p, size_t size);
H A Dnconf.gui.c377 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dlibiberty.h323 extern void *xrealloc (void *, size_t) ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_RESULT_SIZE_2 ATTRIBUTE_…
369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
378 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S)))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dlibiberty.h323 extern void *xrealloc (void *, size_t) ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_RESULT_SIZE_2 ATTRIBUTE_…
369 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
378 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S)))
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dutil.c119 gs->s = xrealloc(gs->s, l); in str_append()
161 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);
/OK3568_Linux_fs/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.h59 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()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dutil.c50 p = xrealloc(p, size + n); in xavsprintf_append()
255 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 Ddata.c39 nd.val = xrealloc(d.val, newsize); in data_grow_for()
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.su
H A Dcli_hush.c391 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])));
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dx86_vfscanf.patch37 + line = xrealloc(line,line_size);
/OK3568_Linux_fs/buildroot/package/makedevs/
H A Dmakedevs.c214 void *xrealloc(void *ptr, size_t size) in xrealloc() function
234 linebuf = xrealloc(linebuf, linebufsz += GROWBY); in private_get_line_from_file()
/OK3568_Linux_fs/buildroot/package/cpio/
H A D0002-Rewrite-dynamic-string-support.patch91 - xrealloc ((char *) new_save_patterns,
284 - string->ds_string = (char *) xrealloc ((char *) string->ds_string, size);
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cpio/cpio-2.13/
H A DCVE-2021-38185.patch95 - xrealloc ((char *) new_save_patterns,
288 - string->ds_string = (char *) xrealloc ((char *) string->ds_string, size);
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0004-calloc-Make-sure-we-always-have-an-overflow-checking.patch211 void * EXPORT_FUNC(xrealloc) (void *ptr, grub_size_t size) WARN_UNUSED_RESULT;

123