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

/freebsd-10.2-release/contrib/libreadline/
H A Dcompat.c79 crlf () function
H A Dreadline.h458 extern int crlf PARAMS((void));
/freebsd-10.2-release/lib/libedit/
H A Dread.c415 int crlf = 0; local
491 crlf = cp[-1] == '\r' || cp[-1] == '\n';
494 if (crlf)
/freebsd-10.2-release/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-10.2-release/sys/boot/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
H A Dboot0ext.S334 putn: movw $crlf,%si # To next line
443 crlf: .ascii "\r"; .byte '\n'|0x80 label
/freebsd-10.2-release/contrib/telnet/telnet/
H A Dexterns.h120 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */
H A Dsys_bsd.c439 if (crlf)
H A Dtelnet.c102 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
2029 if (!crlf) {
H A Dcommands.c554 if (crlf) {
727 { "crlf",
730 &crlf,
/freebsd-10.2-release/crypto/openssl/apps/
H A Ds_client.c346 " -crlf - convert LF from terminal into CRLF\n");
643 int crlf = 0; local
769 else if (strcmp(*argv, "-crlf") == 0)
770 crlf = 1;
1811 if (crlf) {
/freebsd-10.2-release/usr.sbin/syslogd/
H A Dsyslogd.c1089 char nul[] = "", space[] = " ", lf[] = "\n", crlf[] = "\r\n"; local
1322 v->iov_base = crlf;
1335 v->iov_base = crlf;

Completed in 215 milliseconds