Searched refs:off64_t (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/tools/build/cross-build/include/common/sys/
H A D_types.h50 typedef __int64_t off64_t; typedef
/freebsd-current/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_type_test.cpp28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
/freebsd-current/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-current/lib/libc/stdio/
H A Dfopencookie.c117 off64_t off64;
142 off64 = (off64_t)offset;
/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dgzcompatibility.h20 # define z_off64_t off64_t
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtypes.h71 typedef off_t off64_t; typedef
/freebsd-current/contrib/libevent/test/
H A Dregress_zlib.c77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
/freebsd-current/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c405 ctfsect.cts_offset = (off64_t)shp->sh_offset;
413 symsect.cts_offset = (off64_t)shp->sh_offset;
420 strsect.cts_offset = (off64_t)lhp->sh_offset;
/freebsd-current/include/
H A Dstdio.h69 typedef __off64_t off64_t; typedef
419 typedef int cookie_seek_function_t(void *, off64_t *, int);
/freebsd-current/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-current/sys/sys/
H A Dtypes.h177 typedef __off64_t off64_t; /* file offset (alias) */ typedef
/freebsd-current/sys/contrib/zlib/
H A Dzconf.h539 # define z_off64_t off64_t
/freebsd-current/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;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1819 off64_t *next = NULL;
/freebsd-current/contrib/sqlite3/tea/
H A Dconfigure8590 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for off64_t" >&5
8591 printf %s "checking for off64_t... " >&6; }
8603 off64_t offset;
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 745 milliseconds