Searched refs:crlf (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Dcompat.c79 crlf () function
H A Dreadline.h458 extern int crlf PARAMS((void));
/freebsd-11-stable/lib/libedit/
H A Dread.c485 int crlf = 0; local
562 crlf = cp[-1] == '\r' || cp[-1] == '\n';
565 if (crlf)
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h73 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */
H A Dsys_bsd.c359 if (crlf)
365 if (crlf)
H A Dtelnet.c68 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
1944 if (!crlf) {
H A Dcommands.c461 if (crlf) {
658 { "crlf",
661 &crlf,
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S503 * putn: print a crlf
519 putn: movw $crlf,%si # To next line
597 crlf: .ascii "\r"; .byte '\n'|0x80 label
/freebsd-11-stable/contrib/telnet/telnet/
H A Dexterns.h116 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */
H A Dsys_bsd.c435 if (crlf)
H A Dtelnet.c98 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
2025 if (!crlf) {
H A Dcommands.c551 if (crlf) {
724 { "crlf",
727 &crlf,
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_client.c352 " -crlf - convert LF from terminal into CRLF\n");
684 int crlf = 0; local
859 else if (strcmp(*argv, "-crlf") == 0)
860 crlf = 1;
2023 if (crlf) {

Completed in 130 milliseconds