Searched refs:_O_BINARY (Results 1 - 25 of 47) sorted by relevance

12

/external/libvorbis/examples/
H A Dvorbisfile_example.c43 _setmode( _fileno( stdin ), _O_BINARY ); local
44 _setmode( _fileno( stdout ), _O_BINARY ); local
H A Dchaining_example.c34 _setmode( _fileno( stdin ), _O_BINARY ); local
H A Dencoder_example.c74 _setmode( _fileno( stdin ), _O_BINARY ); local
75 _setmode( _fileno( stdout ), _O_BINARY ); local
H A Ddecoder_example.c62 _setmode( _fileno( stdin ), _O_BINARY ); local
63 _setmode( _fileno( stdout ), _O_BINARY ); local
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc103 _setmode(STDIN_FILENO, _O_BINARY);
104 _setmode(STDOUT_FILENO, _O_BINARY);
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc96 _setmode(STDIN_FILENO, _O_BINARY);
97 _setmode(STDOUT_FILENO, _O_BINARY);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dtemporary_file.cc37 rdwr_flag | _O_BINARY
H A Dutility.cc136 int flags = _O_BINARY;
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc60 #ifdef _O_BINARY
61 #define O_BINARY _O_BINARY
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc60 #ifdef _O_BINARY
61 #define O_BINARY _O_BINARY
/external/bison/lib/
H A Dfcntl.in.h291 #if !defined O_BINARY && defined _O_BINARY
293 # define O_BINARY _O_BINARY
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c117 _setmode( _fileno(stdout), _O_BINARY ); local
/external/openssl/crypto/bio/
H A Dbss_file.c329 _setmode(fd,_O_BINARY);
348 _setmode(fd,_O_BINARY);
351 _setmode(fd,_O_BINARY);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.c34 #define _O_BINARY O_BINARY macro
53 _setmode(_fileno(stream), _O_BINARY); local
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc237 _setmode(_fileno(stdin), _O_BINARY); local
238 _setmode(_fileno(stdout), _O_BINARY); local
/external/libvpx/libvpx/
H A Dtools_common.c34 #define _O_BINARY O_BINARY macro
53 _setmode(_fileno(stream), _O_BINARY); local
/external/protobuf/src/google/protobuf/
H A Dmessage_unittest.cc63 #ifdef _O_BINARY
64 #define O_BINARY _O_BINARY
/external/bison/darwin-lib/
H A Dfcntl.h603 #if !defined O_BINARY && defined _O_BINARY
605 # define O_BINARY _O_BINARY
/external/bison/linux-lib/
H A Dfcntl.h603 #if !defined O_BINARY && defined _O_BINARY
605 # define O_BINARY _O_BINARY
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage_unittest.cc63 #ifdef _O_BINARY
64 #define O_BINARY _O_BINARY
/external/liblzf/
H A Dlzf.c325 _setmode(fd, _O_BINARY);
387 _setmode(fd, _O_BINARY);
/external/openssl/
H A De_os.h237 # define _O_BINARY O_BINARY macro
345 # define _O_BINARY O_BINARY macro
447 # define _O_BINARY O_BINARY macro
/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.cc394 _O_RDONLY | _O_BINARY);
456 _O_RDONLY | _O_BINARY);
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc260 _setmode(_fileno(stdin), _O_BINARY); local
297 _setmode(_fileno(stdout), _O_BINARY); local
/external/qemu/android/utils/
H A Dpath.c531 fd = _open(dest, _O_RDWR | _O_BINARY);
532 fs = _open(source, _O_RDONLY | _O_BINARY);

Completed in 607 milliseconds

12