/freebsd/lib/libc/stdio/ |
H A D | fopencookie.c | 117 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.h | 50 typedef __int64_t off64_t; typedef
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_type_test.cpp | 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | extdirent.h | 48 off64_t ed_off; /* offset of disk directory entry */
|
H A D | ctf_api.h | 79 off64_t cts_offset; /* file offset of this section (if any) */
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_zlib.c | 77 #ifndef off64_t 78 #define off64_t ev_int64_t macro
|
/freebsd/contrib/libevent/test/ |
H A D | regress_zlib.c | 77 #ifndef off64_t 78 #define off64_t ev_int64_t macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | types.h | 71 typedef off_t off64_t; typedef
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | gzcompatibility.h | 20 # define z_off64_t off64_t
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 405 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 D | stdio.h | 72 typedef __off64_t off64_t; typedef 428 typedef int cookie_seek_function_t(void *, off64_t *, int);
|
/freebsd/sys/sys/ |
H A D | types.h | 177 typedef __off64_t off64_t; /* file offset (alias) */ typedef
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 165 LLVM_SYMBOLIZER_INTERCEPTOR4(pread64, ssize_t(int, void *, size_t, off64_t))
|
/freebsd/sys/contrib/zlib/ |
H A D | zconf.h | 539 # define z_off64_t off64_t
|
H A D | zconf.h.in | 517 # define z_off64_t off64_t
|
H A D | ChangeLog | 447 - 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 D | dt_link.c | 61 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \ 62 (off64_t)elf_file.shdr[(index)].sh_offset || \
|
H A D | dt_cc.c | 1863 off64_t off; in dt_preproc()
|
/freebsd/contrib/sqlite3/tea/tclconfig/ |
H A D | tcl.m4 | 2638 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 D | TargetLibraryInfo.def | 1450 /// int fseeko64(FILE *stream, off64_t offset, int whence) 1490 /// off64_t ftello64(FILE *stream)
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 204 off64_t when Large File Support is enabled.
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vnops_os.c | 1691 off64_t *next = NULL; in zfs_readdir()
|
/freebsd/contrib/sqlite3/tea/ |
H A D | configure | 8603 off64_t offset;
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 38835 #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))\
|