Lines Matching refs:OSReport
126 OSReport("\n-----------------------------------"); in main()
127 OSReport("\n Hit Command+Q to quit this demo"); in main()
128 OSReport("\n-----------------------------------\n\n"); in main()
140 OSReport("Cannot open file \"%s\"", fileName1); in main()
146 OSReport("Cannot open file \"%s\"", fileName2); in main()
190 OSReport("readCount is %d\n", readCount); in main()
203 OSReport("read end\n"); in main()
204 OSReport(" %d loops to read the first file\n", count1); in main()
205 OSReport(" %d loops to read the second file\n", count2); in main()
206 OSReport("\n"); in main()
213 OSReport("First file:\n"); in main()
217 OSReport("%c", *ptr1++); in main()
219 OSReport("\n\n"); in main()
221 OSReport("Second file:\n"); in main()
225 OSReport("%c", *ptr2++); in main()
227 OSReport("\n\n"); in main()