Lines Matching refs:printf
66 printf("\x1b[H\x1b[2J"); /* Cursor home, clear screen. */ in memtest_progress_start()
68 for (j = 0; j < ws.ws_col*(ws.ws_row-2); j++) printf("."); in memtest_progress_start()
69 printf("Please keep the test running several minutes per GB of memory.\n"); in memtest_progress_start()
70 printf("Also check http://www.memtest86.com/ and http://pyropus.ca/software/memtester/"); in memtest_progress_start()
71 printf("\x1b[H\x1b[2K"); /* Cursor home, clear current line. */ in memtest_progress_start()
72 printf("%s [%d]\n", title, pass); /* Print title. */ in memtest_progress_start()
79 printf("\x1b[H\x1b[2J"); /* Cursor home, clear screen. */ in memtest_progress_end()
85 for (j = 0; j < chars-progress_printed; j++) printf("%c",c); in memtest_progress_step()
110 printf("\n*** MEMORY ADDRESSING ERROR: %p contains %lu\n", in memtest_addressing()
204 printf("\n*** MEMORY ERROR DETECTED: %p != %p (%lu vs %lu)\n", in memtest_compare()
355 printf("\nYour memory passed this test.\n"); in memtest()
356 printf("Please if you are still in doubt use the following two tools:\n"); in memtest()
357 printf("1) memtest86: http://www.memtest86.com/\n"); in memtest()
358 printf("2) memtester: http://pyropus.ca/software/memtester/\n"); in memtest()