Home
last modified time | relevance | path

Searched refs:EXTRACT (Results 1 – 10 of 10) sorted by relevance

/original-bsd/local/ukc/restore/
H A Drestore.c304 ip->e_flags |= EXTRACT;
333 np->e_flags |= EXTRACT;
550 ep->e_flags &= ~(NEW|EXTRACT);
569 if ((ep->e_flags & (NEW|EXTRACT)) == 0)
576 if ((ep->e_flags & EXTRACT) != 0) {
581 ep->e_flags &= ~(NEW|EXTRACT);
H A Dtape.c399 if (ep == NIL || ep->e_flags & EXTRACT)
/original-bsd/sbin/restore/
H A Drestore.c337 ip->e_flags |= EXTRACT;
379 np->e_flags |= EXTRACT;
600 ep->e_flags &= ~(NEW|EXTRACT);
619 if ((ep->e_flags & (NEW|EXTRACT)) == 0)
626 if ((ep->e_flags & EXTRACT) != 0) {
631 ep->e_flags &= ~(NEW|EXTRACT);
H A Dutilities.c258 if (ep->e_flags & (NEW|EXTRACT))
277 if (ep->e_flags & (NEW|EXTRACT))
325 if (ep->e_flags & EXTRACT)
H A Drestore.h63 #define EXTRACT 0x0001 /* entry is to be replaced from the tape */ macro
H A Dtape.c512 if (ep == NULL || ep->e_flags & EXTRACT)
/original-bsd/bin/pax/
H A Doptions.c485 act = EXTRACT;
516 case EXTRACT:
670 act = EXTRACT;
736 case EXTRACT:
H A Dpax.h32 #define EXTRACT 1 /* extract the files in an archive */ macro
H A Dpax.c213 case EXTRACT:
H A Dar_io.c91 case EXTRACT: