Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/binutils/dist/bfd/
Dsysdep.h107 extern off64_t ftello64 (FILE *stream);
119 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
Dconfigure.ac1012 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dsysdep.h123 extern off64_t ftello64 (FILE *stream);
135 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
Dconfigure.ac1011 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
/netbsd/src/external/bsd/libevent/dist/test/
Dregress_zlib.c80 #ifndef off64_t
81 #define off64_t ev_int64_t macro
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dregress_zlib.c79 #ifndef off64_t
80 #define off64_t ev_int64_t macro
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dextdirent.h50 off64_t ed_off; /* offset of disk directory entry */
Dctf_api.h79 off64_t cts_offset; /* file offset of this section (if any) */
/netbsd/src/external/cddl/osnet/dist/lib/libctf/common/
Dctf_lib.c411 ctfsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen()
419 symsect.cts_offset = (off64_t)shp->sh_offset; in ctf_fdopen()
426 strsect.cts_offset = (off64_t)lhp->sh_offset; in ctf_fdopen()
/netbsd/src/external/cddl/osnet/sys/sys/
Dopentypes.h30 typedef off_t off64_t; typedef
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dbigcore.c146 #define large_off_t off64_t
/netbsd/src/common/dist/zlib/
Dzconf.h536 # define z_off64_t off64_t
DCMakeLists.txt42 check_type_size(off64_t OFF64_T)
Dconfigure523 off64_t dummy = 0;
Dzconf.h.cmakein519 # define z_off64_t off64_t
Dzconf.h.in517 # define z_off64_t off64_t
DChangeLog447 - Move z_off64_t to public interface, use instead of off64_t
700 - Use off64_t and define _LARGEFILE64_SOURCE when present
/netbsd/src/external/bsd/top/dist/machine/
Dm_irix5.c76 #define off_t off64_t
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_link.c86 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \
87 (off64_t)elf_file.shdr[(index)].sh_offset || \
Ddt_cc.c1859 off64_t off; in dt_preproc()
/netbsd/src/external/gpl3/gcc/dist/config/
Dtcl.m42848 AC_MSG_CHECKING([for off64_t])
2850 AC_TRY_COMPILE([#include <sys/types.h>],[off64_t offset;
2853 dnl Define HAVE_TYPE_OFF64_T only when the off64_t type and the
/netbsd/src/external/gpl3/gdb/dist/config/
Dtcl.m42848 AC_MSG_CHECKING([for off64_t])
2850 AC_TRY_COMPILE([#include <sys/types.h>],[off64_t offset;
2853 dnl Define HAVE_TYPE_OFF64_T only when the off64_t type and the
/netbsd/src/external/gpl3/binutils/dist/config/
Dtcl.m42848 AC_MSG_CHECKING([for off64_t])
2850 AC_TRY_COMPILE([#include <sys/types.h>],[off64_t offset;
2853 dnl Define HAVE_TYPE_OFF64_T only when the off64_t type and the
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dinclhack.def57 extern int fseeko(FILE *, off64_t, int) __asm__("fseeko64");
59 extern off64_t ftello(FILE *) __asm__("ftello64");
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_vnops.c2811 off64_t *next = NULL; in zfs_readdir()

12