Searched defs:ftell (Results 1 - 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
H A D | opj_includes.h | 66 # define ftell ftello macro 86 # define OPJ_FTELL(stream) ftell(stream)
|
/external/bison/darwin-lib/ |
H A D | stdio.h | 821 /* 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 D | stdio.h | 821 /* 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 D | TargetLibraryInfo.h | 321 /// long ftell(FILE *stream); 322 ftell, enumerator in enum:llvm::LibFunc::Func
|
Completed in 198 milliseconds