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

1 2 3 4

  /external/libdivsufsort/CMakeModules/
CheckLFS.cmake 51 # LFS type2: 8 <= sizeof(off64_t), fopen64, fseeko64, ftello64
57 check_symbol_exists("ftello64" "stdio.h" HAVE_FTELLO64)
62 set(LFS_FTELL "ftello64")
  /external/zlib/src/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
  /external/libvpx/libvpx/
tools_common.h 33 #define ftello ftello64
  /bionic/libc/include/
stdio.h 179 off_t ftello(FILE* __fp) __RENAME(ftello64) __INTRODUCED_IN(24);
203 off64_t ftello64(FILE* __fp) __INTRODUCED_IN(24);
  /toolchain/binutils/binutils-2.27/bfd/
config.in 47 /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
118 /* Define to 1 if you have the `ftello64' function. */
configure.host 39 hppa*64*-*-hpux*) # HP/UX's ftello64 et.al. declarations are only
sysdep.h 157 extern off64_t ftello64 (FILE *stream);
  /external/flac/include/share/
compat.h 58 #define ftello ftello64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 177 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 177 __ret = std::streampos(ftello64(_M_file));
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 593 /// off64_t ftello64(FILE *stream)
594 TLI_DEFINE_ENUM_INTERNAL(ftello64)
595 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 593 /// off64_t ftello64(FILE *stream)
594 TLI_DEFINE_ENUM_INTERNAL(ftello64)
595 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 593 /// off64_t ftello64(FILE *stream)
594 TLI_DEFINE_ENUM_INTERNAL(ftello64)
595 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /bionic/libc/stdio/
stdio.cpp 603 off64_t result = ftello64(fp);
612 off64_t ftello64(FILE* fp) { function
626 *pos = ftello64(fp);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.def 718 /// off64_t ftello64(FILE *stream)
719 TLI_DEFINE_ENUM_INTERNAL(ftello64)
720 TLI_DEFINE_STRING_INTERNAL("ftello64")
    [all...]

Completed in 798 milliseconds

1 2 3 4