Home
last modified time | relevance | path

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

12

/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.h328 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 Dhash-table.h275 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 Dlibiberty.h328 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 Dhash-table.h275 return static_cast <Type *> (xcalloc (count, sizeof (Type))); in data_alloc()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0005-calloc-Use-calloc-at-most-places.patch295 + 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 D0004-calloc-Make-sure-we-always-have-an-overflow-checking.patch11 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 D0140-util-mkimage-Refactor-section-setup-to-use-a-helper.patch91 + header = pe_img = xcalloc (1, pe_size);
H A D0141-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch208 header = pe_img = xcalloc (1, pe_size);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/
H A D0001-Support-OpenSSL-1.1.0.patch122 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 D0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch124 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 Dutil.c91 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
H A Dlkc.h72 void *xcalloc(size_t nmemb, size_t size);
H A Dmconf.c334 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()
337 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
H A Dexpr.c20 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 Dutil.c140 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
H A Dlkc.h117 void *xcalloc(size_t nmemb, size_t size);
H A Dmconf.c334 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()
337 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
H A Dexpr.c19 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 Dlkc.h117 void *xcalloc(size_t nmemb, size_t size);
H A Dutil.c152 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
H A Dmconf.c334 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()
337 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
H A Dexpr.c19 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 Dmakedevs.c206 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0018-CVE-2022-38128-1.patch61 - abbrev_list * list = (abbrev_list *) xcalloc (sizeof * list, 1);
/OK3568_Linux_fs/buildroot/package/cpio/
H A D0002-Rewrite-dynamic-string-support.patch80 + new_save_patterns = xcalloc (max_new_patterns, sizeof (new_save_patterns[0]));

12