HomeSort by relevance Sort by last modified time
    Searched full:_fileno (Results 51 - 75 of 160) sorted by null

1 23 4 5 6 7

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 129 #define _IO_DELETE_DONT_CLOSE 0x40 /* Don't call close(_fileno) on cleanup. */
294 int _fileno; member in struct:_IO_FILE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 129 #define _IO_DELETE_DONT_CLOSE 0x40 /* Don't call close(_fileno) on cleanup. */
294 int _fileno; member in struct:_IO_FILE
  /external/chromium_org/base/
file_util.cc 210 int fd = _fileno(file);
  /external/libvorbis/doc/vorbisfile/
chainingexample.html 60 _setmode( _fileno( stdin ), _O_BINARY );
  /external/libvorbis/examples/
seeking_example.c 87 _setmode( _fileno( stdin ), _O_BINARY );
  /prebuilts/sdk/tools/linux/
acp 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/
libgcov.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/
libgcov.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/
libgcov.a     [all...]
  /external/bison/lib/
spawn-pipe.c 187 we want in the case of STD*_FILENO). */
  /external/chromium/base/
file_util.cc 238 int fd = _fileno(file);
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 259 _setmode(_fileno(stdin), _O_BINARY);
296 _setmode(_fileno(stdout), _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/open-vcdiff/src/
vcdiff_main.cc 260 _setmode(_fileno(stdin), _O_BINARY);
297 _setmode(_fileno(stdout), _O_BINARY);
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_file.c 325 int fd = _fileno((FILE*)ptr);
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 10 #define MY_SET_BINARY_MODE(file) _setmode(_fileno(file), O_BINARY)
  /external/openssl/crypto/bio/
bss_file.c 325 int fd = _fileno((FILE*)ptr);
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 34 /* mingw doesn't define the SEEK_* or *_FILENO macros in <unistd.h>. */
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 870 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
874 inline int FileNo(FILE* file) { return _fileno(file); }
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 862 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
866 inline int FileNo(FILE* file) { return _fileno(file); }
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 784 result = _chsize(_fileno(pFile),nNewSectorCount * g_nSectorSize);
829 result=_commit(_fileno(pFile));
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 45 #define fileno _fileno
  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.c 39 #define fileno _fileno
  /external/elfutils/tests/
run-show-die-info.sh 649 Name : _fileno
    [all...]
  /external/icu4c/tools/genrb/
derb.c 39 #define fileno _fileno

Completed in 743 milliseconds

1 23 4 5 6 7