| /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 | 328 extern void *xcalloc (size_t, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_RESULT_S… 359 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T))) 367 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) 376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
|
| H A D | hash-table.h | 275 return static_cast <Type *> (xcalloc (count, sizeof (Type))); in data_alloc()
|
| /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 | 328 extern void *xcalloc (size_t, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_RESULT_S… 359 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T))) 367 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) 376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
|
| H A D | hash-table.h | 275 return static_cast <Type *> (xcalloc (count, sizeof (Type))); in data_alloc()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0005-calloc-Use-calloc-at-most-places.patch | 295 + pv->partmaps = xcalloc (s, sizeof (pv->partmaps[0])); 758 + char **l = xcalloc (n + ext, sizeof (l[0])); 919 +#define xcalloc calloc 928 + m = xcalloc (s + rs, sizeof (gf_single_t)); 933 + rs_polynomial = xcalloc (rs + 1, sizeof (gf_single_t)); 1387 + devicelist = xcalloc (info.nr_disks + 1, sizeof (char *)); 1396 + ret = xcalloc (fsi.num_devices + 1, sizeof (ret[0])); 1405 + entries = xcalloc (entry_max, sizeof (*entries)); 1418 + script = xcalloc (4, strlen (cfgfile) + 300); 1431 + out = xcalloc (allocsize, sizeof (out[0])); [all …]
|
| H A D | 0004-calloc-Make-sure-we-always-have-an-overflow-checking.patch | 11 an appropriate version of calloc() (i.e. grub_calloc(), xcalloc(), etc.) 37 +xcalloc (grub_size_t nmemb, grub_size_t size) 209 +void * EXPORT_FUNC(xcalloc) (grub_size_t nmemb, grub_size_t size) WARN_UNUSED_RESULT;
|
| H A D | 0140-util-mkimage-Refactor-section-setup-to-use-a-helper.patch | 91 + header = pe_img = xcalloc (1, pe_size);
|
| H A D | 0141-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch | 208 header = pe_img = xcalloc (1, pe_size);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/ |
| H A D | 0001-Support-OpenSSL-1.1.0.patch | 122 md=(unsigned char*) xcalloc(EVP_MD_size(EVP_sha1()),sizeof(unsigned char)); 135 md=(unsigned char*) xcalloc(EVP_MD_size(EVP_sha1()),sizeof(unsigned char));
|
| /OK3568_Linux_fs/buildroot/package/liboauth/ |
| H A D | 0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch | 124 md=(unsigned char*) xcalloc(EVP_MD_size(EVP_sha1()),sizeof(unsigned char)); 137 md=(unsigned char*) xcalloc(EVP_MD_size(EVP_sha1()),sizeof(unsigned char));
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | util.c | 91 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
| H A D | lkc.h | 72 void *xcalloc(size_t nmemb, size_t size);
|
| H A D | mconf.c | 334 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle() 337 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
|
| H A D | expr.c | 20 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() 28 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() 36 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() 45 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | util.c | 140 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
| H A D | lkc.h | 117 void *xcalloc(size_t nmemb, size_t size);
|
| H A D | mconf.c | 334 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle() 337 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
|
| H A D | expr.c | 19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() 27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() 35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() 44 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | lkc.h | 117 void *xcalloc(size_t nmemb, size_t size);
|
| H A D | util.c | 152 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
| H A D | mconf.c | 334 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle() 337 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
|
| H A D | expr.c | 19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() 27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() 35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() 44 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp()
|
| /OK3568_Linux_fs/buildroot/package/makedevs/ |
| H A D | makedevs.c | 206 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0018-CVE-2022-38128-1.patch | 61 - abbrev_list * list = (abbrev_list *) xcalloc (sizeof * list, 1);
|
| /OK3568_Linux_fs/buildroot/package/cpio/ |
| H A D | 0002-Rewrite-dynamic-string-support.patch | 80 + new_save_patterns = xcalloc (max_new_patterns, sizeof (new_save_patterns[0]));
|