Searched refs:fseeko64 (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/cddl/compat/opensolaris/include/
H A Dstdio.h37 #define fseeko64 fseeko macro
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dsysdep.h161 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
H A Dbfdio.c56 return fseeko64 (file, offset, whence);
H A Dconfigure16255 echo "$as_me:$LINENO: checking whether fseeko64 is declared" >&5
16256 echo $ECHO_N "checking whether fseeko64 is declared... $ECHO_C" >&6
16270 #ifndef fseeko64
16271 char *p = (char *) fseeko64;
18993 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
19002 for ac_func in ftello ftello64 fseeko fseeko64 fopen64
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h213 #pragma redefine_extname fseeko64 __mfwrap_fseeko64
H A Dmf-hooks2.c1163 WRAPPER2(int, fseeko64, FILE *stream, off64_t offset, int whence)
1167 "fseeko64 stream");
1168 return fseeko64 (stream, offset, whence);
H A Dconfigure3893 for ac_func in fopen64 fseeko64 ftello64 stat64 freopen64
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h171 if (!fseeko64(_M_file, __off, __whence))
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h264 /// int fseeko64(FILE *stream, off64_t offset, int whence)
265 fseeko64, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp148 "fseeko64",
567 TLI.setUnavailable(LibFunc::fseeko64);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1285 case LibFunc::fseeko64:
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1908 (void) fseeko64(ifp, off, SEEK_SET);
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure30253 fseeko64(fp, 0, SEEK_CUR);
[all...]

Completed in 229 milliseconds