Searched defs:fputs (Results 1 – 5 of 5) sorted by relevance
380 void fputs(int file, const char *s) in fputs() function
1100 fputs(const char *s, FILE *stream /* UNUSED */) in fputs() function
150 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro