Home | History | Annotate | Download | only in pax

Lines Matching defs:ARCHIVE

61 #define	LIST		0	/* List the file in an archive */
62 #define EXTRACT 1 /* extract the files in an archive */
63 #define ARCHIVE 2 /* write a new archive */
64 #define APPND 3 /* append to the end of an archive */
68 * Device type of the current archive volume
97 * General Archive Structure (used internal to pax)
99 * This structure is used to pass information about archive members between
101 * new archive formats are added, they must accept requests and supply info
142 * The format specific routine table allows new archive formats to be quickly
144 * form the archive. Only those routines which deal directly with the archive
146 * independent of the archive format. Data flow in and out of the format
155 /* the archive is currently using.*/
164 /* the archive have the same inode/dev they */
168 int hlk; /* does archive store hard links info? if */
170 /* during archive write operations */
179 /* reading an archive */
197 int (*wr)(ARCHD *); /* write archive header. Passed an ARCHD */
202 /* operation to the archive failed. this */
206 /* a flawed archive header. */
209 /* at the end of an archive write */
217 int (*subtrail) /* read/process file data from the archive */
220 int (*rd_data) /* read/process file data from the archive */
222 int (*wr_data) /* write/process file data to the archive */