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

/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c243 sbuf_append(struct sbuf *sbuf, const char *text, int length) function
258 sbuf_append(sbuf, text, strlen(text));
570 sbuf_append(whatis_final, "(", 1);
572 sbuf_append(whatis_final, "), ", 3);
593 sbuf_append(whatis_proto, " ", 1);
613 sbuf_append(whatis_proto, " ", 1);
650 sbuf_append(whatis_proto, "(", 1);
652 sbuf_append(whatis_proto, ")", 1);
656 sbuf_append(whatis_proto, " ", 1);
663 sbuf_append(whatis_prot
[all...]

Completed in 136 milliseconds