Home
last modified time | relevance | path

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

/NextBSD/contrib/libxo/tests/core/
HDtest_11.c36 const char *text_only) in test_syslog_send() argument
38 printf("{{%s}}\n{{%s}}\n{{%s}}\n\n", full_msg, v0_hdr, text_only); in test_syslog_send()
/NextBSD/contrib/libxo/libxo/
HDxo_syslog.c166 char *text_only) in xo_send_syslog() argument
169 xo_syslog_send(full_msg, v0_hdr, text_only); in xo_send_syslog()
185 v->iov_base = text_only; in xo_send_syslog()
186 v->iov_len = strlen(text_only); in xo_send_syslog()
HDxo.h580 const char *v0_hdr, const char *text_only);