Searched defs:archivefile (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c85 char *archivefile = 0; local
241 archivefile = *argv++;
242 if (*archivefile == '\0') {
365 setinput(inputdev, archivefile);
H A Dtape.c40 static char *archivefile; /* used in metamucil.c */ variable
87 archivefile = archive;
192 if (archivefile) {
193 mt = open(archivefile, O_RDONLY|O_LARGEFILE);
195 perror(archivefile);
217 if (archivefile)
567 if (!pipein && !bflag && archivefile && (first_time == FT_STATE_1)) {
619 if (archivefile && first_time == FT_STATE_2) {
633 if (archivefile && first_time == FT_STATE_2) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h149 int archive; /* true => saving a archive in archivefile */
150 char *archivefile; /* name of archivefile */ variable
151 int archive_opened; /* have opened/created the archivefile */

Completed in 66 milliseconds