Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDsysdep.h149 extern off64_t ftello64 (FILE *stream);
161 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
HDconfigure.in962 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
/NextBSD/contrib/compiler-rt/lib/interception/
HDinterception_type_test.cc28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDextdirent.h48 off64_t ed_off; /* offset of disk directory entry */
HDctf_api.h79 off64_t cts_offset; /* file offset of this section (if any) */
/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress_zlib.c77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDtypes.h55 typedef off_t off64_t; typedef
/NextBSD/cddl/contrib/opensolaris/lib/libctf/common/
HDctf_lib.c402 ctfsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen()
410 symsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen()
417 strsect.cts_offset = (off64_t)lhp->sh_offset; in ctf_fdopen()
/NextBSD/lib/libz/
HDzconf.h493 # define z_off64_t off64_t
HDChangeLog301 - Move z_off64_t to public interface, use instead of off64_t
554 - Use off64_t and define _LARGEFILE64_SOURCE when present
/NextBSD/contrib/binutils/binutils/
HDstrings.c99 typedef off64_t file_off;
/NextBSD/contrib/apr/include/
HDapr.hnw251 typedef off64_t apr_off_t;
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c75 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \
76 (off64_t)elf_file.shdr[(index)].sh_offset || \
HDdt_cc.c1902 off64_t off; in dt_preproc()
/NextBSD/contrib/gcclibs/libmudflap/
HDmf-hooks2.c1163 WRAPPER2(int, fseeko64, FILE *stream, off64_t offset, int whence) in WRAPPER2()
1183 WRAPPER2(off64_t, ftello64, FILE *stream) in WRAPPER2() argument
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.def475 /// int fseeko64(FILE *stream, off64_t offset, int whence)
499 /// off64_t ftello64(FILE *stream)
/NextBSD/contrib/apr/
HDconfigure.in605 off64_t off = 4242;
607 if (sizeof(off64_t) != 8 || sizeof(off_t) != 4)
1846 off_t_value='off64_t'
1897 # ino64_t as apr_off_t is off64_t, but this can't be done now without
HDconfigure18725 off64_t off = 4242;
18727 if (sizeof(off64_t) != 8 || sizeof(off_t) != 4)
/NextBSD/contrib/tnftp/
HDChangeLog204 off64_t when Large File Support is enabled.
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vnops.c2608 off64_t *next = NULL; in zfs_readdir()