Lines Matching defs:out
50 FILE *out = fopen(kOutputFile, "a");
51 if (out == NULL) {
58 fprintf(out, "*** check-lost+found ***\nStarted: %s", ctime(&start));
68 fprintf(out, "Wrote %s, rebooting\n", kMarkerFile);
69 fflush(out);
87 fprintf(out, "Reboot failed?!\n");
90 fprintf(out, "Can't write %s: %s\n", kMarkerFile, strerror(errno));
93 fprintf(out, "Found %s\n", kMarkerFile);
102 fprintf(out, "Can't open %s: %s\n", fn, strerror(errno));
112 fprintf(out, "OMGZ FOUND %d FILES IN %s\n", count, fn);
114 fprintf(out, "%s is clean\n", fn);
122 fprintf(out, "Can't read kernel log: %s\n", strerror(errno));
124 fprintf(out, "--- Kernel log ---\n");
136 fprintf(out, "%s\n", line);