Searched refs:titlesz (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/mandoc/
H A Dmandocdb.c1255 size_t linesz, plen, titlesz; local
1313 titlesz = 0;
1324 title = mandoc_realloc(title, titlesz + len - offs);
1325 memcpy(title + titlesz, line + offs, len - offs);
1326 titlesz += len - offs;
1327 title[titlesz - 1] = ' ';
1346 title[titlesz - 1] = '\0';

Completed in 115 milliseconds