Home
last modified time | relevance | path

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

12

/external/boringssl/src/tool/
Dtool.cc95 if (_setmode(_fileno(stdin), _O_BINARY) == -1) { in main()
99 if (_setmode(_fileno(stdout), _O_BINARY) == -1) { in main()
103 if (_setmode(_fileno(stderr), _O_BINARY) == -1) { in main()
/external/expat/xmlwf/
Dreadfilemap.c69 # ifdef _O_BINARY
70 # define O_BINARY _O_BINARY
Dxmlfile.c60 #ifdef _O_BINARY
61 #define O_BINARY _O_BINARY
/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc163 _setmode(STDIN_FILENO, _O_BINARY); in PluginMain()
164 _setmode(STDOUT_FILENO, _O_BINARY); in PluginMain()
/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc60 #ifdef _O_BINARY
61 #define O_BINARY _O_BINARY
/external/libdivsufsort/examples/
Dmksary.c97 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
121 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
Dunbwt.c111 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
135 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
Dbwt.c118 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
143 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
Dsuftest.c97 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
/external/libpcap/testprogs/
Dunix.h50 #define O_BINARY _O_BINARY
/external/libdivsufsort/android_include/
Dconfig.h61 # define _O_BINARY 0 macro
/external/tensorflow/tensorflow/lite/toco/
Dtoco_port.cc150 constexpr int kFileReadFlags = _O_RDONLY | _O_BINARY;
151 constexpr int kFileWriteFlags = _O_WRONLY | _O_BINARY | _O_CREAT;
/external/skqp/tools/
Dskp_parser.cpp71 (void)_setmode(_fileno(stdout), _O_BINARY); in main()
/external/skia/tools/
Dskp_parser.cpp71 (void)_setmode(_fileno(stdout), _O_BINARY); in main()
/external/libcups/cups/
Dtempfile.c137 fd = open(filename, _O_CREAT | _O_RDWR | _O_TRUNC | _O_BINARY, in cupsTempFd()
/external/lz4/programs/
Dplatform.h137 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; }
/external/clang/tools/c-arcmt-test/
Dc-arcmt-test.c117 _setmode( _fileno(stdout), _O_BINARY ); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProgram.inc391 int result = _setmode( _fileno(stdin), _O_BINARY );
396 int result = _setmode( _fileno(stdout), _O_BINARY );
401 int result = _setmode( _fileno(stderr), _O_BINARY );
/external/protobuf/src/google/protobuf/
Dmessage_unittest.cc66 #ifdef _O_BINARY
67 #define O_BINARY _O_BINARY
/external/libdivsufsort/include/
Dconfig.h.cmake61 # define _O_BINARY 0
DCMakeLists.txt37 check_symbol_exists("_O_BINARY" "fcntl.h" HAVE__O_BINARY)
/external/libvpx/libvpx/
Dtools_common.c34 #define _O_BINARY O_BINARY macro
52 _setmode(_fileno(stream), _O_BINARY); in set_binary_mode()
/external/libaom/libaom/common/
Dtools_common.c35 #define _O_BINARY O_BINARY macro
53 _setmode(_fileno(stream), _O_BINARY); in set_binary_mode()
/external/libpcap/
Dsavefile.c77 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c480 self->fd = _open_osfhandle((intptr_t)self->handle, _O_WRONLY | _O_BINARY); in _io__WindowsConsoleIO_fileno_impl()
482 self->fd = _open_osfhandle((intptr_t)self->handle, _O_RDONLY | _O_BINARY); in _io__WindowsConsoleIO_fileno_impl()

12