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

/external/bison/lib/
H A Dunlocked-io.h79 # undef fputs macro
80 # define fputs(x,y) fputs_unlocked (x,y) macro
82 # define fputs_unlocked(x,y) fputs (x,y)
/external/bison/darwin-lib/
H A Dstdio.h660 # undef fputs
661 # define fputs rpl_fputs
663 _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream)
665 _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream));
667 _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream));
669 _GL_CXXALIASWARN (fputs); variable
/external/bison/linux-lib/
H A Dstdio.h660 # undef fputs
661 # define fputs rpl_fputs
663 _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream)
665 _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream));
667 _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream));
669 _GL_CXXALIASWARN (fputs); variable
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h291 /// int fputs(const char *s, FILE *stream);
292 fputs, enumerator in enum:llvm::LibFunc::Func

Completed in 151 milliseconds