Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfopencookie.c117 off64_t off64; in _fopencookie_seek()
142 off64 = (off64_t)offset; in _fopencookie_seek()
/freebsd/tools/build/cross-build/include/common/sys/
H A D_types.h50 typedef __int64_t off64_t; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_type_test.cpp28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dextdirent.h48 off64_t ed_off; /* offset of disk directory entry */
H A Dctf_api.h79 off64_t cts_offset; /* file offset of this section (if any) */
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
/freebsd/contrib/libevent/test/
H A Dregress_zlib.c77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtypes.h71 typedef off_t off64_t; typedef
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzcompatibility.h20 # define z_off64_t off64_t
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c405 ctfsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen()
413 symsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen()
420 strsect.cts_offset = (off64_t)lhp->sh_offset; in ctf_fdopen()
/freebsd/include/
H A Dstdio.h72 typedef __off64_t off64_t; typedef
428 typedef int cookie_seek_function_t(void *, off64_t *, int);
/freebsd/sys/sys/
H A Dtypes.h177 typedef __off64_t off64_t; /* file offset (alias) */ typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp165 LLVM_SYMBOLIZER_INTERCEPTOR4(pread64, ssize_t(int, void *, size_t, off64_t))
/freebsd/sys/contrib/zlib/
H A Dzconf.h539 # define z_off64_t off64_t
H A Dzconf.h.in517 # define z_off64_t off64_t
H A DChangeLog447 - Move z_off64_t to public interface, use instead of off64_t
700 - Use off64_t and define _LARGEFILE64_SOURCE when present
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c61 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \
62 (off64_t)elf_file.shdr[(index)].sh_offset || \
H A Ddt_cc.c1863 off64_t off; in dt_preproc()
/freebsd/contrib/sqlite3/tea/tclconfig/
H A 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>?])
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1450 /// int fseeko64(FILE *stream, off64_t offset, int whence)
1490 /// off64_t ftello64(FILE *stream)
/freebsd/contrib/tnftp/
H A DChangeLog204 off64_t when Large File Support is enabled.
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1691 off64_t *next = NULL; in zfs_readdir()
/freebsd/contrib/sqlite3/tea/
H A Dconfigure8603 off64_t offset;
/freebsd/contrib/sqlite3/
H A Dsqlite3.c38835 #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent)
38853 #define osPwrite64 ((ssize_t(*)(int,const void*,size_t,off64_t))\