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

1 2

  /src/external/cddl/osnet/include/
stdio.h 37 #define ftello64 ftello macro
  /src/common/dist/zlib/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
miniunz.c 37 #define FTELLO_FUNC(stream) ftello64(stream)
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
stdio.d 281 off_t ftello64(FILE*);
282 alias ftello64 ftello;
309 off_t ftello64(FILE*);
310 alias ftello64 ftello;
336 off_t ftello64(FILE*);
337 alias ftello64 ftello;
363 off_t ftello64(FILE*);
364 alias ftello64 ftello;
446 off_t ftello64(FILE*);
447 alias ftello = ftello64;
    [all...]
  /src/external/bsd/zstd/dist/programs/
fileio_common.h 91 # define LONG_TELL ftello64
  /src/external/gpl3/binutils/dist/bfd/
sysdep.h 131 extern off64_t ftello64 (FILE *stream);
  /src/external/gpl3/binutils.old/dist/bfd/
sysdep.h 123 extern off64_t ftello64 (FILE *stream);
  /src/external/gpl3/gdb/dist/bfd/
sysdep.h 123 extern off64_t ftello64 (FILE *stream);
  /src/external/gpl3/gdb.old/dist/bfd/
sysdep.h 123 extern off64_t ftello64 (FILE *stream);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
stdio_sync_filebuf.h 208 __ret = std::streampos(ftello64(_M_file));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
stdio_sync_filebuf.h 206 __ret = std::streampos(ftello64(_M_file));

Completed in 46 milliseconds

1 2