Searched refs:mandoc_calloc (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/mandoc/
H A Dmandoc_aux.h21 void *mandoc_calloc(size_t, size_t);
H A Dmandoc_ohash.c55 return mandoc_calloc(n, sz);
H A Dmandoc_aux.c50 mandoc_calloc(size_t num, size_t size) function
H A Dtbl_layout.c293 mandoc_calloc(1, sizeof(*rp));
340 rp = mandoc_calloc(1, sizeof(*rp));
358 p = mandoc_calloc(1, sizeof(*p));
H A Dtbl_data.c74 cp = mandoc_calloc(1, sizeof(*cp));
222 dp = mandoc_calloc(1, sizeof(*dp));
H A Dterm_ascii.c70 p = mandoc_calloc(1, sizeof(*p));
71 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
H A Dtbl.c95 tbl = mandoc_calloc(1, sizeof(*tbl));
H A Dmdoc.c126 p->norm = mandoc_calloc(1, sizeof(union mdoc_data));
149 p->norm = mandoc_calloc(1, sizeof(union mdoc_data));
H A Dmansearch.c649 parent = mandoc_calloc(1, sizeof(*parent));
702 parent = mandoc_calloc(1, sizeof(*parent));
744 e = mandoc_calloc(1, sizeof(*e));
H A Dterm_ps.c534 p = mandoc_calloc(1, sizeof(*p));
535 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
543 p->ps = mandoc_calloc(1, sizeof(*p->ps));
H A Dmandocdb.c679 mlink = mandoc_calloc(1, sizeof(struct mlink));
857 mlink = mandoc_calloc(1, sizeof(struct mlink));
963 mpage = mandoc_calloc(1, sizeof(struct mpage));
1834 s = mandoc_calloc(1, sizeof(struct str) + sz + 1);
H A Deqn.c310 ep = mandoc_calloc(1, sizeof(*ep));
499 bp = mandoc_calloc(1, sizeof(*bp));
H A Droff.c719 p = mandoc_calloc(1, sizeof(struct roffnode));
801 r = mandoc_calloc(1, sizeof(struct roff));
843 man->meta.first = mandoc_calloc(1, sizeof(*man->meta.first));
868 man = mandoc_calloc(1, sizeof(*man));
885 n = mandoc_calloc(1, sizeof(*n));
3596 r->xtab = mandoc_calloc(128, sizeof(*r->xtab));
3696 r->xtab = mandoc_calloc(128,
H A Dhtml.c131 h = mandoc_calloc(1, sizeof(struct html));
H A Dmdoc_argv.c360 *reta = mandoc_calloc(1, sizeof(**reta));
H A Dout.c134 tbl->cols = mandoc_calloc((size_t)sp_first->opts->cols,
H A Dread.c648 curp = mandoc_calloc(1, sizeof(struct mparse));

Completed in 70 milliseconds