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