HomeSort by: relevance | last modified time | path
    Searched defs:crlf (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
compat.c 79 crlf (void) function
  /src/external/gpl3/gdb.old/dist/readline/readline/
compat.c 79 crlf (void) function
  /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/external/gpl3/gdb/dist/gdb/
completer.h 44 mld_crlf_ftype *crlf; member in struct:match_list_displayer
  /src/external/gpl3/gdb.old/dist/gdb/
completer.h 45 mld_crlf_ftype *crlf; member in struct:match_list_displayer
  /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/dist/libgfortran/io/
write.c 380 const char crlf[] = "\r\n"; local
414 memcpy (p, crlf, 2);
492 const gfc_char4_t crlf[] = {0x000d,0x000a}; local
524 write_default_char4 (dtp, crlf, 2, 0);
  /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) {
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 559 {"crlf", OPT_CRLF, '-', "Convert LF from terminal into CRLF"},
818 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; local
1076 crlf = 1;
2999 if (crlf) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 651 {"crlf", OPT_CRLF, '-', "Convert LF from terminal into CRLF"},
914 int key_format = FORMAT_PEM, crlf = 0, full_log = 1, mbuf_len = 0; local
1163 crlf = 1;
3048 if (crlf) {
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 696 { "crlf", OPT_CRLF, '-', "Convert LF from terminal into CRLF" },
966 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; local
1238 crlf = 1;
3307 if (crlf) {

Completed in 47 milliseconds