HomeSort by relevance Sort by last modified time
    Searched full:_setmode (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /packages/apps/Test/connectivity/sl4n/rapidjson/example/prettyauto/
prettyauto.cpp 21 _setmode(_fileno(stdin), _O_BINARY); // NEW
22 _setmode(_fileno(stdout), _O_BINARY); // NEW
  /external/boringssl/src/tool/
tool.cc 101 if (_setmode(_fileno(stdin), _O_BINARY) == -1) {
102 perror("_setmode(_fileno(stdin), O_BINARY)");
105 if (_setmode(_fileno(stdout), _O_BINARY) == -1) {
106 perror("_setmode(_fileno(stdout), O_BINARY)");
109 if (_setmode(_fileno(stderr), _O_BINARY) == -1) {
110 perror("_setmode(_fileno(stderr), O_BINARY)");
  /external/curl/src/
tool_binmode.c 42 _setmode(stream, O_BINARY);
  /external/libvorbis/doc/vorbisfile/
vorbisfile_example_c.html 45 _setmode( _fileno( stdin ), _O_BINARY );
46 _setmode( _fileno( stdout ), _O_BINARY );
seeking_example_c.html 37 _setmode( _fileno( stdin ), _O_BINARY );
seeking_test_c.html 37 _setmode( _fileno( stdin ), _O_BINARY );
chaining_example_c.html 35 _setmode( _fileno( stdin ), _O_BINARY );
example.html 82 _setmode( _fileno( stdin ), _O_BINARY );
83 _setmode( _fileno( stdout ), _O_BINARY );
  /external/libvorbis/examples/
vorbisfile_example.c 43 _setmode( _fileno( stdin ), _O_BINARY );
44 _setmode( _fileno( stdout ), _O_BINARY );
chaining_example.c 34 _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/libdivsufsort/android_include/
config.h 57 # define _setmode setmode macro
  /external/libdivsufsort/include/
config.h.cmake 57 # define _setmode setmode
CMakeLists.txt 31 check_symbol_exists("_setmode" "io.h;fcntl.h" HAVE__SETMODE)
  /external/bison/lib/
binary-io.h 41 # define set_binary_mode _setmode
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 117 _setmode( _fileno(stdout), _O_BINARY );
  /toolchain/binutils/binutils-2.25/include/
binary-io.h 42 # define setmode _setmode
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
bitmaptools.cc 237 _setmode(_fileno(stdin), _O_BINARY);
238 _setmode(_fileno(stdout), _O_BINARY);
  /external/libdivsufsort/examples/
bwt.c 118 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
143 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
mksary.c 97 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
121 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
unbwt.c 111 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
135 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 103 _setmode(STDIN_FILENO, _O_BINARY);
104 _setmode(STDOUT_FILENO, _O_BINARY);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 32 #define _setmode setmode macro
53 _setmode(_fileno(stream), _O_BINARY);
  /external/curl/tests/libtest/
first.c 139 _setmode(stdout, O_BINARY);

Completed in 727 milliseconds

1 2 3 4 5