_O_BINARY 68 base/third_party/xdg_mime/xdgmimecache.c #ifndef _O_BINARY _O_BINARY 125 base/third_party/xdg_mime/xdgmimecache.c fd = open (file_name, O_RDONLY|_O_BINARY, 0); _O_BINARY 389 components/nacl/loader/nacl_listener.cc _O_RDONLY | _O_BINARY); _O_BINARY 419 content/shell/browser/shell_views.cc _setmode(_fileno(stdout), _O_BINARY); _O_BINARY 420 content/shell/browser/shell_views.cc _setmode(_fileno(stderr), _O_BINARY); _O_BINARY 44 ppapi/native_client/src/trusted/plugin/file_downloader.cc int32_t posix_desc = _open_osfhandle(file_desc, _O_RDWR | _O_BINARY); _O_BINARY 76 ppapi/native_client/src/trusted/plugin/pnacl_resources.cc _O_RDONLY | _O_BINARY); _O_BINARY 62 ppapi/native_client/src/trusted/plugin/temporary_file.cc rdwr_flag | _O_BINARY _O_BINARY 1023 ppapi/tests/test_file_io.cc _O_RDWR | _O_BINARY); _O_BINARY 208 third_party/bspatch/mbspatch.cc #ifndef _O_BINARY _O_BINARY 219 third_party/bspatch/mbspatch.cc int pfd = _wopen(patch_file, O_RDONLY | _O_BINARY); _O_BINARY 227 third_party/bspatch/mbspatch.cc ofd = _wopen(old_file, O_RDONLY | _O_BINARY); _O_BINARY 260 third_party/bspatch/mbspatch.cc nfd = _wopen(new_file, O_WRONLY | O_TRUNC | O_CREAT | _O_BINARY); _O_BINARY 631 third_party/libxml/src/xmlIO.c #ifdef _O_BINARY _O_BINARY 632 third_party/libxml/src/xmlIO.c m |= (strstr(mode, "b") ? _O_BINARY : 0); _O_BINARY 92 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc #ifdef _O_BINARY _O_BINARY 93 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc #define O_BINARY _O_BINARY _O_BINARY 132 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (_setmode(fd, _O_BINARY) == -1) { _O_BINARY 103 third_party/protobuf/src/google/protobuf/compiler/plugin.cc _setmode(STDIN_FILENO, _O_BINARY); _O_BINARY 104 third_party/protobuf/src/google/protobuf/compiler/plugin.cc _setmode(STDOUT_FILENO, _O_BINARY); _O_BINARY 85 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc #ifdef _O_BINARY _O_BINARY 86 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc #define O_BINARY _O_BINARY _O_BINARY 63 third_party/protobuf/src/google/protobuf/message_unittest.cc #ifdef _O_BINARY _O_BINARY 64 third_party/protobuf/src/google/protobuf/message_unittest.cc #define O_BINARY _O_BINARY _O_BINARY 60 third_party/protobuf/src/google/protobuf/testing/googletest.cc #ifdef _O_BINARY _O_BINARY 61 third_party/protobuf/src/google/protobuf/testing/googletest.cc #define O_BINARY _O_BINARY _O_BINARY 237 tools/telemetry/telemetry/core/bitmaptools.cc _setmode(_fileno(stdin), _O_BINARY); _O_BINARY 238 tools/telemetry/telemetry/core/bitmaptools.cc _setmode(_fileno(stdout), _O_BINARY);