Searched refs:textlen (Results 1 – 1 of 1) sorted by relevance
1226 int textlen; in syslog_print_all() local1228 textlen = msg_print_text(msg, prev, true, text, in syslog_print_all()1230 if (textlen < 0) { in syslog_print_all()1231 len = textlen; in syslog_print_all()1239 if (copy_to_user(buf + len, text, textlen)) in syslog_print_all()1242 len += textlen; in syslog_print_all()1591 size_t textlen = 0; in cont_print_text() local1595 textlen += print_time(cont.ts_nsec, text); in cont_print_text()1596 size -= textlen; in cont_print_text()1603 memcpy(text + textlen, cont.buf + cont.cons, len); in cont_print_text()[all …]