Searched refs:off64_t (Results 1 – 20 of 20) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | sysdep.h | 149 extern off64_t ftello64 (FILE *stream); 161 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
|
| HD | configure.in | 962 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
|
| /NextBSD/contrib/compiler-rt/lib/interception/ |
| HD | interception_type_test.cc | 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | extdirent.h | 48 off64_t ed_off; /* offset of disk directory entry */
|
| HD | ctf_api.h | 79 off64_t cts_offset; /* file offset of this section (if any) */
|
| /NextBSD/contrib/ntp/sntp/libevent/test/ |
| HD | regress_zlib.c | 77 #ifndef off64_t 78 #define off64_t ev_int64_t macro
|
| /NextBSD/sys/cddl/compat/opensolaris/sys/ |
| HD | types.h | 55 typedef off_t off64_t; typedef
|
| /NextBSD/cddl/contrib/opensolaris/lib/libctf/common/ |
| HD | ctf_lib.c | 402 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/ |
| HD | zconf.h | 493 # define z_off64_t off64_t
|
| HD | ChangeLog | 301 - 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/ |
| HD | strings.c | 99 typedef off64_t file_off;
|
| /NextBSD/contrib/apr/include/ |
| HD | apr.hnw | 251 typedef off64_t apr_off_t;
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_link.c | 75 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \ 76 (off64_t)elf_file.shdr[(index)].sh_offset || \
|
| HD | dt_cc.c | 1902 off64_t off; in dt_preproc()
|
| /NextBSD/contrib/gcclibs/libmudflap/ |
| HD | mf-hooks2.c | 1163 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/ |
| HD | TargetLibraryInfo.def | 475 /// int fseeko64(FILE *stream, off64_t offset, int whence) 499 /// off64_t ftello64(FILE *stream)
|
| /NextBSD/contrib/apr/ |
| HD | configure.in | 605 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
|
| HD | configure | 18725 off64_t off = 4242; 18727 if (sizeof(off64_t) != 8 || sizeof(off_t) != 4)
|
| /NextBSD/contrib/tnftp/ |
| HD | ChangeLog | 204 off64_t when Large File Support is enabled.
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zfs_vnops.c | 2608 off64_t *next = NULL; in zfs_readdir()
|