Searched refs:_fileno (Results 1 - 25 of 32) sorted by relevance

12

/external/libvpx/
H A Dtools_common.c21 _setmode(_fileno(stream), _O_BINARY);
/external/stlport/src/
H A D_stdio_file.h43 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)); }
/external/qemu/android/utils/
H A Ddebug.c84 out_fd = _fileno(stdout);
85 err_fd = _fileno(stderr);
101 out_fd = _fileno(stdout);
102 err_fd = _fileno(stderr);
/external/libvorbis/examples/
H A Dvorbisfile_example.c43 _setmode( _fileno( stdin ), _O_BINARY );
44 _setmode( _fileno( stdout ), _O_BINARY );
H A Dchaining_example.c34 _setmode( _fileno( stdin ), _O_BINARY );
H A Dencoder_example.c74 _setmode( _fileno( stdin ), _O_BINARY );
75 _setmode( _fileno( stdout ), _O_BINARY );
H A Ddecoder_example.c62 _setmode( _fileno( stdin ), _O_BINARY );
63 _setmode( _fileno( stdout ), _O_BINARY );
H A Dseeking_example.c87 _setmode( _fileno( stdin ), _O_BINARY );
/external/openssl/crypto/bio/
H A Dbio_lcl.h22 #define UP_fileno _fileno
H A Dbss_file.c325 int fd = _fileno((FILE*)ptr);
/external/webkit/Source/WebCore/platform/network/win/
H A DDownloadBundleWin.cpp123 if (_fstat64(_fileno(bundle), &fileStat))
179 if (errno_t resizeError = _chsize_s(_fileno(bundle), footerStartPosition)) {
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellWin.cpp118 _setmode(_fileno(stdout), _O_BINARY);
119 _setmode(_fileno(stderr), _O_BINARY);
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c111 _setmode( _fileno(stdout), _O_BINARY );
/external/icu4c/io/
H A Dufile.c42 #define fileno _fileno
69 result->fFile = &__iob_func()[_fileno(f)];
71 result->fFile = &_iob[_fileno(f)];
/external/llvm/lib/Support/Windows/
H A DProgram.inc401 int result = _setmode( _fileno(stdin), _O_BINARY );
408 int result = _setmode( _fileno(stdout), _O_BINARY );
415 int result = _setmode( _fileno(stderr), _O_BINARY );
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc259 _setmode(_fileno(stdin), _O_BINARY);
296 _setmode(_fileno(stdout), _O_BINARY);
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h862 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
866 inline int FileNo(FILE* file) { return _fileno(file); }
/external/chromium/base/
H A Dfile_util.cc238 int fd = _fileno(file);
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1542 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
1546 inline int FileNo(FILE* file) { return _fileno(file); }
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1591 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
1595 inline int FileNo(FILE* file) { return _fileno(file); }
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1578 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
1582 inline int FileNo(FILE* file) { return _fileno(file); }
/external/libpcap/
H A Dsavefile.c107 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.cc45 #define fileno _fileno
/external/icu4c/extra/uconv/
H A Duconv.cpp50 #define fileno _fileno
/external/icu4c/tools/genrb/
H A Dderb.c39 #define fileno _fileno

Completed in 579 milliseconds

12