Searched refs:xzalloc (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/text_cmds-88/sort/
H A Dxalloc.h50 void *xzalloc (size_t s);
H A Dxmalloc.c203 xzalloc (size_t s) function
H A Dsort.c2098 struct keyfield *key = xzalloc (sizeof *key);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dxalloc.h49 void *xzalloc (size_t s);
89 # define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
95 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
H A Dxmalloc.c85 xzalloc (size_t s) function
H A Dexclude.c82 return xzalloc (sizeof *new_exclude ());

Completed in 359 milliseconds