| /src/sys/arch/landisk/stand/bootxx/ |
| pbr.S | 137 mova crlf, r0 194 crlf: .asciz "\r\n" label
|
| /src/sys/arch/landisk/stand/mbr/ |
| mbr.S | 121 mova crlf, r0 183 crlf: .asciz "\r\n" label
|
| /src/sys/arch/i386/stand/mbr/ |
| mbr.S | 550 errtxt: .ascii "Error " /* runs into crlf if errcod set */ 552 crlf: .asciz "\r\n" label 604 movw $crlf, %si
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| write.c | 378 const char crlf[] = "\r\n"; local 412 memcpy (p, crlf, 2); 490 const gfc_char4_t crlf[] = {0x000d,0x000a}; local 522 write_default_char4 (dtp, crlf, 2, 0);
|
| /src/usr.bin/telnet/ |
| telnet.c | 98 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable 1953 * a newline (unix) is CRLF (TELNET). 1962 if (!crlf) {
|