HomeSort by relevance Sort by last modified time
    Searched refs:crlf (Results 1 - 25 of 62) 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).
  /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 133 bool crlf; member in struct:OperationConfig
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
gofmt_test.go 155 const input = "testdata/crlf.input" // must contain CR/LF's
156 const golden = "testdata/crlf.golden" // must not contain any CR's
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt_test.go 155 const input = "testdata/crlf.input" // must contain CR/LF's
156 const golden = "testdata/crlf.golden" // must not contain any CR's
  /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/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 1090 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 1089 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());
  /external/syslinux/diag/geodsp/
geodspms.asm 89 call crlf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py     [all...]
  /external/python/cpython2/Lib/
_pyio.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py     [all...]

Completed in 852 milliseconds

1 2 3