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/libvpx/libvpx/
H A Dtools_common.c19 #define _O_BINARY O_BINARY macro
27 _setmode(_fileno(stream), _O_BINARY); local
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c111 _setmode( _fileno(stdout), _O_BINARY ); local
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellWin.cpp118 _setmode(_fileno(stdout), _O_BINARY); local
119 _setmode(_fileno(stderr), _O_BINARY); local
/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/open-vcdiff/src/
H A Dvcdiff_main.cc260 _setmode(_fileno(stdin), _O_BINARY); local
297 _setmode(_fileno(stdout), _O_BINARY); local
/external/harfbuzz_ng/util/
H A Doptions.cc417 setmode (fileno (stdin), _O_BINARY); local
561 setmode (fileno (stdout), _O_BINARY); local
/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/flac/libFLAC/
H A Dstream_decoder.c38 #include <fcntl.h> /* for _O_BINARY */
42 #include <fcntl.h> /* for _O_BINARY */
1296 _setmode(_fileno(stdin), _O_BINARY); local
1299 setmode(_fileno(stdin), _O_BINARY);
H A Dstream_encoder.c38 #include <fcntl.h> /* for _O_BINARY */
42 #include <fcntl.h> /* for _O_BINARY */
4350 _setmode(_fileno(stdout), _O_BINARY); local
4353 setmode(_fileno(stdout), _O_BINARY);

Completed in 2541 milliseconds