Searched refs:crlf (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/mn10300/kernel/ |
D | gdb-stub.c | 1266 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/ |
D | lp.c | 804 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/ |
D | gdb-stub.c | 1491 static const char crlf[] = "\r\n"; in gdbstub() local 1516 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); in gdbstub()
|