Searched defs:fputs (Results 1 – 4 of 4) sorted by relevance
66 fputs(const char * __restrict s, FILE * __restrict fp) in fputs() function
58 #define fputs outstr macro
81 # define fputs(x,y) fputs_unlocked (x,y) macro
154 INTERCEPTOR(int, fputs, const char *s, FILE *stream) { in INTERCEPTOR() argument