Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Ddba_array.c48 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()
Dterm_tab.c80 tl->t = mandoc_reallocarray(tl->t, tl->s, sizeof(*tl->t)); in term_tab_set()
101 tabs.a.t = mandoc_reallocarray(tabs.a.t, tabs.a.s, in term_tab_iset()
119 tabs.a.t = mandoc_reallocarray(tabs.a.t, in term_tab_next()
Dmandoc_aux.h24 void *mandoc_reallocarray(void *, size_t, size_t);
Ddba.c436 entries = mandoc_reallocarray(NULL, ne, sizeof(*entries)); in dba_macro_write()
437 kpos = mandoc_reallocarray(NULL, ne, sizeof(*kpos)); in dba_macro_write()
438 dpos = mandoc_reallocarray(NULL, ne, sizeof(*dpos)); in dba_macro_write()
Dmandoc_aux.c76 mandoc_reallocarray(void *ptr, size_t num, size_t size) in mandoc_reallocarray() function
Dmdoc_argv.c362 *retv = mandoc_reallocarray(*retv, retc, sizeof(**retv)); in mdoc_argv()
654 v->value = mandoc_reallocarray(v->value, in argv_multi()
Dtag.c219 entry->nodes = mandoc_reallocarray(entry->nodes, in tag_put()
Dterm_ascii.c69 p->fontq = mandoc_reallocarray(NULL, in ascii_init()
Dmanpath.c127 dirs->paths = mandoc_reallocarray(dirs->paths, in manpath_add()
Dmain.c492 res = mandoc_reallocarray(res, in main()
536 res = mandoc_reallocarray(res, ressz + 1, in main()
702 *res = mandoc_reallocarray(*res, *ressz + filesz, sizeof(**res)); in fs_append()
Dterm_ps.c536 p->fontq = mandoc_reallocarray(NULL, in pspdf_alloc()
717 p->ps->pdfobjs = mandoc_reallocarray(p->ps->pdfobjs, in pdf_obj()
Dterm.c514 p->fontq = mandoc_reallocarray(p->fontq, in term_fontpush()
807 c->buf = mandoc_reallocarray(c->buf, c->maxcols, sizeof(*c->buf)); in adjbuf()
Dout.c249 colwidth = mandoc_reallocarray(NULL, maxcol + 1, sizeof(*colwidth)); in tblcalc()
Dmansearch.c181 *res = mandoc_reallocarray(*res, in mansearch()
Dcgi.c1047 argv = mandoc_reallocarray(argv, argc + 1, sizeof(char *)); in pg_search()
Deqn.c634 ep->defs = mandoc_reallocarray(ep->defs, in eqn_def()
Droff.c2691 r->rstack = mandoc_reallocarray(r->rstack, in roff_cond()
3976 ctx->argv = mandoc_reallocarray(ctx->argv, in roff_userdef()
Dmandocdb.c449 conf.manpath.paths = mandoc_reallocarray(NULL, in mandocdb()
Dmdoc_validate.c1878 argv->value = mandoc_reallocarray(argv->value, in post_bl_head()