Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dxo_syslog.c168 xo_send_syslog (char *full_msg, char *v0_hdr, in xo_send_syslog() argument
172 xo_syslog_send(full_msg, v0_hdr, text_only); in xo_send_syslog()
177 int full_len = strlen(full_msg); in xo_send_syslog()
219 if (send(xo_logfile, full_msg, full_len, 0) < 0) { in xo_send_syslog()
227 if (send(xo_logfile, full_msg, full_len, 0) >= 0) { in xo_send_syslog()
244 if (send(xo_logfile, full_msg, full_len, 0) >= 0) { in xo_send_syslog()
269 p = strchr(full_msg, '>') + 1; in xo_send_syslog()
271 v->iov_len = full_len - (p - full_msg); in xo_send_syslog()
H A Dxo.h666 typedef void (*xo_syslog_send_t)(const char *full_msg,
/freebsd/contrib/libxo/tests/core/
H A Dtest_11.c36 test_syslog_send (const char *full_msg, const char *v0_hdr, in test_syslog_send() argument
39 printf("{{%s}}\n{{%s}}\n{{%s}}\n\n", full_msg, v0_hdr, text_only); in test_syslog_send()