HomeSort by relevance Sort by last modified time
    Searched refs:crlf (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/curl/docs/cmdline-opts/
crlf.d 1 Long: crlf
2 Help: Convert LF to CRLF in upload
5 Convert LF to CRLF in upload. Useful for MVS (OS/390).
gen.pl 11 We open *input* files in :crlf translation (a no-op on many platforms) in
12 case we have CRLF line endings in Windows but a perl that defaults to LF.
14 :crlf so it has to be specified on each file open for text input.
104 open(F, "<:crlf", "$some_dir/$f") ||
238 open(F, "<:crlf", "$some_dir/$f");
284 open(F, "<:crlf", "$some_dir/$f");
  /external/syslinux/core/
pxeboot.c 32 crlf();
writestr.c 23 * crlf: Print a newline
25 void crlf(void) function
localboot.c 46 crlf();
  /external/syslinux/diag/mbr/
handoff.S 153 call crlf
156 call crlf
162 call crlf
184 call crlf
188 call crlf
203 call crlf
219 call crlf
252 call crlf
269 call crlf
273 call crlf
300 crlf: label
    [all...]
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
reader.go 66 crlf = []byte("\r\n")
89 // Does the line end in CRLF instead of just LF?
91 hasCR := bytes.HasSuffix(r.line, crlf)
97 if !bytes.HasPrefix(rightStripped, lf) && !bytes.HasPrefix(rightStripped, crlf) &&
65 crlf = []byte("\\r\\n") var
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
reader.go 66 crlf = []byte("\r\n")
89 // Does the line end in CRLF instead of just LF?
91 hasCR := bytes.HasSuffix(r.line, crlf)
97 if !bytes.HasPrefix(rightStripped, lf) && !bytes.HasPrefix(rightStripped, crlf) &&
65 crlf = []byte("\\r\\n") var
  /external/devlib/devlib/utils/
uboot.py 47 self.conn.crlf = '\n\r' # TODO: this has *got* to be a bug in U-Boot...
  /external/syslinux/core/include/
core.h 130 extern void crlf(void);
  /external/curl/src/
tool_cfgable.h 140 bool crlf; member in struct:OperationConfig
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 1299 int crlf = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 1314 int crlf = 0; local
    [all...]
  /external/python/cpython2/Modules/
binascii.c 1300 int crlf = 0; local
    [all...]
  /external/python/cpython3/Modules/
binascii.c 1357 int crlf = 0; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 936 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
956 { crlf, UPRV_LENGTHOF(crlf) },
  /external/libedit/src/
read.c 489 int crlf = 0; local
564 crlf = cp[-1] == '\r' || cp[-1] == '\n';
567 if (crlf)
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
reader_dataset_ops_test.py 49 crlf=False,
61 contents.append(b"\r\n" if crlf else b"\n")
97 crlf=True,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 1095 UnicodeSet crlf = new UnicodeSet().add('\\n').add('\\r').add("\\r\\n"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 1092 UnicodeSet crlf = new UnicodeSet().add('\\n').add('\\r').add("\\r\\n"); local
    [all...]
  /external/xmlrpcpp/src/
base64.h 53 // it may be crlf, crlfsp, noline or other class like it
56 struct crlf struct in class:base64
XmlRpcValue.cpp 465 encoder.put(_value.asBinary->begin(), _value.asBinary->end(), ins, iostatus, base64<>::crlf());
585 encoder.put(_value.asBinary->begin(), _value.asBinary->end(), out, iostatus, base64<>::crlf());
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
gofmt_test.go 157 const input = "testdata/crlf.input" // must contain CR/LF's
158 const golden = "testdata/crlf.golden" // must not contain any CR's
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt_test.go 157 const input = "testdata/crlf.input" // must contain CR/LF's
158 const golden = "testdata/crlf.golden" // must not contain any CR's
  /external/syslinux/diag/geodsp/
geodspms.asm 89 call crlf

Completed in 830 milliseconds

1 2 3