Searched refs:off64_t (Results 1 – 25 of 28) sorted by relevance
12
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | sysdep.h | 107 extern off64_t ftello64 (FILE *stream); 119 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
|
| D | configure.ac | 1012 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | sysdep.h | 123 extern off64_t ftello64 (FILE *stream); 135 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
|
| D | configure.ac | 1011 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
|
| /netbsd/src/external/bsd/libevent/dist/test/ |
| D | regress_zlib.c | 80 #ifndef off64_t 81 #define off64_t ev_int64_t macro
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/ |
| D | regress_zlib.c | 79 #ifndef off64_t 80 #define off64_t ev_int64_t macro
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/sys/ |
| D | extdirent.h | 50 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) */
|
| /netbsd/src/external/cddl/osnet/dist/lib/libctf/common/ |
| D | ctf_lib.c | 411 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/ |
| D | opentypes.h | 30 typedef off_t off64_t; typedef
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | bigcore.c | 146 #define large_off_t off64_t
|
| /netbsd/src/common/dist/zlib/ |
| D | zconf.h | 536 # define z_off64_t off64_t
|
| D | CMakeLists.txt | 42 check_type_size(off64_t OFF64_T)
|
| D | configure | 523 off64_t dummy = 0;
|
| D | zconf.h.cmakein | 519 # define z_off64_t off64_t
|
| D | zconf.h.in | 517 # define z_off64_t off64_t
|
| D | ChangeLog | 447 - 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/ |
| D | m_irix5.c | 76 #define off_t off64_t
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_link.c | 86 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \ 87 (off64_t)elf_file.shdr[(index)].sh_offset || \
|
| D | dt_cc.c | 1859 off64_t off; in dt_preproc()
|
| /netbsd/src/external/gpl3/gcc/dist/config/ |
| D | tcl.m4 | 2848 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/ |
| D | tcl.m4 | 2848 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/ |
| D | tcl.m4 | 2848 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/ |
| D | inclhack.def | 57 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/ |
| D | zfs_vnops.c | 2811 off64_t *next = NULL; in zfs_readdir()
|
12