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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_type_test.cpp28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
/freebsd-12-stable/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-12-stable/contrib/binutils/bfd/
H A Dsysdep.h149 extern off64_t ftello64 (FILE *stream);
161 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
/freebsd-12-stable/lib/libc/stdio/
H A Dfopencookie.c120 off64_t off64;
145 off64 = (off64_t)offset;
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzcompatibility.h20 # define z_off64_t off64_t
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dtypes.h57 typedef off_t off64_t; typedef
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_zlib.c77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c403 ctfsect.cts_offset = (off64_t)shp->sh_offset;
411 symsect.cts_offset = (off64_t)shp->sh_offset;
418 strsect.cts_offset = (off64_t)lhp->sh_offset;
/freebsd-12-stable/include/
H A Dstdio.h72 typedef __off64_t off64_t; typedef
422 typedef int cookie_seek_function_t(void *, off64_t *, int);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp164 LLVM_SYMBOLIZER_INTERCEPTOR4(pread64, ssize_t(int, void *, size_t, off64_t))
/freebsd-12-stable/sys/sys/
H A Dtypes.h180 typedef __off64_t off64_t; /* file offset (alias) */ typedef
/freebsd-12-stable/contrib/binutils/binutils/
H A Dstrings.c100 typedef off64_t file_off;
/freebsd-12-stable/sys/contrib/zlib/
H A Dzconf.h516 # define z_off64_t off64_t
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1163 WRAPPER2(int, fseeko64, FILE *stream, off64_t offset, int whence)
1183 WRAPPER2(off64_t, ftello64, FILE *stream)
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c60 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \
61 (off64_t)elf_file.shdr[(index)].sh_offset || \
H A Ddt_cc.c1859 off64_t off;
/freebsd-12-stable/contrib/sqlite3/tea/
H A Dconfigure8451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for off64_t" >&5
8452 $as_echo_n "checking for off64_t... " >&6; }
8463 off64_t offset;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c2448 off64_t *next = NULL;
/freebsd-12-stable/contrib/apr/
H A Dconfigure19321 off64_t off = 4242;
19323 if (sizeof(off64_t) != 8 || sizeof(off_t) != 4)
25008 off_t_value='off64_t'
25280 # ino64_t as apr_off_t is off64_t, but this can't be done now without
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 990 milliseconds