Home
last modified time | relevance | path

Searched refs:crlf (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/lz4/
D.gitattributes13 *.sln text eol=crlf
14 *.vcxproj* text eol=crlf
15 *.vcproj* text eol=crlf
17 *.rc text eol=crlf
20 *.bat text eol=crlf
21 *.cmd text eol=crlf
/third_party/skia/third_party/externals/angle2/
D.gitattributes2 *.sln eol=crlf
3 *.vcxproj eol=crlf
4 *.vcxproj.filters eol=crlf
5 *.bat eol=crlf
6 *.rc eol=crlf
7 **/compiled/*.h eol=crlf
/third_party/curl/tests/data/
Dtest1287 --crlf
20 FTP upload with --crlf
23 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T log/upload%TESTNUMBER --crlf
32 --crlf option
54 --crlf option
Dtest9415 --crlf
21 SMTP with --crlf
34 --crlf option
37 …ER --mail-rcpt recipient@example.com --mail-from sender@example.com -T log/upload%TESTNUMBER --crlf
62 --crlf option
D.gitattributes1 test* -crlf
/third_party/curl/
D.gitattributes1 *.dsw -crlf
12 *.bat text eol=crlf
13 *.btm text eol=crlf
14 *.cmd text eol=crlf
/third_party/jsoncpp/
D.gitattributes7 *.bat eol=crlf
8 *.vcproj eol=crlf
9 *.vcxproj eol=crlf
10 *.sln eol=crlf
11 devtools/agent_vm* eol=crlf
/third_party/skia/third_party/externals/imgui/
D.gitattributes17 *.sln text eol=crlf
18 *.vcxproj text eol=crlf
19 *.vcxproj.filters text eol=crlf
20 *.natvis text eol=crlf
/third_party/libusb/msvc/
D.gitattributes1 *.sln eol=crlf
2 *.vcxproj eol=crlf
3 *.vcxproj.filters eol=crlf
/third_party/jerryscript/tests/jerry/es2015/
Dtemplate_string.js97 var crlf = eval("`a" + String.fromCharCode(13,10) + "b`"); variable
101 assert(crlf.length === 3);
103 assert(lf[1] === crlf[1]);
104 assert(crlf[1] === '\n');
/third_party/node/deps/npm/node_modules/detect-newline/
Dindex.js13 var crlf = newlines.filter(function (el) {
17 var lf = newlines.length - crlf;
19 return crlf > lf ? '\r\n' : '\n';
/third_party/libusb/
D.gitattributes3 *.bat eol=crlf
7 INSTALL_WIN.txt eol=crlf
/third_party/flutter/flutter/
D.gitattributes18 *.bat text eol=crlf
19 *.ps1 text eol=crlf
/third_party/boost/libs/asio/example/cpp11/http/server/
Dreply.cpp98 const char crlf[] = { '\r', '\n' }; variable
112 buffers.push_back(boost::asio::buffer(misc_strings::crlf)); in to_buffers()
114 buffers.push_back(boost::asio::buffer(misc_strings::crlf)); in to_buffers()
/third_party/boost/libs/asio/example/cpp03/http/server4/
Dreply.cpp99 const char crlf[] = { '\r', '\n' }; variable
113 buffers.push_back(boost::asio::buffer(misc_strings::crlf)); in to_buffers()
115 buffers.push_back(boost::asio::buffer(misc_strings::crlf)); in to_buffers()
/third_party/boost/libs/asio/example/cpp03/http/server2/
Dreply.cpp99 const char crlf[] = { '\r', '\n' }; variable
113 buffers.push_back(boost::asio::buffer(misc_strings::crlf)); in to_buffers()
115 buffers.push_back(boost::asio::buffer(misc_strings::crlf)); in to_buffers()
/third_party/boost/libs/asio/example/cpp03/http/server3/
Dreply.cpp99 const char crlf[] = { '\r', '\n' }; variable
113 buffers.push_back(boost::asio::buffer(misc_strings::crlf)); in to_buffers()
115 buffers.push_back(boost::asio::buffer(misc_strings::crlf)); in to_buffers()
/third_party/boost/libs/asio/example/cpp03/http/server/
Dreply.cpp99 const char crlf[] = { '\r', '\n' }; variable
113 buffers.push_back(boost::asio::buffer(misc_strings::crlf)); in to_buffers()
115 buffers.push_back(boost::asio::buffer(misc_strings::crlf)); in to_buffers()
/third_party/python/Modules/
Dbinascii.c1416 int crlf = 0; in binascii_b2a_qp_impl() local
1428 crlf = 1; in binascii_b2a_qp_impl()
1448 if (crlf) in binascii_b2a_qp_impl()
1467 if (crlf) in binascii_b2a_qp_impl()
1481 if (crlf) in binascii_b2a_qp_impl()
1522 if (crlf) odata[out++] = '\r'; in binascii_b2a_qp_impl()
1547 if (crlf) odata[out++] = '\r'; in binascii_b2a_qp_impl()
1559 if (crlf) odata[out++] = '\r'; in binascii_b2a_qp_impl()
/third_party/curl/projects/Windows/
D.gitattributes1 *.sln eol=crlf
/third_party/iowow/src/kv/tests/
D.gitattributes1 *w.ref eol=crlf
/third_party/ffmpeg/
D.gitattributes2 tests/ref/fate/sub-scc eol=crlf
/third_party/jerryscript/tests/
D.gitattributes2 jerry/windows-line-ending.js text eol=crlf
/third_party/lwip/src/apps/smtp/
Dsmtp.c990 u16_t crlf; in smtp_is_response_finished() local
1007 crlf = pbuf_memfind(s->p, SMTP_CRLF, SMTP_CRLF_LEN, (u16_t)(offset + 4)); in smtp_is_response_finished()
1008 if (crlf == 0xFFFF) { in smtp_is_response_finished()
1015 offset = (u16_t)(crlf + 2); in smtp_is_response_finished()
1016 if (offset < crlf) { in smtp_is_response_finished()
1062 u16_t crlf = pbuf_memfind(s->p, SMTP_CRLF, SMTP_CRLF_LEN, auth); in smtp_prepare_auth_or_mail() local
1063 if ((crlf != 0xFFFF) && (crlf > auth)) { in smtp_prepare_auth_or_mail()
1065 u16_t copied = pbuf_copy_partial(s->p, s->tx_buf, (u16_t)(crlf - auth), auth); in smtp_prepare_auth_or_mail()
/third_party/typescript/
D.editorconfig5 end_of_line = crlf

1234