HomeSort by relevance Sort by last modified time
    Searched refs:O_BINARY (Results 126 - 150 of 187) sorted by null

1 2 3 4 56 7 8

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tempfile.py 71 if hasattr(_os, 'O_BINARY'):
72 _bin_openflags |= _os.O_BINARY
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 10 #define MY_SET_BINARY_MODE(file) _setmode(_fileno(file), O_BINARY)
  /external/python/cpython2/Lib/
tempfile.py 72 if hasattr(_os, 'O_BINARY'):
73 _bin_openflags |= _os.O_BINARY
  /external/python/cpython2/Modules/zlib/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
  /external/python/cpython3/Lib/
tempfile.py 59 if hasattr(_os, 'O_BINARY'):
60 _bin_openflags |= _os.O_BINARY
  /external/python/cpython3/Modules/zlib/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
  /external/zlib/src/test/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tempfile.py 72 if hasattr(_os, 'O_BINARY'):
73 _bin_openflags |= _os.O_BINARY
  /prebuilts/gdb/linux-x86/lib/python2.7/
tempfile.py 72 if hasattr(_os, 'O_BINARY'):
73 _bin_openflags |= _os.O_BINARY
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 72 if hasattr(_os, 'O_BINARY'):
73 _bin_openflags |= _os.O_BINARY
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 72 if hasattr(_os, 'O_BINARY'):
73 _bin_openflags |= _os.O_BINARY
  /toolchain/binutils/binutils-2.27/zlib/test/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
  /external/ImageMagick/MagickCore/
delegate.c     [all...]
blob.c 93 #define _O_BINARY O_BINARY
269 file=open_utf8(filename,O_RDWR | O_CREAT | O_EXCL | O_BINARY,S_MODE);
1005 file=open_utf8(filename,O_RDONLY | O_BINARY,0);
    [all...]
cache.c     [all...]
  /external/nanopb-c/generator/
nanopb_generator.py     [all...]
  /external/libxml2/
runtest.c 81 * O_BINARY is just for Windows compatibility - if it isn't defined
84 #ifdef O_BINARY
85 #define RD_FLAGS O_RDONLY | O_BINARY
86 #define WR_FLAGS O_WRONLY | O_CREAT | O_TRUNC | O_BINARY
    [all...]
  /external/libevent/
evutil.c 154 #ifdef O_BINARY
156 mode |= O_BINARY;
    [all...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 390 #ifdef O_BINARY
391 | O_BINARY
    [all...]
  /external/mksh/src/
main.c     [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 16 #define O_BINARY 0
589 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY);
    [all...]
  /external/brotli/c/tools/
brotli.c 66 _sopen_s(&result, filename, oflag | O_BINARY, _SH_DENYNO, pmode);
  /external/curl/tests/server/
tftpd.c 574 test->ofile = open(outfile, O_CREAT|O_RDWR|O_BINARY, 0777);
    [all...]
  /external/giflib/
dgif_lib.c 104 _setmode(FileHandle, O_BINARY); /* Make sure it is in binary mode. */
    [all...]
egif_lib.c 118 _setmode(FileHandle, O_BINARY); /* Make sure it is in binary mode. */
    [all...]

Completed in 998 milliseconds

1 2 3 4 56 7 8