Lines Matching defs:in
158 com_err (program_name, errcode, "adding to in-memory bad block list");
382 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
451 fprintf(stderr, "Weird value (%ld) in do_write\n", got);
513 fputs(_("Checking for bad blocks in read-only mode\n"), stderr);
611 fputs(_("Checking for bad blocks in read-write mode\n"),
774 fputs(_("Checking for bad blocks in non-destructive read-write mode\n"), stderr);
1003 fprintf(stderr, _("%s is apparently in use by the system; "),
1015 * an error message if it fails, and returning success or failure in err.
1039 FILE * in = NULL;
1168 "specified in read-only mode"));
1174 "in read-only mode"));
1241 in = stdin;
1243 in = fopen (input_file, "r");
1244 if (in == NULL)
1270 _("while creating in-memory bad blocks list"));
1274 if (in) {
1276 switch (fscanf(in, "%llu\n", &inblk)) {
1287 _("while adding to in-memory "
1296 _("while adding to in-memory "
1305 if (in != stdin)
1306 fclose (in);