Searched refs:xcalloc (Results 1 – 4 of 4) sorted by relevance
92 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
101 void *xcalloc(size_t nmemb, size_t size);
333 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()336 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
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()
Completed in 10 milliseconds