Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_flock64.h20 off64_t l_start;
21 off64_t l_len;
H A Doff64_t.h12 typedef __INT64_TYPE__ off64_t; typedef
H A Dcookie_io_functions_t.h18 typedef int cookie_seek_function_t(void *, off64_t *, int);
/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/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/llvm-project/compiler-rt/lib/interception/
H A Dinterception_type_test.cpp37 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
/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.h72 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
429 typedef int cookie_seek_function_t(void *, off64_t *, int);
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp291 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 Dtypes.h178 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.h553 # define z_off64_t off64_t
H A Dzconf.h.in523 # define z_off64_t off64_t
H A DChangeLog498 - 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 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/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1549 /// int fseeko64(FILE *stream, off64_t offset, int whence)
1589 /// 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.c1791 off64_t *next = NULL; in zfs_readdir()

12