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

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

Completed in 153 milliseconds