HomeSort by relevance Sort by last modified time
    Searched defs:O_BINARY (Results 51 - 63 of 63) sorted by null

1 23

  /external/e2fsprogs/intl/
loadmsgcat.c 477 O_BINARY is usually declared in <fcntl.h>. */
478 #if !defined O_BINARY && defined _O_BINARY
480 # define O_BINARY _O_BINARY
484 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
485 # undef O_BINARY
489 #ifndef O_BINARY
490 # define O_BINARY 0
940 fd = open (domain_file->filename, O_RDONLY | O_BINARY);
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 56 #ifndef O_BINARY
57 #define O_BINARY _O_BINARY
636 if (setmode(fileno(stdin), O_BINARY) == -1) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 93 #ifndef O_BINARY
95 #define O_BINARY _O_BINARY
97 #define O_BINARY 0 // If this isn't defined, the platform doesn't need it.
340 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666);
400 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 335 #ifndef O_BINARY
336 # define O_BINARY 0
    [all...]
  /system/core/libziparchive/
zip_archive.cc 50 #ifndef O_BINARY
51 #define O_BINARY 0
463 const int fd = open(fileName, O_RDONLY | O_BINARY, 0);
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
loadmsgcat.c 477 O_BINARY is usually declared in <fcntl.h>. */
478 #if !defined O_BINARY && defined _O_BINARY
480 # define O_BINARY _O_BINARY
484 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
485 # undef O_BINARY
489 #ifndef O_BINARY
490 # define O_BINARY 0
937 fd = open (domain_file->filename, O_RDONLY | O_BINARY);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 82 #ifndef O_BINARY
83 #define O_BINARY 0
    [all...]
dbus-sysdeps-win.c 89 #ifndef O_BINARY
90 #define O_BINARY 0
    [all...]
  /system/core/fastboot/
fastboot.cpp 66 #ifndef O_BINARY
67 #define O_BINARY 0
193 int fd = open(fn, O_RDONLY | O_BINARY);
832 fd = open(fname, O_RDONLY | O_BINARY);
    [all...]
  /external/mksh/src/
sh.h 457 #ifndef O_BINARY
458 #define O_BINARY 0
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1252 milliseconds

1 23