Searched refs:str2 (Results 1 – 1 of 1) sorted by relevance
79 static const char str2[] = "just hello"; in do_test_with_buffer() local80 const size_t nstr2 = sizeof (str2) - 1; in do_test_with_buffer()82 fputs (str2, fp); in do_test_with_buffer()144 static const char str2[] = "just hello"; in do_test_without_buffer() local145 const size_t nstr2 = sizeof (str2) - 1; in do_test_without_buffer()147 fputs (str2, fp); in do_test_without_buffer()
Completed in 3 milliseconds