Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12-stable/contrib/binutils/bfd/
Dsysdep.h149 extern off64_t ftello64 (FILE *stream);
161 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
Dconfigure.in962 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
/freebsd-12-stable/lib/libc/stdio/
Dfopencookie.c120 off64_t off64; in _fopencookie_seek()
145 off64 = (off64_t)offset; in _fopencookie_seek()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/interception/
Dinterception_type_test.cpp28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dextdirent.h48 off64_t ed_off; /* offset of disk directory entry */
Dctf_api.h79 off64_t cts_offset; /* file offset of this section (if any) */
/freebsd-12-stable/contrib/libevent/test/
Dregress_zlib.c77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dregress_zlib.c77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
Dtypes.h57 typedef off_t off64_t; typedef
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libctf/common/
Dctf_lib.c403 ctfsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen()
411 symsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen()
418 strsect.cts_offset = (off64_t)lhp->sh_offset; in ctf_fdopen()
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
Dgzcompatibility.h20 # define z_off64_t off64_t
/freebsd-12-stable/include/
Dstdio.h72 typedef __off64_t off64_t; typedef
422 typedef int cookie_seek_function_t(void *, off64_t *, int);
/freebsd-12-stable/sys/sys/
Dtypes.h180 typedef __off64_t off64_t; /* file offset (alias) */ typedef
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
Dsanitizer_wrappers.cpp164 LLVM_SYMBOLIZER_INTERCEPTOR4(pread64, ssize_t(int, void *, size_t, off64_t))
/freebsd-12-stable/sys/contrib/zlib/
Dzconf.h543 # define z_off64_t off64_t
Dzconf.h.in521 # define z_off64_t off64_t
DChangeLog419 - Move z_off64_t to public interface, use instead of off64_t
672 - Use off64_t and define _LARGEFILE64_SOURCE when present
/freebsd-12-stable/contrib/binutils/binutils/
Dstrings.c99 typedef off64_t file_off;
/freebsd-12-stable/contrib/apr/include/
Dapr.hnw253 typedef off64_t apr_off_t;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_link.c60 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \
61 (off64_t)elf_file.shdr[(index)].sh_offset || \
Ddt_cc.c1859 off64_t off; in dt_preproc()
/freebsd-12-stable/contrib/gcclibs/libmudflap/
Dmf-hooks2.c1163 WRAPPER2(int, fseeko64, FILE *stream, off64_t offset, int whence) in WRAPPER2()
1183 WRAPPER2(off64_t, ftello64, FILE *stream) in WRAPPER2() argument
/freebsd-12-stable/contrib/apr/
Dconfigure.in623 off64_t off = 4242;
625 if (sizeof(off64_t) != 8 || sizeof(off_t) != 4)
1935 off_t_value='off64_t'
1993 # ino64_t as apr_off_t is off64_t, but this can't be done now without
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def865 /// int fseeko64(FILE *stream, off64_t offset, int whence)
889 /// off64_t ftello64(FILE *stream)
/freebsd-12-stable/contrib/sqlite3/tea/tclconfig/
Dtcl.m42638 AC_MSG_CHECKING([for off64_t])
2640 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>]], [[off64_t offset;
2643 dnl Define HAVE_TYPE_OFF64_T only when the off64_t type and the
2648 AC_DEFINE(HAVE_TYPE_OFF64_T, 1, [Is off64_t in <sys/types.h>?])

12