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

/external/bison/lib/
H A Dunlocked-io.h72 # undef fputc macro
73 # define fputc(x,y) fputc_unlocked (x,y) macro
75 # define fputc_unlocked(x,y) fputc (x,y)
/external/bison/darwin-lib/
H A Dstdio.h646 # undef fputc
647 # define fputc rpl_fputc
649 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
650 _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream));
652 _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream));
654 _GL_CXXALIASWARN (fputc); variable
1195 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
/external/bison/linux-lib/
H A Dstdio.h646 # undef fputc
647 # define fputc rpl_fputc
649 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
650 _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream));
652 _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream));
654 _GL_CXXALIASWARN (fputc); variable
1195 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h289 /// int fputc(int c, FILE *stream);
290 fputc, enumerator in enum:llvm::LibFunc::Func

Completed in 2798 milliseconds