Searched refs:mandoc_reallocarray (Results 1 – 19 of 19) sorted by relevance
/openbsd/usr.bin/mandoc/ |
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 | 80 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()
|
H A D | mandoc_aux.h | 24 void *mandoc_reallocarray(void *, size_t, size_t);
|
H A D | dba.c | 436 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()
|
H A D | mandoc_aux.c | 76 mandoc_reallocarray(void *ptr, size_t num, size_t size) in mandoc_reallocarray() function
|
H A D | mdoc_argv.c | 362 *retv = mandoc_reallocarray(*retv, retc, sizeof(**retv)); in mdoc_argv() 654 v->value = mandoc_reallocarray(v->value, in argv_multi()
|
H A D | tag.c | 219 entry->nodes = mandoc_reallocarray(entry->nodes, in tag_put()
|
H A D | term_ascii.c | 69 p->fontq = mandoc_reallocarray(NULL, in ascii_init()
|
H A D | manpath.c | 127 dirs->paths = mandoc_reallocarray(dirs->paths, in manpath_add()
|
H A D | main.c | 492 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()
|
H A D | term_ps.c | 536 p->fontq = mandoc_reallocarray(NULL, in pspdf_alloc() 717 p->ps->pdfobjs = mandoc_reallocarray(p->ps->pdfobjs, in pdf_obj()
|
H A D | term.c | 514 p->fontq = mandoc_reallocarray(p->fontq, in term_fontpush() 807 c->buf = mandoc_reallocarray(c->buf, c->maxcols, sizeof(*c->buf)); in adjbuf()
|
H A D | out.c | 249 colwidth = mandoc_reallocarray(NULL, maxcol + 1, sizeof(*colwidth)); in tblcalc()
|
H A D | mansearch.c | 181 *res = mandoc_reallocarray(*res, in mansearch()
|
H A D | cgi.c | 1047 argv = mandoc_reallocarray(argv, argc + 1, sizeof(char *)); in pg_search()
|
H A D | eqn.c | 634 ep->defs = mandoc_reallocarray(ep->defs, in eqn_def()
|
H A D | roff.c | 2691 r->rstack = mandoc_reallocarray(r->rstack, in roff_cond() 3976 ctx->argv = mandoc_reallocarray(ctx->argv, in roff_userdef()
|
H A D | mandocdb.c | 449 conf.manpath.paths = mandoc_reallocarray(NULL, in mandocdb()
|
H A D | mdoc_validate.c | 1878 argv->value = mandoc_reallocarray(argv->value, in post_bl_head()
|