| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | struct_flock64.h | 20 off64_t l_start; 21 off64_t l_len;
|
| H A D | off64_t.h | 12 typedef __INT64_TYPE__ off64_t; typedef
|
| H A D | cookie_io_functions_t.h | 18 typedef int cookie_seek_function_t(void *, off64_t *, int);
|
| /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/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/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_type_test.cpp | 37 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
|
| /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 | 72 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 429 typedef int cookie_seek_function_t(void *, off64_t *, int);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 291 INTERCEPTOR(int, truncate64, const char *pathname, off64_t length) { 296 INTERCEPTOR(int, ftruncate64, int fd, off64_t length) { 494 INTERCEPTOR(int, fseeko64, FILE *stream, off64_t offset, int whence) { 504 INTERCEPTOR(off64_t, ftello64, FILE *stream) { argument 653 INTERCEPTOR(off64_t, lseek64, int fd, off64_t offset, int whence) { argument 992 int fd, off64_t offset) {
|
| /freebsd/sys/sys/ |
| H A D | types.h | 178 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 | 553 # define z_off64_t off64_t
|
| H A D | zconf.h.in | 523 # define z_off64_t off64_t
|
| H A D | ChangeLog | 498 - Move z_off64_t to public interface, use instead of off64_t 751 - 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/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1549 /// int fseeko64(FILE *stream, off64_t offset, int whence) 1589 /// 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 | 1791 off64_t *next = NULL; in zfs_readdir()
|