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

/freebsd-10.2-release/contrib/mdocml/
H A Dhtml.c607 bufcat_fmt(struct html *h, const char *fmt, ...) function
667 bufcat_fmt(h, name);
688 bufcat_fmt(h, "%s: %.2f%s;", p, v, roffscales[su->unit]);
698 bufcat_fmt(h, "%.2x", *src++);
H A Dhtml.h148 void bufcat_fmt(struct html *, const char *, ...);
H A Dman_html.c183 bufcat_fmt(h, "%s(%s)", m->title, m->msec);
H A Dmdoc_html.c383 bufcat_fmt(h, "%s(%s)", m->title, m->msec);
386 bufcat_fmt(h, " (%s)", m->arch);

Completed in 105 milliseconds