Home
last modified time | relevance | path

Searched refs:teststring (Results 1 – 1 of 1) sorted by relevance

/libio/
A Dtst-ext.c10 const char teststring[] = "hello world"; in main() local
35 if (fputs (teststring, fp) == EOF) in main()
46 if (strcmp (readbuf, teststring) != 0) in main()
64 if (fputs (teststring, fp) == EOF) in main()
92 if (__fpending (fp) != strlen (teststring)) in main()
95 __fpending (fp), strlen (teststring)); in main()

Completed in 4 milliseconds