Searched defs:_O_BINARY (Results 1 - 14 of 14) sorted by relevance

/external/libvorbis/examples/
H A Dchaining_example.c34 _setmode( _fileno( stdin ), _O_BINARY ); local
H A Dvorbisfile_example.c43 _setmode( _fileno( stdin ), _O_BINARY ); local
44 _setmode( _fileno( stdout ), _O_BINARY ); local
H A Dseeking_example.c87 _setmode( _fileno( stdin ), _O_BINARY ); local
H A Ddecoder_example.c62 _setmode( _fileno( stdin ), _O_BINARY ); local
63 _setmode( _fileno( stdout ), _O_BINARY ); local
H A Dencoder_example.c74 _setmode( _fileno( stdin ), _O_BINARY ); local
75 _setmode( _fileno( stdout ), _O_BINARY ); local
/external/libdivsufsort/android_include/
H A Dconfig.h61 # define _O_BINARY 0 macro
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c117 _setmode( _fileno(stdout), _O_BINARY ); local
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
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/flac/libFLAC/
H A Dstream_decoder.c1271 _setmode(_fileno(stdin), _O_BINARY); local
1274 setmode(_fileno(stdin), _O_BINARY);
H A Dstream_encoder.c4549 _setmode(_fileno(stdout), _O_BINARY); local
4552 setmode(_fileno(stdout), _O_BINARY);
/external/pcre/dist/
H A Dpcretest.c92 #include <fcntl.h> /* For _O_BINARY */
3062 it set 0x8000, but then I was advised that _O_BINARY was better. */
3065 _setmode( _fileno( stdout ), _O_BINARY ); local
/external/sqlite/dist/orig/
H A Dshell.c148 _setmode(_fileno(out), _O_BINARY); local
/external/sqlite/dist/
H A Dshell.c154 _setmode(_fileno(out), _O_BINARY); local

Completed in 3133 milliseconds