Searched refs:xcalloc (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/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));
|
/openbmc/linux/scripts/kconfig/ |
H A D | util.c | 91 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
H A D | lkc.h | 58 void *xcalloc(size_t nmemb, size_t size);
|
H A D | mconf.c | 326 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle() 329 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()
|
/openbmc/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()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 1052 +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 D | rdist-6.1.5-cleanup.patch | 2002 char *xcalloc();
|