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

12

/external/libvpx/
H A Dtools_common.c21 _setmode(_fileno(stream), _O_BINARY); local
/external/expat/xmlwf/
H A Dreadfilemap.c34 #ifdef _O_BINARY
35 #define O_BINARY _O_BINARY
H A Dxmlfile.c41 #ifdef _O_BINARY
42 #define O_BINARY _O_BINARY
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc96 _setmode(STDIN_FILENO, _O_BINARY);
97 _setmode(STDOUT_FILENO, _O_BINARY);
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc60 #ifdef _O_BINARY
61 #define O_BINARY _O_BINARY
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellWin.cpp118 _setmode(_fileno(stdout), _O_BINARY); local
119 _setmode(_fileno(stderr), _O_BINARY); local
/external/webkit/Tools/WebKitTestRunner/win/
H A DTestControllerWin.cpp114 _setmode(1, _O_BINARY);
115 _setmode(2, _O_BINARY);
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c111 _setmode( _fileno(stdout), _O_BINARY ); local
/external/llvm/lib/Support/Windows/
H A DProgram.inc401 int result = _setmode( _fileno(stdin), _O_BINARY );
408 int result = _setmode( _fileno(stdout), _O_BINARY );
415 int result = _setmode( _fileno(stderr), _O_BINARY );
/external/openssl/crypto/bio/
H A Dbss_file.c329 _setmode(fd,_O_BINARY);
348 _setmode(fd,_O_BINARY);
351 _setmode(fd,_O_BINARY);
/external/protobuf/src/google/protobuf/
H A Dmessage_unittest.cc63 #ifdef _O_BINARY
64 #define O_BINARY _O_BINARY
/external/webkit/Tools/DumpRenderTree/cg/
H A DImageDiffCG.cpp179 _setmode(0, _O_BINARY);
180 _setmode(1, _O_BINARY);
/external/webkit/Tools/DumpRenderTree/qt/
H A Dmain.cpp135 _setmode(1, _O_BINARY);
136 _setmode(2, _O_BINARY);
/external/webkit/Tools/DumpRenderTree/win/
H A DImageDiffCairo.cpp182 _setmode(0, _O_BINARY);
183 _setmode(1, _O_BINARY);
/external/bluetooth/glib/tests/
H A Dspawn-test.c38 #define pipe(fds) _pipe(fds, 4096, _O_BINARY)
H A Dgio-test.c42 #define pipe(fds) _pipe(fds, 4096, _O_BINARY)
H A Dmainloop-test.c13 #include <fcntl.h> /* For _O_BINARY used by pipe() macro */
15 #define pipe(fds) _pipe(fds, 4096, _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
431 # define _O_BINARY O_BINARY macro
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc259 _setmode(_fileno(stdin), _O_BINARY); local
296 _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);
/external/bluetooth/glib/gio/
H A Dgcancellable.c32 #define pipe(fds) _pipe(fds, 4096, _O_BINARY)
/external/stlport/src/details/
H A Dfstream_stdio.cpp77 # define O_BINARY _O_BINARY
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc84 #ifdef _O_BINARY
85 #define O_BINARY _O_BINARY
/external/qemu/android/
H A Dconfig.c369 _setmode( w->fd, _O_BINARY );

Completed in 448 milliseconds

12