Searched refs:xcalloc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | lkc.h | 58 void *xcalloc(size_t nmemb, size_t size);
|
H A D | util.c | 91 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
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()
|
Completed in 8 milliseconds