Searched refs:xcalloc (Results 1 – 3 of 3) 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()
149 sym = xcalloc(1, sizeof(struct symbol)); in symbol_read_exports()