Searched defs:ftell (Results 1 - 5 of 5) sorted by relevance

/external/bison/darwin-lib/
H A Dstdio.h821 /* ftell, ftello. See the comments on fseek/fseeko. */
826 # undef ftell
830 # undef ftell
831 # define ftell rpl_ftell
833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp));
838 _GL_CXXALIASWARN (ftell);
844 # undef ftell
862 # undef ftell macro
[all...]
/external/bison/linux-lib/
H A Dstdio.h821 /* ftell, ftello. See the comments on fseek/fseeko. */
826 # undef ftell
830 # undef ftell
831 # define ftell rpl_ftell
833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp));
838 _GL_CXXALIASWARN (ftell);
844 # undef ftell
862 # undef ftell macro
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h276 /// long ftell(FILE *stream);
277 ftell, enumerator in enum:llvm::LibFunc::Func
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h883 long (*ftell)(FILE *f); member in struct:__anon12395
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H883 long (*ftell)(FILE *f); member in struct:__anon12694

Completed in 173 milliseconds