Lines Matching defs:n

100 		    gettext("Internal consistency check failed.\n"));
111 (void) fprintf(stderr, gettext("Tape name too long\n"));
119 (void) fprintf(stderr, gettext("Tape name too long\n"));
150 "Cannot specify an archive file when reading from a pipe\n"));
172 gettext("Cannot allocate space for buffer\n"));
191 vprintf(stdout, gettext("Verify volume and initialize maps\n"));
239 gettext("Volume is not in dump format\n"));
243 gettext("Converting to new file system format.\n"));
257 gettext("Volume is not in dump format\n"));
269 gettext("Volume is not in dump format\n"));
315 gettext("This is not volume 1 of the dump\n"));
319 panic(gettext("no header after volume mark!\n"));
324 gettext("Cannot find file removal list\n"));
328 dprintf(stdout, "maxino = %lu\n", maxino);
336 gettext("file system too large\n"));
344 gettext("no memory for file removal list\n"));
366 (void) fprintf(stderr, gettext("Cannot find file dump list\n"));
374 gettext("no memory for file dump list\n"));
435 "Internal consistency failure in getvol: tbf is NULL\n"));
446 panic(gettext("changing volumes on pipe input\n"));
477 int n = 0;
481 n++;
482 if (n == 0) {
484 "You have not read any volumes yet.\n\
485 Unless you know which volume your file(s) are on you should start\n\
486 with the last volume and work towards the first.\n"));
497 (void) fprintf(stderr, "\n");
505 } while (!feof(terminal) && tbf[0] == '\n');
511 "Volume numbers are positive numerics\n"));
515 "This program can only deal with %d volumes\n"),
546 if (tbf[0] != '\n') {
551 if (magtape[i - 1] == '\n')
558 (void) fprintf(stderr, gettext("Cannot open %s: %s\n"),
573 gettext("volume is not in dump format\n"));
578 (void) fprintf(stderr, gettext("Wrong volume (%d)\n"),
596 "Cannot allocate space for time string\n"));
601 gettext("Wrong dump date\n\tgot: %s\twanted: %s"),
625 "restore skipping %d records\n",
645 "restore skipping %d duplicate records\n"),
649 "restore duplicate record botch (%d)\n"),
659 panic(gettext("active file into volume 1\n"));
685 gettext("Cannot have multiple dumps on pipe input\n"));
706 epoch = strdup(gettext("the epoch\n"));
708 (void) fprintf(stderr, gettext("Out of memory\n"));
722 gettext("Level %d dump of %s on %.*s:%s\n"),
726 gettext("Label: %.*s\n"),
731 gettext("Starting inode numbers by volume:\n"));
733 (void) fprintf(stdout, gettext("\tVolume %d: %6d\n"),
773 "%s: unable to set attribute context: %s\n"),
784 (void) fprintf(stderr, gettext("%s: unknown file mode 0%lo\n"),
791 vprintf(stdout, gettext("skipped socket %s\n"), rname);
801 "directory %s was not restored\n"),
811 vprintf(stdout, gettext("extract file %s\n"), rname);
821 "%s: zero length symbolic link (ignored)\n"),
834 "Unable to restore ownership of symlink %s: %s\n");
838 "Additional such failures will be ignored.\n"));
848 vprintf(stdout, gettext("extract special file %s\n"), rname);
875 "Additional such failures will be ignored.\n"));
888 "Unable to restore ownership of %s: %s\n");
892 "Additional such failures will be ignored.\n"));
898 "Unable to restore permissions on %s: %s\n");
902 "Additional such failures will be ignored.\n"));
911 "Unable to restore times on %s: %s\n");
915 "Additional such failures will be ignored.\n"));
922 vprintf(stdout, gettext("extract file %s\n"), rname);
946 "Unable to restore ownership of %s: %s\n");
950 "Additional such failures will be ignored.\n"));
965 "Unable to restore permissions on %s: %s\n");
969 "Additional such failures will be ignored.\n"));
992 "Unable to restore times on %s: %s\n");
996 "Additional such failures will be ignored.\n"));
1051 panic(gettext("ran off end of volume\n"));
1055 panic(gettext("not at beginning of a file\n"));
1132 gettext("Missing address (header) block for %s\n"),
1148 gettext("write error extracting inode %d, name %s\n"),
1168 gettext("seek error extracting inode %d, name %s\n"),
1188 gettext("Cannot malloc for metadata\n"));
1201 gettext("Cannot malloc for metadata\n"));
1216 gettext("Cannot malloc for metadata\n"));
1251 static int n = 0;
1260 n = 0;
1270 i = n;
1271 n += j;
1272 aclent = realloc(aclent, n * (size_t)sizeof (*aclent));
1274 (void) fprintf(stderr, gettext("Cannot malloc acl list\n"));
1279 while (i < n) {
1287 set_aclp = acl_to_aclp(ACLENT_T, aclent, n);
1289 (void) fprintf(stderr, gettext("Cannot build acl_t\n"));
1313 gettext("setacl failed: %s\n"),
1318 fprintf(stderr, gettext("setacl on %s failed: %s\n"),
1378 gettext("symbolic link name: %s->%s%s; too long %d\n"),
1393 gettext("unallocated block in symbolic link %s\n"),
1407 gettext("xtrmap: current record not TS_ADDR\n"));
1412 gettext("xtrmap: illegal c_count field (%d)\n"),
1431 gettext("xtrmap: realloc failed\n"));
1450 (void) fprintf(stderr, gettext("hole in map\n"));
1475 "Internal consistency failure in readtape: tbf is NULL\n"));
1546 "partial block read: %d should be %d\n"),
1564 "Read error while trying to set up volume\n"));
1568 "Read error while trying to resynchronize\n"));
1572 "Read error while restoring %s\n"),
1577 "Read error while skipping over inode %d\n"),
1622 panic(gettext("partial block read: %d should be %d\n"),
1642 "tbf is NULL\n"));
1666 "Record size (%d) is not a multiple of dump block size (%d)\n"),
1673 vprintf(stdout, gettext("Media block size is %d\n"), ntrec*2);
1697 (void) fprintf(stderr, gettext("Rewinding tape\n"));
1737 dprintf(stdout, gettext("readhdr fails at %ld blocks\n"),
1861 "Incorrect tape label. Expected `%s', got `%.*s'\n"),
1881 panic(gettext("%s: unknown inode type %d\n"),
1908 (void) fprintf(stderr, "\n");
1939 (void) fprintf(stderr, "\n");
2032 gettext("resync restore, skipped %d blocks\n"),
2078 gettext("Attempting to autoload next volume\n"));
2099 gettext("Autoload timed out\n"));
2106 "Autoload could not re-open tape\n"));
2110 "Tape loaded\n"));