Home | History | Annotate | Download | only in misc

Lines Matching defs:stderr

343 		fprintf(stderr, _("WARNING: couldn't open %s: %s\n"),
353 fprintf(stderr, _("WARNING: bad format "
368 fputs("\007\007\007", stderr);
372 " should fix your /etc/fstab file as soon as you can.\n\n"), stderr);
478 fprintf(stderr, _("fsck: %s: not found\n"), prog);
593 fprintf(stderr,
721 fprintf(stderr, _("%s: Error %d while executing fsck.%s "
762 stderr);
798 fputs(_(fs_type_syntax_error), stderr);
883 fprintf(stderr,
911 fprintf(stderr, _("fsck: cannot check %s: fsck.%s not found\n"),
1078 fputs(_("Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"), stderr);
1120 fprintf(stderr, _("%s: too many devices\n"),
1131 fprintf(stderr, "Couldn't open /proc/partitions: %s\n",
1133 fprintf(stderr, "Is /proc mounted?\n");
1141 fprintf(stderr,
1144 fprintf(stderr,
1153 fprintf(stderr, _("%s: too many arguments\n"),
1238 fprintf(stderr,
1262 setvbuf(stderr, NULL, _IONBF, BUFSIZ);
1286 fprintf(stderr, "%s: Unable to allocate memory for fsck_path\n", progname);