Home | History | Annotate | Download | only in puncture_fs

Lines Matching refs:stderr

42     fprintf(stderr,
52 fprintf(stderr, "\nerrno: %d. Failed to get free disk space on %s\n",
90 fprintf(stderr, "\nerrno: %d. Failed to create %s\n", errno, file_path);
97 fprintf(stderr, "\nerrno: %d. Failed to write %lu bytes to %s\n",
107 fprintf(stderr, "\nerrno: %d. Failed to write last %lu bytes to %s\n",
115 fprintf(stderr, "\nFailed to close %s\n", file_path);
133 fprintf(stderr, "\nerrno: %d. Failed to create %s\n", errno, dir);
160 fprintf(stderr, "\n");
162 fprintf(stderr, "\rSTAGE 1/2: %d%% Complete",
185 fprintf(stderr, "\rSTAGE 1/2: 100%% Complete\n");
186 fprintf(stderr, "\rSTAGE 2/2: 0%% Complete");
191 fprintf(stderr, "\nFailed to delete %s\n", rm_bin_argv[2]);
194 fprintf(stderr, "\rSTAGE 2/2: 100%% Complete\n");
232 fprintf(stderr, "\nExpected path name after options.\n");
239 fprintf(stderr, "\nUnexpected argument: %s\n", argv[optind]);
245 fprintf(stderr, "\nRandom seed is: %d\n", seed);
252 fprintf(stderr, "\nInvalid sizes: total available size should be "