| /OK3568_Linux_fs/yocto/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 *));
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | subcmd-util.h | 46 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 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() 514 out = xrealloc(out, out_len); in __expand_string() 530 out = xrealloc(out, out_len); in __expand_string()
|
| H A D | lexer.l | 62 text = xrealloc(text, new_size); in append_string()
|
| H A D | lkc.h | 73 void *xrealloc(void *p, size_t size);
|
| H A D | nconf.gui.c | 377 *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 D | libiberty.h | 323 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 D | libiberty.h | 323 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 D | util.c | 119 gs->s = xrealloc(gs->s, l); in str_append() 161 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);
|
| /OK3568_Linux_fs/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 | 59 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()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | util.c | 50 p = xrealloc(p, size + n); in xavsprintf_append() 255 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 | data.c | 39 nd.val = xrealloc(d.val, newsize); in data_grow_for()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | cli_hush.su | |
| 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])));
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | x86_vfscanf.patch | 37 + line = xrealloc(line,line_size);
|
| /OK3568_Linux_fs/buildroot/package/makedevs/ |
| H A D | makedevs.c | 214 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 D | 0002-Rewrite-dynamic-string-support.patch | 91 - 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 D | CVE-2021-38185.patch | 95 - xrealloc ((char *) new_save_patterns, 288 - string->ds_string = (char *) xrealloc ((char *) string->ds_string, size);
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0004-calloc-Make-sure-we-always-have-an-overflow-checking.patch | 211 void * EXPORT_FUNC(xrealloc) (void *ptr, grub_size_t size) WARN_UNUSED_RESULT;
|