Searched refs:crlf (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | gdb-stub.c | 1266 static const char crlf[] = "\r\n"; gdbstub() local 1283 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); gdbstub() 1309 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); gdbstub()
|
/linux-4.4.14/drivers/char/ |
H A D | lp.c | 804 const char *crlf = "\r\n"; lp_console_write() local 811 written = parport_write (port, crlf, i); lp_console_write() 813 i -= written, crlf += written; lp_console_write()
|
/linux-4.4.14/arch/frv/kernel/ |
H A D | gdb-stub.c | 1491 static const char crlf[] = "\r\n"; gdbstub() local 1516 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); gdbstub()
|
/linux-4.4.14/drivers/ide/ |
H A D | hpt366.c | 49 * Mike Waychison <crlf@sun.com>
|
Completed in 187 milliseconds