Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/kernel/
Dgdb-stub.c1266 static const char crlf[] = "\r\n"; in gdbstub() local
1283 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); in gdbstub()
1309 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); in gdbstub()
/linux-4.4.14/drivers/char/
Dlp.c804 const char *crlf = "\r\n"; in lp_console_write() local
811 written = parport_write (port, crlf, i); in lp_console_write()
813 i -= written, crlf += written; in lp_console_write()
/linux-4.4.14/arch/frv/kernel/
Dgdb-stub.c1491 static const char crlf[] = "\r\n"; in gdbstub() local
1516 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); in gdbstub()