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

/freebsd-11.0-release/contrib/libreadline/
H A Dcompat.c79 crlf () function
H A Dreadline.h458 extern int crlf PARAMS((void));
/freebsd-11.0-release/lib/libedit/
H A Dread.c491 int crlf = 0; local
566 crlf = cp[-1] == '\r' || cp[-1] == '\n';
569 if (crlf)
/freebsd-11.0-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-11.0-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
/freebsd-11.0-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-11.0-release/crypto/openssl/apps/
H A Ds_client.c352 " -crlf - convert LF from terminal into CRLF\n");
683 int crlf = 0; local
858 else if (strcmp(*argv, "-crlf") == 0)
859 crlf = 1;
2020 if (crlf) {
/freebsd-11.0-release/usr.sbin/syslogd/
H A Dsyslogd.c1141 char nul[] = "", space[] = " ", lf[] = "\n", crlf[] = "\r\n"; local
1373 v->iov_base = crlf;
1386 v->iov_base = crlf;

Completed in 184 milliseconds