Home | History | Annotate | Download | only in rawbu

Lines Matching full:stderr

73         fprintf (stderr, "Error opendir'ing %s: %s\n",
124 fprintf(stderr, "warning -- stat() error on '%s': %s\n",
143 fprintf(stderr, "warning -- rmdir() error on '%s': %s\n",
157 fprintf(stderr, "warning -- unlink() error on '%s': %s\n",
172 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno));
183 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno));
202 fprintf(stderr, "unable to read source (%d of %ld bytes) file '%s': %s\n",
205 fprintf(stderr, "unable to read buffer (%d of %ld bytes): %s\n",
213 fprintf(stderr, "unable to write file (%d of %d bytes) '%s': '%s'\n",
216 fprintf(stderr, "unable to write buffer (%d of %d bytes): '%s'\n",
236 fprintf(stderr, "unable to write: %s\n", strerror(errno));
262 fprintf (stderr, "error opendir'ing '%s': %s\n",
304 fprintf(stderr, "stat() error on '%s': %s\n",
337 fprintf(stderr, "unable to open source file '%s': %s\n",
368 fprintf(stderr, "unable to open destination '%s': %s\n",
384 fprintf(stderr, "error flushing destination '%s': %s\n",
390 fprintf(stderr, "error syncing destination '%s': %s\n",
406 fprintf(stderr, "unable to read: %s\n", strerror(errno));
417 fprintf(stderr, "unable to read: %s\n", strerror(errno));
432 fprintf(stderr, "bad token %d in restore file\n", *type);
438 fprintf(stderr, "bad path length %d in restore file\n", pathLen);
443 fprintf(stderr, "truncated path in restore file\n");
452 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath);
457 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath);
462 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath);
467 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
473 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath);
479 fprintf(stderr, "bad ctime in restore file at '%s'\n", readPath);
495 fprintf(stderr, "Unable to open source '%s': %s\n",
502 fprintf(stderr, "Restore file has bad version: 0x%x\n", inputFileVersion);
538 fprintf(stderr, "unable to create directory '%s': %s\n",
549 fprintf(stderr, "bad file size %ld in restore file\n", size);
558 fprintf(stderr, "unable to open destination file '%s': %s\n",
572 fprintf(stderr, "unknown node type %d\n", type);
579 fprintf(stderr, "unable to chmod destination %s '%s' to 0x%x: %s\n",
586 fprintf(stderr, "unable to chown destination %s '%s' to uid %d / gid %d: %s\n",
596 fprintf(stderr, "unable to utime destination %s '%s': %s\n",
616 fprintf(stderr,"Usage: %s COMMAND [options] [backup-file-path]\n", cmd);
618 fprintf(stderr, "commands are:\n"
622 fprintf(stderr, "options include:\n"
625 fprintf(stderr, "\nThe %s command allows you to perform low-level\n"
641 fprintf(stderr, "error -- %s must run as root\n", argv[0]);
646 fprintf(stderr, "No command specified.\n");
657 fprintf(stderr, "Unknown command: %s\n", argv[1]);
678 if (restore) fprintf(stderr, "Warning: -a option ignored on restore\n");
686 fprintf(stderr,"Unrecognized Option\n");
699 fprintf(stderr, "Too many arguments\n");