Searched refs:fseeko64 (Results 1 – 17 of 17) 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/ltp/utils/ffsb-6.0-rc2/ |
D | configure.in | 46 AC_CHECK_FUNCS(system gettimeofday mkdir strerror open64 stat64 fseeko64 lrand48_r srand48_r)
|
D | config.h.in | 6 /* Define to 1 if you have the `fseeko64' function. */
|
D | configure | 5561 for ac_func in system gettimeofday mkdir strerror open64 stat64 fseeko64 lrand48_r srand48_r
|
/external/flac/include/share/ |
D | compat.h | 57 #define fseeko fseeko64
|
/external/libvpx/libvpx/ |
D | tools_common.h | 32 #define fseeko fseeko64
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 327 ; CHECK: declare void @fseeko64(...) 328 declare void @fseeko64(...)
|
D | annotate.ll | 346 ; CHECK-LINUX: declare i32 @fseeko64(%opaque* nocapture, i64, i32) [[G0]] 347 declare i32 @fseeko64(%opaque*, i64, i32)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 569 /// int fseeko64(FILE *stream, off64_t offset, int whence) 570 TLI_DEFINE_ENUM_INTERNAL(fseeko64) 571 TLI_DEFINE_STRING_INTERNAL("fseeko64")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 385 TLI.setUnavailable(LibFunc::fseeko64); in initialize() 723 case LibFunc::fseeko64: in isValidProtoForLibFunc()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 649 case LibFunc::fseeko64: in inferLibFuncAttributes()
|
/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
|