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

1 2 3

  /external/libvpx/libvpx/
tools_common.c 20 #define _setmode setmode macro
41 _setmode(_fileno(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 );
seekexample.html 61 _setmode( _fileno( stdin ), _O_BINARY );
seekingexample.html 82 _setmode( _fileno( stdin ), _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/bison/lib/
binary-io.h 41 # define set_binary_mode _setmode
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 111 _setmode( _fileno(stdout), _O_BINARY );
  /external/chromium_org/content/shell/
shell_win.cc 36 _setmode(_fileno(stdout), _O_BINARY);
37 _setmode(_fileno(stderr), _O_BINARY);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.cc 103 _setmode(STDIN_FILENO, _O_BINARY);
104 _setmode(STDOUT_FILENO, _O_BINARY);
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 96 _setmode(STDIN_FILENO, _O_BINARY);
97 _setmode(STDOUT_FILENO, _O_BINARY);
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_file.c 327 _setmode(fd,_O_TEXT);
329 _setmode(fd,_O_BINARY);
341 _setmode(fd,_O_TEXT);
348 _setmode(fd,_O_BINARY);
351 _setmode(fd,_O_BINARY);
  /external/openssl/crypto/bio/
bss_file.c 327 _setmode(fd,_O_TEXT);
329 _setmode(fd,_O_BINARY);
341 _setmode(fd,_O_TEXT);
348 _setmode(fd,_O_BINARY);
351 _setmode(fd,_O_BINARY);
  /external/chromium_org/chrome/test/functional/ap_lab/
linksys_ap_configurator.py 81 self.AddItemToCommandList(self._SetMode, (mode,), 1, 900)
83 def _SetMode(self, mode):
dlink_ap_configurator.py 123 self.AddItemToCommandList(self._SetMode, (mode, band), 1, 800)
125 def _SetMode(self, mode, band=None):
  /external/llvm/lib/Support/Windows/
Program.inc 417 int result = _setmode( _fileno(stdin), _O_BINARY );
424 int result = _setmode( _fileno(stdout), _O_BINARY );
431 int result = _setmode( _fileno(stderr), _O_BINARY );
  /external/chromium_org/media/tools/media_bench/
media_bench.cc 35 // For pipe _setmode to binary
243 _setmode(_fileno(stdout), _O_BINARY);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
read_pwd.c 353 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
404 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0
  /external/liblzf/
lzf.c 325 _setmode(fd, _O_BINARY);
387 _setmode(fd, _O_BINARY);

Completed in 3883 milliseconds

1 2 3