Lines Matching refs:ARCHIVE
391 * cookie. We should use TMAGLEN, but some USTAR archive programs are
403 "Busted tar archive: has both ustar and old tar "
437 if ((act != APPND) && (act != ARCHIVE)) {
579 * write a tar header for the file specified in the ARCHD to the archive.
586 * data to write after the header, -1 if archive write failed
603 * user asked that dirs not be written to the archive
609 tty_warn(1, "Tar cannot archive a character device %s",
614 "Tar cannot archive a block device %s", arcn->org_name);
617 tty_warn(1, "Tar cannot archive a socket %s", arcn->org_name);
620 tty_warn(1, "Tar cannot archive a fifo %s", arcn->org_name);
788 * ustar magic cookie. We should use TMAGLEN, but some USTAR archive
801 "Trying to read GNU tar archive with GNU extensions and end-of-volume checks off");
955 tty_warn(1, "GNU Long %s found in posix ustar archive.",
961 tty_warn(0, "%s extended headers posix ustar archive."
1031 * write a ustar header for the file specified in the ARCHD to the archive
1038 * data to write after the header, -1 if archive write failed
1067 tty_warn(1, "Ustar cannot archive a socket %s",
1231 * calculate and store the checksum write the header to the archive