Searched refs:mandoc_reallocarray (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | dba_array.c | 48 array->ep = mandoc_reallocarray(NULL, ea, sizeof(*array->ep)); in dba_array_new() 49 array->em = mandoc_reallocarray(NULL, ea, sizeof(*array->em)); in dba_array_new() 93 array->ep = mandoc_reallocarray(array->ep, in dba_array_add() 95 array->em = mandoc_reallocarray(array->em, in dba_array_add()
|
H A D | term_tab.c | 79 tl->t = mandoc_reallocarray(tl->t, tl->s, sizeof(*tl->t)); in term_tab_set() 100 tabs.a.t = mandoc_reallocarray(tabs.a.t, tabs.a.s, in term_tab_iset() 118 tabs.a.t = mandoc_reallocarray(tabs.a.t, in term_tab_next()
|
H A D | mandoc_aux.h | 24 void *mandoc_reallocarray(void *, size_t, size_t);
|
H A D | dba.c | 444 entries = mandoc_reallocarray(NULL, ne, sizeof(*entries)); in dba_macro_write() 445 kpos = mandoc_reallocarray(NULL, ne, sizeof(*kpos)); in dba_macro_write() 446 dpos = mandoc_reallocarray(NULL, ne, sizeof(*dpos)); in dba_macro_write()
|
H A D | mandoc_aux.c | 81 mandoc_reallocarray(void *ptr, size_t num, size_t size) in mandoc_reallocarray() function
|
H A D | mdoc_argv.c | 364 *retv = mandoc_reallocarray(*retv, retc, sizeof(**retv)); in mdoc_argv() 655 v->value = mandoc_reallocarray(v->value, in argv_multi()
|
H A D | tag.c | 206 entry->lines = mandoc_reallocarray(entry->lines, in tag_put()
|
H A D | manpath.c | 144 dirs->paths = mandoc_reallocarray(dirs->paths, in manpath_add()
|
H A D | term_ascii.c | 76 p->fontq = mandoc_reallocarray(NULL, in ascii_init()
|
H A D | term_ps.c | 540 p->fontq = mandoc_reallocarray(NULL, in pspdf_alloc() 721 p->ps->pdfobjs = mandoc_reallocarray(p->ps->pdfobjs, in pdf_obj()
|
H A D | term.c | 494 p->fontq = mandoc_reallocarray(p->fontq, in term_fontpush() 761 c->buf = mandoc_reallocarray(c->buf, c->maxcols, sizeof(*c->buf)); in adjbuf()
|
H A D | main.c | 409 res = mandoc_reallocarray(res, in main() 761 *res = mandoc_reallocarray(*res, ++*ressz, sizeof(struct manpage)); in fs_lookup()
|
H A D | out.c | 245 colwidth = mandoc_reallocarray(NULL, maxcol + 1, sizeof(*colwidth)); in tblcalc()
|
H A D | mansearch.c | 184 *res = mandoc_reallocarray(*res, in mansearch()
|
H A D | cgi.c | 996 argv = mandoc_reallocarray(argv, argc + 1, sizeof(char *)); in pg_search()
|
H A D | eqn.c | 626 ep->defs = mandoc_reallocarray(ep->defs, in eqn_def()
|
H A D | roff.c | 2605 r->rstack = mandoc_reallocarray(r->rstack, in roff_cond() 3828 ctx->argv = mandoc_reallocarray(ctx->argv, in roff_userdef()
|
H A D | mandocdb.c | 473 conf.manpath.paths = mandoc_reallocarray(NULL, in mandocdb()
|
H A D | mdoc_validate.c | 1705 argv->value = mandoc_reallocarray(argv->value, in post_bl_head()
|