HomeSort by relevance Sort by last modified time
    Searched defs:_O_BINARY (Results 1 - 18 of 18) sorted by null

  /external/libvorbis/examples/
chaining_example.c 34 _setmode( _fileno( stdin ), _O_BINARY );
vorbisfile_example.c 43 _setmode( _fileno( stdin ), _O_BINARY );
44 _setmode( _fileno( stdout ), _O_BINARY );
seeking_example.c 87 _setmode( _fileno( stdin ), _O_BINARY );
decoder_example.c 62 _setmode( _fileno( stdin ), _O_BINARY );
63 _setmode( _fileno( stdout ), _O_BINARY );
encoder_example.c 74 _setmode( _fileno( stdin ), _O_BINARY );
75 _setmode( _fileno( stdout ), _O_BINARY );
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 117 _setmode( _fileno(stdout), _O_BINARY );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 21 #define _O_BINARY 0x8000
27 #define _O_RAW _O_BINARY
44 #define O_BINARY _O_BINARY
45 #define O_RAW _O_BINARY
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiff_main.cc 260 _setmode(_fileno(stdin), _O_BINARY);
297 _setmode(_fileno(stdout), _O_BINARY);
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.c 34 #define _O_BINARY O_BINARY
53 _setmode(_fileno(stream), _O_BINARY);
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmaptools.cc 237 _setmode(_fileno(stdin), _O_BINARY);
238 _setmode(_fileno(stdout), _O_BINARY);
  /external/libvpx/libvpx/
tools_common.c 34 #define _O_BINARY O_BINARY
53 _setmode(_fileno(stream), _O_BINARY);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 34 #define _O_BINARY O_BINARY
53 _setmode(_fileno(stream), _O_BINARY);
  /external/chromium_org/content/shell/browser/
shell_views.cc 421 _setmode(_fileno(stdout), _O_BINARY);
422 _setmode(_fileno(stderr), _O_BINARY);
  /external/harfbuzz_ng/util/
options.cc 459 setmode (fileno (stdin), _O_BINARY);
631 setmode (fileno (stdout), _O_BINARY);
  /external/chromium_org/third_party/openssl/openssl/
e_os.h 237 # define _O_BINARY O_BINARY
345 # define _O_BINARY O_BINARY
431 # define _O_BINARY O_BINARY
  /external/openssl/
e_os.h 237 # define _O_BINARY O_BINARY
345 # define _O_BINARY O_BINARY
438 # define _O_BINARY O_BINARY
  /external/flac/libFLAC/
stream_decoder.c 38 #include <fcntl.h> /* for _O_BINARY */
42 #include <fcntl.h> /* for _O_BINARY */
    [all...]
stream_encoder.c 38 #include <fcntl.h> /* for _O_BINARY */
42 #include <fcntl.h> /* for _O_BINARY */
    [all...]

Completed in 552 milliseconds