Lines Matching refs:ARCHIVE
203 * ford is the archive search order used by get_arc() to determine what kind
204 * of archive we are dealing with. This helps to properly id archive formats
330 * filename where the archive is stored
437 * read the archive
472 * write an archive
478 * specify an archive format on write
506 * single archive volume.
546 * archive by group (gid or name)
608 * archive by modification time range (lower,upper)
617 * archive by user (uid or name)
695 act = ARCHIVE;
711 * if we are writing (ARCHIVE) we use the default format if the user
713 * adopt the format of the existing archive if none was supplied.
715 if (!(flg & XF) && (act == ARCHIVE))
738 case ARCHIVE:
769 { "old-archive", no_argument, 0, 'o' },
908 * create an archive
910 tar_set_action(ARCHIVE);
920 * filename where the archive is stored
968 if (act == ARCHIVE) {
1001 * append to the archive
1032 * extract an archive, preserving mode,
1178 if (fstdin == 1 && act == ARCHIVE)
1184 if ((act == ARCHIVE || act == APPND) && argc == 0 && nincfiles == 0)
1187 * if we are writing (ARCHIVE) specify tar, otherwise run like pax
1190 if (act == ARCHIVE || act == APPND)
1197 "writing or extracting an archive");
1308 case ARCHIVE:
1322 * in the archive.
1494 if ((act == APPND && op == ARCHIVE) || (act == ARCHIVE && op == APPND))
1572 * read the archive
1597 * write an archive
1599 cpio_set_action(ARCHIVE);
1626 * list contents of archive
1655 * append to an archive
1695 * specify an archive format on write
1714 * filename where the archive is stored
1797 act = ARCHIVE;
1812 * if we are writing (ARCHIVE) we use the default format if the user
1814 * adopt the format of the existing archive if none was supplied.
1816 if (!(flg & XF) && (act == ARCHIVE))
1837 case ARCHIVE:
2104 * archive
2139 * for those option functions where the archive format has nothing to do.
2159 "usage: pax [-0cdjnvzVO] [-E limit] [-f archive] [-N dbdir] [-s replstr] ...\n"
2163 " pax -r [-cdijknuvzADOVYZ] [-E limit] [-f archive] [-N dbdir]\n"
2167 " pax -w [-dijtuvzAHLMOPVX] [-b blocksize] [[-a] [-f archive]] [-x format]\n"
2188 "[archive] [blocksize]\n"
2205 (void)fputs("usage: cpio -o [-aABcLvzZ] [-C bytes] [-F archive] "
2206 "[-H format] [-O archive]\n"
2207 " < name-list [> archive]\n"
2209 "[-F archive] [-H format] \n"
2210 " [-I archive] "
2211 "[pattern ...] [< archive]\n"