Home
last modified time | relevance | path

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

/f-stack/tools/libxo/tests/core/
H A Dtest_11.c37 const char *text_only) in test_syslog_send() argument
39 printf("{{%s}}\n{{%s}}\n{{%s}}\n\n", full_msg, v0_hdr, text_only); in test_syslog_send()
/f-stack/tools/libxo/libxo/
H A Dxo_syslog.c169 char *text_only) in xo_send_syslog() argument
172 xo_syslog_send(full_msg, v0_hdr, text_only); in xo_send_syslog()
188 v->iov_base = text_only; in xo_send_syslog()
189 v->iov_len = strlen(text_only); in xo_send_syslog()
H A Dxo.h667 const char *v0_hdr, const char *text_only);