Searched refs:archive (Results 1 - 19 of 19) sorted by relevance

/ast/src/cmd/pax/
H A Dtar.sh54 [A:catenate|concatenate?Append \btar\b files to an archive.]
55 [c:create?Create a new archive.]
56 [r:append?Append files to the end of an archive.]
57 [t:list?List the contents of an archive.]
58 [x:extract|get?Extract files from an archive.]
63 [f:file]:[file?Use archive \afile\a or device (default /dev/rmt0).]
65 [j:bzip?Filter the archive through \bbzip2\b(1).]
66 [J:xz?Filter the archive through \bxz\b(1).]
67 [k?On archive read only extract files that are newer than the target
78 [V:label]:[name?Create archive wit
[all...]
H A Dtestpax.sh76 : old files and base archive
95 : new files and base archive
134 : delta archive
138 : replicate new archive
188 : delta archive
192 : replicate new archive
H A Dmisc.c132 * check base archive ordering
139 error(3, "%s: %s: archive member must appear before %s", ap->name, prv, cur);
448 Archive_t* archive; member in struct:__anon181
564 n = gp->archive->entry;
653 if (gp->archive->volume)
654 sfsprintf(s = fmtbuf(32), 32, "%d-%d", gp->archive->volume, gp->archive->entry);
656 n = gp->archive->entry;
693 if (gp->archive && gp->archive
[all...]
/ast/src/lib/libjcl/
H A DMakefile3 CCFLAGS = $(CC.OPTIMIZE) $(CC.PIC) /* pic allows archive to be pulled into other dlls */
/ast/src/lib/libcoshell/
H A DMakefile7 CCFLAGS = $(CC.OPTIMIZE) $(CC.PIC) /* pic allows archive to be pulled into other dlls */
/ast/src/cmd/nmake/
H A Darchive.c25 * make archive access routines
35 * return the update command for the named archive
59 * walk through an archive
80 message((-1, "member %s is newer than archive %s", ent->name, name));
112 error(1, "archive member %s not touched", r->name);
118 * touch the modify time of an archive member (and the archive itself!)
141 error(1, "error touching archive %s", name);
152 * scan archive r and record all its entries
171 d->archive
[all...]
H A DMakefile30 archive.c bind.c command.c dump.c expand.c main.c make.c \
H A DMakerules.mk39 set option=';archive-clean;s;-;A catenation of edit operators that selects archive member files to be removed after being added to the archive.;edit-ops'
40 set option=';archive-output;s;-;The output file name for archiving actions (\bpax\b, \bsave\b, \btgz\b, etc.) The default is based on the current directory and the VERSION variable.;file'
75 set archive-output:=$$(PWD:N=*[0-9].[0-9]*|*-$(VERSION:@N!=-):?$$(PWD:B:S:/---*\\([^-]*\\)/-\\1/)?$$(VERSION:@N!=-:Y%$$(PWD:B:S)-$$(VERSION)%$$(PWD:B)%)?)
1055 for I $(***:T=F:T=G:P=L:A!=.ARCHIVE|.TERMINAL:N!=$(.ARCHIVE.OMIT.):$(-archive-clean))
4646 error 3 $(-archive-output): no base archive for delta
4653 error $(-force:?1?3?) $(B): base archive already generated
4664 * believe generated files and clean up archive intermediate
[all...]
H A Dmake.h148 #define TOUCH 3 /* archive member to be touched */
286 #define P_archive (1<<3) /* rule bound to archive file */
345 #define D_member (1L<<16) /* rule bound to archive member */
446 unsigned char archive; /* directory is an archive */ member in struct:Dir_s
535 Rule_t* archive; /* .ARCHIVE rule pointer */ member in struct:Internal_s
863 Dir_t* archive; /* .SCAN archive */ member in struct:State_s
H A Dbind.c171 * determine if a directory (archive) has already been scanned
212 message((-2, "%s %s is also specified as %s", (r->property & P_archive) ? "archive" : "directory", unbound(r), x->name));
233 * add a directory (archive) entry to the file hash
259 if (d->archive)
278 if (!d->archive && (s = strchr(name, '.')))
1066 * first check if r is an archive member
1075 if (r->active->parent->target->name == f->dir->name && f->dir->archive)
1092 if (r->active->parent->target->name == f->dir->name && f->dir->archive)
1206 if (s == d->name && !f->dir->archive)
1522 * archive bindin
[all...]
H A Ddump.c156 sfputr(sp, "archive", ' ');
375 sfputr(sp, internal.archive->name, ' ');
H A Drule.c928 if (a == internal.archive) return n & P_archive;
1468 ATTR(archive, ".ARCHIVE", P_archive);
/ast/src/lib/libpp/
H A Dppinput.c123 switch (pp.member->archive->type & (TYPE_BUFFER|TYPE_CHECKPOINT))
130 if (sfseek(pp.member->archive->info.sp, pp.member->offset, SEEK_SET) != pp.member->offset)
131 error(3, "%s: archive seek error", pp.member->archive->name);
132 if (sfread(pp.member->archive->info.sp, p, pp.member->size) != pp.member->size)
133 error(3, "%s: archive read error", pp.member->archive->name);
141 p = cur->buffer = pp.member->archive->info.buffer + pp.member->offset;
484 sp = pp.member->archive->info.sp;
H A Dppsearch.c188 * check for vdb header archive
197 variant = sfsprintf(pp.tmpbuf, MAXTOKEN, "%c%s%c%s:archive", VDB_DELIMITER, VDB_MAGIC, VDB_DELIMITER, pp.pass);
201 error(1, "%s: ignored -- not a directory or archive", dp->name);
238 error(1, "%s: %s: archive option value ignored", e);
246 error(1, "%s: archive option value expected", e);
251 error(1, "%s: unknown archive option", e);
259 error(1, "%s: ignored -- cannot load archive", dp->name);
294 ap->archive = dp;
469 if ((fp->flags & INC_MEMBER(index)) && ((struct ppmember*)fp->bound[index])->archive == dp)
H A Dpplib.h196 struct ppmember /* archive member pun on ppfile */
198 struct ppdirs* archive; /* archive holding file */ member in struct:ppmember
302 struct ppmember* member; /* include archive member data */ \
373 Sfio_t* sp; /* archive stream */ \
/ast/src/cmd/proto/
H A Dsear.sh20 : self extracting archive generator for ratz
40 [+NAME?sear - generate a win32 ratz self extracting archive]
41 [+DESCRIPTION?\bsear\b generates a win32 self extracting archive that
43 to generate a \btgz\b (\btar\b(1) \bgzip\b(1)) archive from the
44 \afile\a operands that is appended to the self extracting archive. If
48 [+?When the self extracting archive is executed it creates a temporary
50 specified when the archive was generated then \acommand\a is executed
62 [m:meter?Set the \bratz\b(1) \b--meter\b option when the archive is
69 [v:verbose?Set the \bratz\b(1) \b--verbose\b option when the archive is
/ast/lib/package/
H A Dpackage.mk15 * type source build source archive, generates
17 * binary build binary archive, generates
19 * runtime build binary archive, generates
24 * generated archive member files are $(PACKAGEROOT) relative
47 * archive format
71 * if a base archive is generated then also generate an
72 * incremental delta archive from the previous base
486 error 3 delta requires a base archive
1110 error 3 delta requires a base archive
1389 error 3 delta requires a base archive
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk15 * type source build source archive, generates
17 * binary build binary archive, generates
19 * runtime build binary archive, generates
24 * generated archive member files are $(PACKAGEROOT) relative
47 * archive format
71 * if a base archive is generated then also generate an
72 * incremental delta archive from the previous base
486 error 3 delta requires a base archive
1110 error 3 delta requires a base archive
1389 error 3 delta requires a base archive
[all...]
H A Dproto.c279 struct ppdirs* archive; member in struct:ppmember

Completed in 118 milliseconds