Home
last modified time | relevance | path

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

/scripts/kconfig/
Dutil.c91 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
Dlkc.h86 void *xcalloc(size_t nmemb, size_t size);
Dmconf.c333 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()
336 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
Dexpr.c21 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol()
29 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one()
37 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two()
46 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp()