Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dutil.c154 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
A Dlkc.h127 void *xcalloc(size_t nmemb, size_t size);
A Dmconf.c335 pos->next = xcalloc(sizeof(*pos), 1); in set_subtitle()
338 subtitles = pos = xcalloc(sizeof(*pos), 1); in set_subtitle()
A Dexpr.c16 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol()
24 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one()
32 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two()
41 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp()

Completed in 8 milliseconds