Searched refs:fseeko64 (Results 1 – 19 of 19) 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/chromium_org/third_party/zlib/contrib/minizip/ |
D | ioapi.h | 50 #define fseeko64 fseek macro 56 #define fseeko64 _fseeki64 macro 59 #define fseeko64 fseek macro
|
D | ioapi.c | 191 if(fseeko64((FILE *)stream, offset, fseek_origin) != 0) in fseek64_file_func()
|
D | minizip.c | 218 int n = fseeko64(pFile, 0, SEEK_END); in isLargeFile()
|
/external/libvpx/libvpx/ |
D | tools_common.h | 34 #define fseeko fseeko64
|
/external/flac/include/share/ |
D | compat.h | 57 #define fseeko fseeko64
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
D | tools_common.h | 30 #define fseeko fseeko64
|
/external/chromium_org/third_party/zlib/ |
D | zlib.gyp | 97 # fseeko64. We use fopen, ftell, and fseek instead on these
|
D | BUILD.gn | 70 # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 57 return fseeko64(f,off,whence); in _ov_header_fseek_wrap()
|
/external/stlport/src/ |
D | stdio_streambuf.cpp | 46 # define FSEEK fseeko64
|
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 118 # define FSEEK fseeko64
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 310 fseeko64, enumerator
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 665 TLI.setUnavailable(LibFunc::fseeko64); in initialize()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1632 case LibFunc::fseeko64: in inferPrototypeAttributes()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2023 fun:fseeko64=uninstrumented
|