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

/freebsd-9.3-release/contrib/diff/lib/
H A Dxalloc.h53 void *xzalloc (size_t s);
H A Dxmalloc.c228 xzalloc (size_t s) function
H A Dexclude.c96 return xzalloc (sizeof *new_exclude ());
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dxalloc.h50 void *xzalloc (size_t s);
H A Dxmalloc.c194 xzalloc (size_t s) function
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dxalloc.h50 void *xzalloc (size_t s);
/freebsd-9.3-release/contrib/amd/include/
H A Dam_utils.h132 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty)))
328 extern voidp xzalloc(int);
/freebsd-9.3-release/contrib/amd/libamu/
H A Dxutil.c215 xzalloc(int len) function
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmdebugread.c335 xzalloc (unsigned int size)
514 new = (struct parse_stack *) xzalloc (sizeof (struct parse_stack));
2304 fdr_to_pst = (struct pst_map *) xzalloc ((hdr->ifdMax + 1) * sizeof *fdr_to_pst);
4676 bv = (struct blockvector *) xzalloc (size);
4694 struct block *retval = xzalloc (sizeof (struct block));
4853 xzalloc (sizeof (struct mips_extra_func_info)));
331 xzalloc (unsigned int size) function
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c2811 struct keyfield *key = xzalloc (sizeof *key);

Completed in 79 milliseconds