Home | History | Annotate | Download | only in pax

Lines Matching refs:archive

77 FSUB	*frmt = NULL;		/* archive format type */
81 int iflag; /* interactive file/archive rename */
84 int nflag; /* select first archive member match */
94 int Xflag; /* archive files with same device id only */
121 * PAX - Portable Archive Interchange
123 * A utility to read, write, and write lists of the members of archive
124 * files and copy directory hierarchies. A variety of archive formats
142 * archive read operations even with badly damaged media.
143 * 1.2 Blocksize requirements are not strictly enforced on archive read.
148 * 1.4 Sparse files (lseek holes) stored on the archive (but stored with blocks
151 * 1.5 The user is notified whenever something is found during archive
153 * 1.6 Multiple archive volumes can be read and may span over different
154 * archive devices
156 * archive.
169 * flawed archive (due to any problem).
171 * archive and pax the specific format specifications.
177 * these fields. This removes any restrictions on using these archive
179 * 2.5 Multiple archive volumes can be written and may span over different
180 * archive devices
181 * 2.6 A archive volume record limit allows the user to specify the number
182 * of bytes stored on an archive volume. When reached the user is
183 * prompted for the next archive volume. This is specified with the
185 * 2.7 All archive padding during write use zero filled sections. This makes
186 * it much easier to pull data out of flawed archive during read
229 * This encourages the addition of new archive formats by only having to
230 * write those routines which id, read and write the archive header.
311 case ARCHIVE:
312 rval = archive();
320 * turned into ARCHIVE mode.
322 if (act == -ARCHIVE) {
323 act = ARCHIVE;
324 rval = archive();
401 * needed if we want to write a large archive