HomeSort by relevance Sort by last modified time
    Searched defs:ftello (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 42 #define ftello _ftello macro
  /external/flac/include/share/
compat.h 54 #define ftello _ftelli64 macro
58 #define ftello ftello64 macro
  /external/libvpx/libvpx/
tools_common.h 28 #define ftello _ftelli64 macro
33 #define ftello ftello64 macro
41 #define ftello ftell macro
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 26 #ifdef ftello
27 #undef ftello macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 26 #ifdef ftello
27 #undef ftello macro
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 26 #ifdef ftello
27 #undef ftello macro
  /bionic/libc/stdio/
stdio.cpp 600 off_t ftello(FILE* fp) { function
610 __strong_alias(ftell, ftello);
620 *pos = ftello(fp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 486 _off_t ftello(FILE * stream);
492 #define ftello ftello64 macro
    [all...]
pthread.h 540 #define ftello(...) (pthread_testcancel(), ftello(__VA_ARGS__)) macro
    [all...]

Completed in 1016 milliseconds