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

/freebsd-9.3-release/contrib/libreadline/
H A Dcompat.c79 crlf () function
H A Dreadline.h458 extern int crlf PARAMS((void));
/freebsd-9.3-release/lib/libedit/
H A Dread.c415 int crlf = 0; local
491 crlf = cp[-1] == '\r' || cp[-1] == '\n';
494 if (crlf)
/freebsd-9.3-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.c475 if (crlf) {
672 { "crlf",
675 &crlf,
/freebsd-9.3-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-9.3-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-9.3-release/crypto/openssl/apps/
H A Ds_client.c244 " -crlf - convert LF from terminal into CRLF\n");
347 int crlf = 0; local
462 else if (strcmp(*argv, "-crlf") == 0)
463 crlf = 1;
1309 if (crlf) {
/freebsd-9.3-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 218 milliseconds