Home
last modified time | relevance | path

Searched refs:addsz (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_diff.c233 int addsz = sizeof (mde_cookie_t) * nadd; in md_diff_init() local
234 diff_res->added.mdep = (mde_cookie_t *)diff_res->allocp(addsz); in md_diff_init()
236 bcopy(mde_add_scr, diff_res->added.mdep, addsz); in md_diff_init()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandocdb.c1966 size_t ssz, dsz, addsz; in render_string() local
2043 addsz = utf8(unicode, utfbuf); in render_string()
2044 if (addsz == 0) in render_string()
2048 addcp = mchars_spec2str(seq, seqlen, &addsz); in render_string()
2053 addsz = 1; in render_string()
2059 ssz += addsz; in render_string()
2061 memcpy(dst + dsz, addcp, addsz); in render_string()
2062 dsz += addsz; in render_string()