Home
last modified time | relevance | path

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

/openbmc/openbmc/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));
/openbmc/linux/scripts/kconfig/
H A Dutil.c91 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
H A Dlkc.h58 void *xcalloc(size_t nmemb, size_t size);
H A Dmconf.c326 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()
329 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()
/openbmc/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()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch1052 +void *xcalloc(const size_t nelems, const size_t size)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch2002 char *xcalloc();