Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dcdf.c96 #define CDF_CALLOC(n, u) cdf_calloc(__FILE__, __LINE__, (n), (u))
123 cdf_calloc(const char *file __attribute__((__unused__)), in cdf_calloc() function