Home
last modified time | relevance | path

Searched refs:xzalloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/diff/lib/
H A Dxalloc.h53 void *xzalloc (size_t s);
H A Dxmalloc.c228 xzalloc (size_t s) in xzalloc() function
H A Dexclude.c96 return xzalloc (sizeof *new_exclude ()); in new_exclude()