Searched refs:fseeko64 (Results 1 – 13 of 13) sorted by relevance
/external/zlib/src/contrib/minizip/ |
D | ioapi.h | 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
D | ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
D | minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
D | miniunz.c | 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 51 # LFS type2: 8 <= sizeof(off64_t), fopen64, fseeko64, ftello64 56 check_symbol_exists("fseeko64" "stdio.h" HAVE_FSEEKO64) 61 set(LFS_FSEEK "fseeko64")
|
/external/flac/include/share/ |
D | compat.h | 57 #define fseeko fseeko64
|
/external/libvpx/libvpx/ |
D | tools_common.h | 31 #define fseeko fseeko64
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 57 return fseeko64(f,off,whence); in _ov_header_fseek_wrap()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 564 /// int fseeko64(FILE *stream, off64_t offset, int whence) 565 TLI_DEFINE_ENUM_INTERNAL(fseeko64) 566 TLI_DEFINE_STRING_INTERNAL("fseeko64")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 380 TLI.setUnavailable(LibFunc::fseeko64); in initialize()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1759 case LibFunc::fseeko64: in inferPrototypeAttributes()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1782 fun:fseeko64=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 342 PUBLIC 6cae0 0 fseeko64
|