Home
last modified time | relevance | path

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

/f-stack/tools/libxo/libxo/
H A Dxo_syslog.c177 int full_len = strlen(full_msg); in xo_send_syslog() local
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()
271 v->iov_len = full_len - (p - full_msg); in xo_send_syslog()