Searched refs:xmalloc (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/
H A Dltmain.sh4302 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4315 void *xmalloc (size_t num);
4584 xmalloc (size_t num)
4596 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5655 void *xmalloc (size_t num);
5929 xmalloc (size_t num)
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),

Completed in 65 milliseconds