Searched refs:full_msg (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libxo/libxo/ |
H A D | xo_syslog.c | 168 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 D | xo.h | 666 typedef void (*xo_syslog_send_t)(const char *full_msg,
|
/freebsd/contrib/libxo/tests/core/ |
H A D | test_11.c | 36 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()
|