Searched defs:ftell (Results 1 - 4 of 4) sorted by path

/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.h321 /// long ftell(FILE *stream);
322 ftell, enumerator in enum:llvm::LibFunc::Func
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_includes.h66 # define ftell ftello macro
86 # define OPJ_FTELL(stream) ftell(stream)

Completed in 1010 milliseconds