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

/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.h105 extern void ocs_textbuf_puts(ocs_textbuf_t *textbuf, char *s);
H A Docs_utils.c1886 ocs_textbuf_puts(ocs_textbuf_t *textbuf, char *s) function
1917 case '"': ocs_textbuf_puts(textbuf, """); break;
1918 case '\'': ocs_textbuf_puts(textbuf, "'"); break;
1919 case '<': ocs_textbuf_puts(textbuf, "&lt;"); break;
1920 case '>': ocs_textbuf_puts(textbuf, "&gt;"); break;
1921 case '&': ocs_textbuf_puts(textbuf, "&amp;"); break;

Completed in 115 milliseconds