Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmandoc_dbg.h20 void *mandoc_dbg_calloc(size_t, size_t, const char *, int);
39 mandoc_dbg_calloc((num), (size), __FILE__, __LINE__)
H A Dmandoc_dbg.c95 mandoc_dbg_calloc(size_t num, size_t size, const char *file, int line) in mandoc_dbg_calloc() function