Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c209 sbuf_append(struct sbuf *sbuf, const char *text, int length) in sbuf_append() function
225 sbuf_append(sbuf, text, strlen(text)); in sbuf_append_str()
495 sbuf_append(whatis_final, "(", 1); in add_whatis_name()
497 sbuf_append(whatis_final, "), ", 3); in add_whatis_name()
525 sbuf_append(whatis_proto, " ", 1); in process_man_line()
545 sbuf_append(whatis_proto, " ", 1); in process_mdoc_line()
583 sbuf_append(whatis_proto, "(", 1); in process_mdoc_line()
585 sbuf_append(whatis_proto, ")", 1); in process_mdoc_line()
588 sbuf_append(whatis_proto, " ", 1); in process_mdoc_line()
596 sbuf_append(whatis_proto, " ", 1); in process_mdoc_line()
[all …]