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

  /external/flac/include/share/
compat.h 53 #define fseeko _fseeki64 macro
57 #define fseeko fseeko64 macro
  /external/libvpx/libvpx/
tools_common.h 27 #define fseeko _fseeki64 macro
32 #define fseeko fseeko64 macro
40 #define fseeko fseek macro
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 23 #ifdef fseeko
24 #undef fseeko macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 23 #ifdef fseeko
24 #undef fseeko macro
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 23 #ifdef fseeko
24 #undef fseeko macro
  /bionic/libc/stdio/
stdio.cpp 578 int fseeko(FILE* fp, off_t offset, int whence) { function
583 __strong_alias(fseek, fseeko);
592 return fseeko(fp, *pos, SEEK_SET);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 475 int fseeko(FILE* stream, _off_t offset, int whence);
480 #define fseeko fseeko64 macro
    [all...]
pthread.h 536 #define fseeko(...) (pthread_testcancel(), fseeko(__VA_ARGS__)) macro
    [all...]

Completed in 188 milliseconds