Home
last modified time | relevance | path

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

123

/external/boringssl/src/tool/
Dtool.cc98 if (_setmode(_fileno(stdin), _O_BINARY) == -1) { in main()
102 if (_setmode(_fileno(stdout), _O_BINARY) == -1) { in main()
106 if (_setmode(_fileno(stderr), _O_BINARY) == -1) { in main()
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtool.cc97 if (_setmode(_fileno(stdin), _O_BINARY) == -1) { in main()
101 if (_setmode(_fileno(stdout), _O_BINARY) == -1) { in main()
105 if (_setmode(_fileno(stderr), _O_BINARY) == -1) { in main()
/external/cronet/third_party/boringssl/src/tool/
Dtool.cc98 if (_setmode(_fileno(stdin), _O_BINARY) == -1) { in main()
102 if (_setmode(_fileno(stdout), _O_BINARY) == -1) { in main()
106 if (_setmode(_fileno(stderr), _O_BINARY) == -1) { in main()
/external/expat/expat/xmlwf/
Dreadfilemap.c74 # ifdef _O_BINARY
75 # define O_BINARY _O_BINARY
Dxmlfile.c67 # ifdef _O_BINARY
68 # 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/protobuf/src/google/protobuf/compiler/
Dplugin.cc169 setmode(STDIN_FILENO, _O_BINARY); in PluginMain()
170 setmode(STDOUT_FILENO, _O_BINARY); in PluginMain()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.cc168 setmode(STDIN_FILENO, _O_BINARY); in PluginMain()
169 setmode(STDOUT_FILENO, _O_BINARY); in PluginMain()
/external/flac/src/share/grabbag/
Dfile.c186 _setmode(_fileno(stdin), _O_BINARY); in grabbag__file_get_binary_stdin()
201 _setmode(_fileno(stdout), _O_BINARY); in grabbag__file_get_binary_stdout()
/external/cronet/third_party/protobuf/src/google/protobuf/testing/
Dgoogletest.cc66 #ifdef _O_BINARY
67 #define O_BINARY _O_BINARY
/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc66 #ifdef _O_BINARY
67 #define O_BINARY _O_BINARY
/external/libpcap/testprogs/
Dunix.h50 #define O_BINARY _O_BINARY
/external/libdivsufsort/android_include/
Dconfig.h61 # define _O_BINARY 0 macro
/external/marisa-trie/tests/
Dio-test.cc96 _O_BINARY | _O_CREAT | _O_WRONLY | _O_TRUNC, in TestFd()
121 ASSERT(::_sopen_s(&fd, "io-test.dat", _O_BINARY | _O_RDONLY, in TestFd()
/external/webp/examples/
Dunicode_gif.h49 int file_handle = _wopen(file_name, _O_RDONLY | _O_BINARY); in DGifOpenFileUnicode()
/external/tensorflow/tensorflow/lite/toco/
Dtoco_port.cc155 constexpr int kFileReadFlags = _O_RDONLY | _O_BINARY;
156 constexpr int kFileWriteFlags = _O_WRONLY | _O_BINARY | _O_CREAT;
/external/skia/tools/
Dskp_parser.cpp73 (void)_setmode(_fileno(stdout), _O_BINARY); in main()
/external/libcups/cups/
Dtempfile.c133 fd = open(filename, _O_CREAT | _O_RDWR | _O_TRUNC | _O_BINARY, in cupsTempFd()
/external/lz4/programs/
Dplatform.h138 # 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/libgav1/examples/
Dfile_reader.cc40 _setmode(_fileno(stream), _O_BINARY); in SetBinaryMode()
/external/zstd/programs/
Dplatform.h162 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus…

123