Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/man/
H A Dmakewhatis.c208 sbuf_append(struct sbuf *sbuf, const char *text, int length) in sbuf_append() function
224 sbuf_append(sbuf, text, strlen(text)); in sbuf_append_str()
494 sbuf_append(whatis_final, "(", 1); in add_whatis_name()
496 sbuf_append(whatis_final, "), ", 3); in add_whatis_name()
524 sbuf_append(whatis_proto, " ", 1); in process_man_line()
544 sbuf_append(whatis_proto, " ", 1); in process_mdoc_line()
582 sbuf_append(whatis_proto, "(", 1); in process_mdoc_line()
584 sbuf_append(whatis_proto, ")", 1); in process_mdoc_line()
587 sbuf_append(whatis_proto, " ", 1); in process_mdoc_line()
595 sbuf_append(whatis_proto, " ", 1); in process_mdoc_line()
[all …]