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

123

/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DeolFix.tcl13 variable outMode crlf
69 -crlf { set ::EOL::outMode crlf }
H A Dman2help.tcl28 fconfigure $fd -translation crlf
68 fconfigure $file -translation crlf
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A DeolFix.tcl13 variable outMode crlf
69 -crlf { set ::EOL::outMode crlf }
H A Dman2help.tcl27 fconfigure $fd -translation crlf
67 fconfigure $file -translation crlf
H A DgenWinImage.tcl92 fconfigure $f -translation crlf
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dcompat.c79 crlf () function
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/devtools/
H A Ddialog.tcl83 Strace crlf
84 Log crlf
85 fconfigure $sock -translation crlf
283 proc ::dialog::crlf. {} {cmd .Crlf}
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_cfgable.h119 bool crlf; member in struct:OperationConfig
/macosx-10.10/tcl-105/tcl/tcl/tests/
H A Dremote.tcl83 fconfigure $s -buffering line -translation crlf
/macosx-10.10/tcl-105/tcl84/tcl/tests/
H A Dremote.tcl83 fconfigure $s -buffering line -translation crlf
H A Dhttpd41 fconfigure $newsock -blocking 0 -translation {auto crlf}
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/sasl/
H A Dsaslclient.tcl205 fconfigure $sock -buffering line -blocking 1 -translation {auto crlf}
/macosx-10.10/tcl-105/tcl_ext/thread/thread/tcl/cmdsrv/
H A Dcmdsrv.tcl146 fconfigure $s -blocking 0 -buffering none -translation {auto crlf}
/macosx-10.10/tcl-105/tcl_ext/tls/tls/tests/
H A Dremote.tcl101 fconfigure $s -buffering line -translation crlf
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dtest-tls-server.xotcl21 fconfigure $chan -translation {auto crlf}
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dread.c385 int crlf = 0; local
456 crlf = cp[-1] == '\r' || cp[-1] == '\n';
459 if (crlf)
/macosx-10.10/ruby-106/ruby/test/webrick/
H A Dtest_httprequest.rb233 crlf = "\x0d\x0a"
243 msg << chunk.size.to_s(16) << crlf
244 msg << chunk << crlf
247 msg << "0" << crlf
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dimpersonal.tcl123 fconfigure $stdin -translation crlf
124 fconfigure stdout -translation crlf
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dread.c473 int crlf = 0; local
548 crlf = cp[-1] == '\r' || cp[-1] == '\n';
551 if (crlf)
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dbocu1tst.c936 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
956 { crlf, LENGTHOF(crlf) },
/macosx-10.10/libedit-40/src/
H A Dread.c483 int crlf = 0; local
558 crlf = cp[-1] == '\r' || cp[-1] == '\n';
561 if (crlf)
/macosx-10.10/vim-55/runtime/syntax/
H A Dcontext.vim76 syn match contextSpecial '\\crlf\>\|\\par\>\|-\{2,3}\||[<>/]\=|'
H A Dscreen.vim90 \ crlf
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dexterns.h73 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */
/macosx-10.10/pcre-7/pcre/
H A DRunGrepTest287 $valgrind $pcregrep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinput >>testtry
295 $valgrind $pcregrep -n --newline=crlf -F "$pattern" testNinput >>testtry

Completed in 335 milliseconds

123