Searched defs:fgetc (Results 1 - 4 of 4) sorted by relevance

/external/srec/portable/include/
H A DPFile.h211 * fgetc() implementation for PFile.
216 * @return see fgetc()
218 ESR_ReturnCode(*fgetc)(struct PFile_t* self, LINT* result); member in struct:PFile_t
385 * fgetc() implementation for PFile.
389 * @return see fgetc()
537 * Backwards compatible fgetc().
/external/bison/darwin-lib/
H A Dstdio.h537 # undef fgetc
538 # define fgetc rpl_fgetc
540 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
541 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
543 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream));
545 _GL_CXXALIASWARN (fgetc); variable
921 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
/external/bison/linux-lib/
H A Dstdio.h537 # undef fgetc
538 # define fgetc rpl_fgetc
540 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
541 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
543 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream));
545 _GL_CXXALIASWARN (fgetc); variable
921 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h224 /// int fgetc(FILE *stream);
225 fgetc, enumerator in enum:llvm::LibFunc::Func

Completed in 729 milliseconds