Searched refs:fprintf (Results 1 – 3 of 3) sorted by relevance
82 int fprintf(FILE *fp, const char *fmt, ...) __PRINTFLIKE(2, 3);
81 EXPECT_EQ(content_len, fprintf(stdout, "%s", content), ""); in test_stdio_fs()
100 int fprintf(FILE *fp, const char *fmt, ...) { in fprintf() function
Completed in 7 milliseconds