Home
last modified time | relevance | path

Searched refs:ftello64 (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d281 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 Dioapi.h50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
H A Dioapi.c24 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminizip.c38 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminiunz.c37 #define FTELLO_FUNC(stream) ftello64(stream)
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dioapi.h50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
H A Dioapi.c24 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminizip.c38 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminiunz.c37 #define FTELLO_FUNC(stream) ftello64(stream)
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dioapi.h50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
H A Dioapi.c24 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminizip.c38 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminiunz.c37 #define FTELLO_FUNC(stream) ftello64(stream)
/netbsd-src/external/cddl/osnet/include/
H A Dstdio.h37 #define ftello64 ftello macro
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsysdep.h107 extern off64_t ftello64 (FILE *stream);
H A Dconfig.in51 /* 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 Dconfigure.host39 hppa*64*-*-hpux*) # HP/UX's ftello64 et.al. declarations are only
H A Dbfdio.c52 return ftello64 (file); in _bfd_real_ftell()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsysdep.h107 extern off64_t ftello64 (FILE *stream);
H A Dconfig.in66 /* 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 Dconfigure.host39 hppa*64*-*-hpux*) # HP/UX's ftello64 et.al. declarations are only
H A Dbfdio.c52 return ftello64 (file); in _bfd_real_ftell()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h207 __ret = std::streampos(ftello64(_M_file)); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h206 __ret = std::streampos(ftello64(_M_file)); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def883 /// off64_t ftello64(FILE *stream)
884 TLI_DEFINE_ENUM_INTERNAL(ftello64)
885 TLI_DEFINE_STRING_INTERNAL("ftello64")

12