Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m32r/include/asm/
Dflat.h62 unsigned long textlen) in m32r_flat_get_addr_from_rp() argument
88 textlen_for_m32r_lo16_data = textlen; in m32r_flat_get_addr_from_rp()
89 return (htonl(*rp) & 0xFFFF) + textlen; in m32r_flat_get_addr_from_rp()
/linux-4.1.27/scripts/kconfig/
Dkxgettext.c17 int textlen = strlen(text); in escape() local
19 if ((textlen > 0) && (text[textlen-1] == '\n')) in escape()
/linux-4.1.27/kernel/printk/
Dprintk.c1219 int textlen; in syslog_print_all() local
1221 textlen = msg_print_text(msg, prev, true, text, in syslog_print_all()
1223 if (textlen < 0) { in syslog_print_all()
1224 len = textlen; in syslog_print_all()
1232 if (copy_to_user(buf + len, text, textlen)) in syslog_print_all()
1235 len += textlen; in syslog_print_all()
1584 size_t textlen = 0; in cont_print_text() local
1588 textlen += print_time(cont.ts_nsec, text); in cont_print_text()
1589 size -= textlen; in cont_print_text()
1596 memcpy(text + textlen, cont.buf + cont.cons, len); in cont_print_text()
[all …]