Searched refs:bufcat_fmt (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/mdocml/ |
| HD | html.c | 665 bufcat_fmt(struct html *h, const char *fmt, ...) in bufcat_fmt() function 724 bufcat_fmt(h, "%s", name); in buffmt_man() 747 bufcat_fmt(h, "%s: %.2f%s;", p, v, roffscales[su->unit]); in bufcat_su() 757 bufcat_fmt(h, "%.2x", *src++); in bufcat_id()
|
| HD | html.h | 166 void bufcat_fmt(struct html *, const char *, ...);
|
| HD | man_html.c | 186 bufcat_fmt(h, "%s(%s)", man->title, man->msec); in print_man_head()
|
| HD | mdoc_html.c | 364 bufcat_fmt(h, "(%s)", meta->msec); in print_mdoc_head() 366 bufcat_fmt(h, " (%s)", meta->arch); in print_mdoc_head()
|