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

1 2 3 4 5

  /external/libvpx/
tools_common.c 21 _setmode(_fileno(stream), _O_BINARY);
  /external/openssl/crypto/bio/
bio_lcl.h 22 #define UP_fileno _fileno
  /external/qemu/android/utils/
debug.c 84 out_fd = _fileno(stdout);
85 err_fd = _fileno(stderr);
101 out_fd = _fileno(stdout);
102 err_fd = _fileno(stderr);
  /external/stlport/src/
_stdio_file.h 43 We do this check first, because invoking _fileno() on one of them
57 return (int)::_fileno((FILE*)__f);
76 inline int _FILE_fd(const FILE *__f) { return __f->_fileno; }
93 inline int _FILE_fd(const FILE *__f) { return ::_fileno(__CONST_CAST(FILE*, __f)); }
  /ndk/sources/cxx-stl/stlport/src/
_stdio_file.h 43 We do this check first, because invoking _fileno() on one of them
57 return (int)::_fileno((FILE*)__f);
76 inline int _FILE_fd(const FILE *__f) { return __f->_fileno; }
93 inline int _FILE_fd(const FILE *__f) { return ::_fileno(__CONST_CAST(FILE*, __f)); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 33 #define fileno _fileno
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 33 #define fileno _fileno
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 33 #define fileno _fileno
  /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 );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 42 #define fileno _fileno
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 42 #define fileno _fileno
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 42 #define fileno _fileno
  /external/icu4c/io/
ufile.c 42 #define fileno _fileno
69 result->fFile = &__iob_func()[_fileno(f)];
71 result->fFile = &_iob[_fileno(f)];
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 111 _setmode( _fileno(stdout), _O_BINARY );
  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 123 if (_fstat64(_fileno(bundle), &fileStat))
179 if (errno_t resizeError = _chsize_s(_fileno(bundle), footerStartPosition)) {
  /tools/motodev/src/plugins/android.linux.x86/
gtk_bridge_app 
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 118 _setmode(_fileno(stdout), _O_BINARY);
119 _setmode(_fileno(stderr), _O_BINARY);
  /external/llvm/lib/Support/Windows/
Program.inc 401 int result = _setmode( _fileno(stdin), _O_BINARY );
408 int result = _setmode( _fileno(stdout), _O_BINARY );
415 int result = _setmode( _fileno(stderr), _O_BINARY );

Completed in 952 milliseconds

1 2 3 4 5