/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | stdio.d | 281 off_t ftello64(FILE*); in version() 282 alias ftello64 ftello; in version() 309 off_t ftello64(FILE*); in version() 310 alias ftello64 ftello; in version() 336 off_t ftello64(FILE*); in version() 337 alias ftello64 ftello; in version() 363 off_t ftello64(FILE*); in version() 364 alias ftello64 ftello; in version() 446 off_t ftello64(FILE*); in version() 447 alias ftello = ftello64; in version()
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
H A D | ioapi.h | 50 #define ftello64 ftell macro 55 #define ftello64 ftello macro 61 #define ftello64 _ftelli64 macro 64 #define ftello64 ftell macro
|
H A D | ioapi.c | 24 #define FTELLO_FUNC(stream) ftello64(stream)
|
H A D | minizip.c | 38 #define FTELLO_FUNC(stream) ftello64(stream)
|
H A D | miniunz.c | 37 #define FTELLO_FUNC(stream) ftello64(stream)
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
H A D | ioapi.h | 50 #define ftello64 ftell macro 55 #define ftello64 ftello macro 61 #define ftello64 _ftelli64 macro 64 #define ftello64 ftell macro
|
H A D | ioapi.c | 24 #define FTELLO_FUNC(stream) ftello64(stream)
|
H A D | minizip.c | 38 #define FTELLO_FUNC(stream) ftello64(stream)
|
H A D | miniunz.c | 37 #define FTELLO_FUNC(stream) ftello64(stream)
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
H A D | ioapi.h | 50 #define ftello64 ftell macro 55 #define ftello64 ftello macro 61 #define ftello64 _ftelli64 macro 64 #define ftello64 ftell macro
|
H A D | ioapi.c | 24 #define FTELLO_FUNC(stream) ftello64(stream)
|
H A D | minizip.c | 38 #define FTELLO_FUNC(stream) ftello64(stream)
|
H A D | miniunz.c | 37 #define FTELLO_FUNC(stream) ftello64(stream)
|
/netbsd-src/external/cddl/osnet/include/ |
H A D | stdio.h | 37 #define ftello64 ftello macro
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | sysdep.h | 107 extern off64_t ftello64 (FILE *stream);
|
H A D | config.in | 51 /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 97 /* Define to 1 if you have the `ftello64' function. */
|
H A D | configure.host | 39 hppa*64*-*-hpux*) # HP/UX's ftello64 et.al. declarations are only
|
H A D | bfdio.c | 52 return ftello64 (file); in _bfd_real_ftell()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | sysdep.h | 107 extern off64_t ftello64 (FILE *stream);
|
H A D | config.in | 66 /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 116 /* Define to 1 if you have the `ftello64' function. */
|
H A D | configure.host | 39 hppa*64*-*-hpux*) # HP/UX's ftello64 et.al. declarations are only
|
H A D | bfdio.c | 52 return ftello64 (file); in _bfd_real_ftell()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 207 __ret = std::streampos(ftello64(_M_file)); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 206 __ret = std::streampos(ftello64(_M_file)); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 883 /// off64_t ftello64(FILE *stream) 884 TLI_DEFINE_ENUM_INTERNAL(ftello64) 885 TLI_DEFINE_STRING_INTERNAL("ftello64")
|