Lines Matching defs:rsz
1377 int rsz; /* length of the rest of the string */
1501 rsz = buf->sz - iend;
1504 buf->buf + iend, rsz);
1505 buf->sz = iesc + asz + rsz;
1509 buf->buf + iend, rsz);
1556 rsz = 0;
1561 rsz += asz;
1581 rsz += asz;
1583 (void)snprintf(ubuf, sizeof(ubuf), "%d", rsz * 24);
2136 size_t csz, namesz, rsz;
2210 rsz = mandoc_asprintf(&rname, "__%s_renamed", name);
2211 roff_setstrn(&r->rentab, rname, rsz, name, namesz, 0);
2213 (int)rsz, rname);