Searched refs:textlen (Results 1 – 1 of 1) sorted by relevance
1633 int textlen; in syslog_print_all() local1635 textlen = record_print_text(&r, true, time); in syslog_print_all()1637 if (len + textlen > size) { in syslog_print_all()1642 if (copy_to_user(buf + len, text, textlen)) in syslog_print_all()1645 len += textlen; in syslog_print_all()