/external/boringssl/src/tool/ |
D | tool.cc | 98 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/ |
D | tool.cc | 97 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/ |
D | tool.cc | 98 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/ |
D | readfilemap.c | 74 # ifdef _O_BINARY 75 # define O_BINARY _O_BINARY
|
D | xmlfile.c | 67 # ifdef _O_BINARY 68 # define O_BINARY _O_BINARY
|
/external/libdivsufsort/examples/ |
D | mksary.c | 97 if(_setmode(_fileno(stdin), _O_BINARY) == -1) { 121 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
|
D | unbwt.c | 111 if(_setmode(_fileno(stdin), _O_BINARY) == -1) { 135 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
|
D | bwt.c | 118 if(_setmode(_fileno(stdin), _O_BINARY) == -1) { 143 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
|
D | suftest.c | 97 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.cc | 169 setmode(STDIN_FILENO, _O_BINARY); in PluginMain() 170 setmode(STDOUT_FILENO, _O_BINARY); in PluginMain()
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
D | plugin.cc | 168 setmode(STDIN_FILENO, _O_BINARY); in PluginMain() 169 setmode(STDOUT_FILENO, _O_BINARY); in PluginMain()
|
/external/flac/src/share/grabbag/ |
D | file.c | 186 _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/ |
D | googletest.cc | 66 #ifdef _O_BINARY 67 #define O_BINARY _O_BINARY
|
/external/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 66 #ifdef _O_BINARY 67 #define O_BINARY _O_BINARY
|
/external/libpcap/testprogs/ |
D | unix.h | 50 #define O_BINARY _O_BINARY
|
/external/libdivsufsort/android_include/ |
D | config.h | 61 # define _O_BINARY 0 macro
|
/external/marisa-trie/tests/ |
D | io-test.cc | 96 _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/ |
D | unicode_gif.h | 49 int file_handle = _wopen(file_name, _O_RDONLY | _O_BINARY); in DGifOpenFileUnicode()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_port.cc | 155 constexpr int kFileReadFlags = _O_RDONLY | _O_BINARY; 156 constexpr int kFileWriteFlags = _O_WRONLY | _O_BINARY | _O_CREAT;
|
/external/skia/tools/ |
D | skp_parser.cpp | 73 (void)_setmode(_fileno(stdout), _O_BINARY); in main()
|
/external/libcups/cups/ |
D | tempfile.c | 133 fd = open(filename, _O_CREAT | _O_RDWR | _O_TRUNC | _O_BINARY, in cupsTempFd()
|
/external/lz4/programs/ |
D | platform.h | 138 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; }
|
/external/clang/tools/c-arcmt-test/ |
D | c-arcmt-test.c | 117 _setmode( _fileno(stdout), _O_BINARY ); in main()
|
/external/libgav1/examples/ |
D | file_reader.cc | 40 _setmode(_fileno(stream), _O_BINARY); in SetBinaryMode()
|
/external/zstd/programs/ |
D | platform.h | 162 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus…
|