| /src/external/cddl/osnet/include/ |
| stdio.h | 39 #define fseeko64 fseeko 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. 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
| ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
| minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
| /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. 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
| ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
| minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
| /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. 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
| ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
| minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
| /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. 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
| ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
| minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
| /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. 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
| ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
| minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| stdio.d | 271 int fseeko64(FILE*, off_t, int); 272 alias fseeko64 fseeko; 299 int fseeko64(FILE*, off_t, int); 300 alias fseeko64 fseeko; 326 int fseeko64(FILE*, off_t, int); 327 alias fseeko64 fseeko; 353 int fseeko64(FILE*, off_t, int); 354 alias fseeko64 fseeko; 436 int fseeko64(FILE*, off_t, int); 437 alias fseeko = fseeko64; [all...] |
| /src/external/bsd/zstd/dist/programs/ |
| fileio_common.h | 90 # define LONG_SEEK fseeko64
|
| util.h | 37 # define UTIL_fseek fseeko64
|
| /src/external/gpl3/binutils/dist/bfd/ |
| sysdep.h | 143 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| sysdep.h | 135 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| sysdep.h | 135 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| sysdep.h | 135 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| stdio_sync_filebuf.h | 207 if (!fseeko64(_M_file, __off, __whence))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| stdio_sync_filebuf.h | 205 if (!fseeko64(_M_file, __off, __whence))
|