Lines Matching defs:in
164 com_err (program_name, errcode, "adding to in-memory bad block list");
389 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
458 fprintf(stderr, "Weird value (%ld) in do_write\n", got);
520 fputs(_("Checking for bad blocks in read-only mode\n"), stderr);
618 fputs(_("Checking for bad blocks in read-write mode\n"),
781 fputs(_("Checking for bad blocks in non-destructive read-write mode\n"), stderr);
1010 fprintf(stderr, _("%s is apparently in use by the system; "),
1022 * an error message if it fails, and returning success or failure in err.
1046 FILE * in = NULL;
1185 "specified in read-only mode"));
1191 "in read-only mode"));
1258 in = stdin;
1260 in = fopen (input_file, "r");
1261 if (in == NULL)
1287 _("while creating in-memory bad blocks list"));
1291 if (in) {
1293 switch (fscanf(in, "%llu\n", &inblk)) {
1304 _("while adding to in-memory "
1313 _("while adding to in-memory "
1322 if (in != stdin)
1323 fclose (in);