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

/linux-4.1.27/scripts/kconfig/
H A Dutil.c140 void *xcalloc(size_t nmemb, size_t size) xcalloc() function
H A Dlkc.h117 void *xcalloc(size_t nmemb, size_t size);
H A Dexpr.c22 struct expr *e = xcalloc(1, sizeof(*e)); expr_alloc_symbol()
30 struct expr *e = xcalloc(1, sizeof(*e)); expr_alloc_one()
38 struct expr *e = xcalloc(1, sizeof(*e)); expr_alloc_two()
47 struct expr *e = xcalloc(1, sizeof(*e)); expr_alloc_comp()
H A Dmconf.c334 pos->next = xcalloc(1, sizeof(*pos)); set_subtitle()
337 subtitles = pos = xcalloc(1, sizeof(*pos)); set_subtitle()

Completed in 66 milliseconds