Searched refs:xcalloc (Results 1 – 2 of 2) sorted by relevance
18 static inline void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
328 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()331 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
Completed in 5 milliseconds