HomeSort by: relevance | last modified time | path
    Searched refs:off64_t (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_type_test.cc 29 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception_type_test.cpp 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception_type_test.cpp 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
  /src/external/cddl/osnet/dist/uts/common/sys/
extdirent.h 50 off64_t ed_off; /* offset of disk directory entry */
ctf_api.h 79 off64_t cts_offset; /* file offset of this section (if any) */
  /src/external/gpl3/binutils/dist/gprofng/common/
gp-defs.h 71 #define off64_t off_t macro
  /src/external/gpl3/binutils.old/dist/gprofng/common/
gp-defs.h 71 #define off64_t off_t macro
  /src/external/gpl3/binutils/dist/bfd/
sysdep.h 131 extern off64_t ftello64 (FILE *stream);
143 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
  /src/external/gpl3/binutils.old/dist/bfd/
sysdep.h 123 extern off64_t ftello64 (FILE *stream);
135 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
  /src/external/gpl3/gdb.old/dist/bfd/
sysdep.h 123 extern off64_t ftello64 (FILE *stream);
135 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
  /src/external/gpl3/gdb/dist/bfd/
sysdep.h 123 extern off64_t ftello64 (FILE *stream);
135 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
  /src/external/bsd/zstd/dist/zlibWrapper/
gzcompatibility.h 20 # define z_off64_t off64_t
  /src/external/cddl/osnet/sys/sys/
opentypes.h 30 typedef off_t off64_t; typedef
  /src/external/gpl3/binutils/dist/gprofng/src/
Data_window.h 56 off64_t get_fsize () { return fsize; }
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Data_window.h 56 off64_t get_fsize () { return fsize; }
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
stdio.d 11 import core.sys.posix.sys.types : ssize_t, off64_t = off_t;
22 alias int function(void *cookie, off64_t *offset, int whence) cookie_seek_function_t;
43 //import core.sys.posix.sys.stat : off64_t;
  /src/external/bsd/libevent/dist/test/
regress_zlib.c 80 #ifndef off64_t
81 #define off64_t ev_int64_t macro
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_zlib.c 79 #ifndef off64_t
80 #define off64_t ev_int64_t macro
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 106 static int mapBuffer (char *fname, Buffer *buf, off64_t foff);
247 -1, (off64_t) 0);
518 -1, (off64_t) 0);
581 off64_t offset = (off64_t) oldblk * blksz;
647 (off64_t) (offset + blksz - sizeof (zero)));
904 mapBuffer (char *fname, Buffer *buf, off64_t foff)
922 (off64_t) (foff + blksz - sizeof (nl)));
memmgr.c 128 MAP_PRIVATE | MAP_ANON, (int) -1, (off64_t) 0);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 106 static int mapBuffer (char *fname, Buffer *buf, off64_t foff);
247 -1, (off64_t) 0);
518 -1, (off64_t) 0);
581 off64_t offset = (off64_t) oldblk * blksz;
647 (off64_t) (offset + blksz - sizeof (zero)));
904 mapBuffer (char *fname, Buffer *buf, off64_t foff)
922 (off64_t) (foff + blksz - sizeof (nl)));
  /src/external/cddl/osnet/dist/lib/libctf/common/
ctf_lib.c 411 ctfsect.cts_offset = (off64_t)shp->sh_offset;
419 symsect.cts_offset = (off64_t)shp->sh_offset;
426 strsect.cts_offset = (off64_t)lhp->sh_offset;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
bigcore.c 146 #define large_off_t off64_t
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
bigcore.c 146 #define large_off_t off64_t
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_wrappers.cc 172 LLVM_SYMBOLIZER_INTERCEPTOR4(pread64, ssize_t(int, void *, size_t, off64_t))

Completed in 34 milliseconds

1 2 3