Searched refs:mandoc_recallocarray (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mandoc_aux.h | 25 void *mandoc_recallocarray(void *, size_t, size_t, size_t);
|
H A D | mandoc_dbg.h | 46 #define mandoc_recallocarray(ptr, old, num, size) \ macro
|
H A D | mandoc_aux.c | 91 mandoc_recallocarray(void *ptr, size_t oldnum, size_t num, size_t size) in mandoc_recallocarray() function
|
H A D | mandoc_dbg.c | 134 ptr = mandoc_recallocarray(ptr, oldnum, num, size); in mandoc_dbg_recallocarray()
|
H A D | term.c | 50 p->tcols = mandoc_recallocarray(p->tcols, in term_setcol()
|
H A D | roff.c | 3965 r->mstack = mandoc_recallocarray(r->mstack, in roff_userdef()
|