Searched refs:str (Results 1 – 2 of 2) sorted by relevance
16 static const char str[] = "hello world! "; in do_test() local18 memcpy (&buf[i * (sizeof (str) - 1)], str, sizeof (str)); in do_test()19 error (0, 0, str); in do_test()32 error (0, 0, str); in do_test()
218 write_string (FILE *stream, const char *str) in weak_alias()223 while ((c = *str++) != '\0') in weak_alias()
Completed in 5 milliseconds