| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | sysdep.h | 149 extern off64_t ftello64 (FILE *stream); 161 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
|
| D | configure.in | 962 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
|
| /freebsd-12-stable/lib/libc/stdio/ |
| D | fopencookie.c | 120 off64_t off64; in _fopencookie_seek() 145 off64 = (off64_t)offset; in _fopencookie_seek()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/interception/ |
| D | interception_type_test.cpp | 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| D | extdirent.h | 48 off64_t ed_off; /* offset of disk directory entry */
|
| D | ctf_api.h | 79 off64_t cts_offset; /* file offset of this section (if any) */
|
| /freebsd-12-stable/contrib/libevent/test/ |
| D | regress_zlib.c | 77 #ifndef off64_t 78 #define off64_t ev_int64_t macro
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_zlib.c | 77 #ifndef off64_t 78 #define off64_t ev_int64_t macro
|
| /freebsd-12-stable/sys/cddl/compat/opensolaris/sys/ |
| D | types.h | 57 typedef off_t off64_t; typedef
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libctf/common/ |
| D | ctf_lib.c | 403 ctfsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen() 411 symsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen() 418 strsect.cts_offset = (off64_t)lhp->sh_offset; in ctf_fdopen()
|
| /freebsd-12-stable/sys/contrib/zstd/zlibWrapper/ |
| D | gzcompatibility.h | 20 # define z_off64_t off64_t
|
| /freebsd-12-stable/include/ |
| D | stdio.h | 72 typedef __off64_t off64_t; typedef 422 typedef int cookie_seek_function_t(void *, off64_t *, int);
|
| /freebsd-12-stable/sys/sys/ |
| D | types.h | 180 typedef __off64_t off64_t; /* file offset (alias) */ typedef
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
| D | sanitizer_wrappers.cpp | 164 LLVM_SYMBOLIZER_INTERCEPTOR4(pread64, ssize_t(int, void *, size_t, off64_t))
|
| /freebsd-12-stable/sys/contrib/zlib/ |
| D | zconf.h | 543 # define z_off64_t off64_t
|
| D | zconf.h.in | 521 # define z_off64_t off64_t
|
| D | ChangeLog | 419 - Move z_off64_t to public interface, use instead of off64_t 672 - Use off64_t and define _LARGEFILE64_SOURCE when present
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | strings.c | 99 typedef off64_t file_off;
|
| /freebsd-12-stable/contrib/apr/include/ |
| D | apr.hnw | 253 typedef off64_t apr_off_t;
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_link.c | 60 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \ 61 (off64_t)elf_file.shdr[(index)].sh_offset || \
|
| D | dt_cc.c | 1859 off64_t off; in dt_preproc()
|
| /freebsd-12-stable/contrib/gcclibs/libmudflap/ |
| D | 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
|
| /freebsd-12-stable/contrib/apr/ |
| D | configure.in | 623 off64_t off = 4242; 625 if (sizeof(off64_t) != 8 || sizeof(off_t) != 4) 1935 off_t_value='off64_t' 1993 # ino64_t as apr_off_t is off64_t, but this can't be done now without
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetLibraryInfo.def | 865 /// int fseeko64(FILE *stream, off64_t offset, int whence) 889 /// off64_t ftello64(FILE *stream)
|
| /freebsd-12-stable/contrib/sqlite3/tea/tclconfig/ |
| D | tcl.m4 | 2638 AC_MSG_CHECKING([for off64_t]) 2640 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>]], [[off64_t offset; 2643 dnl Define HAVE_TYPE_OFF64_T only when the off64_t type and the 2648 AC_DEFINE(HAVE_TYPE_OFF64_T, 1, [Is off64_t in <sys/types.h>?])
|