Searched refs:xcalloc (Results 1 – 4 of 4) sorted by relevance
91 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
58 void *xcalloc(size_t nmemb, size_t size);
326 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()329 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
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()