Searched refs:Archive_t (Results 1 - 25 of 25) sorted by relevance

/ast/src/cmd/pax/
H A Dpax.h220 struct Archive_s; typedef struct Archive_s Archive_t; typedef in typeref:struct:Archive_s
272 Archive_t* ap; /* !=0 if from buffer */ \
378 Archive_t* base; /* base archive */
399 Archive_t* ap;
441 Archive_t* parent; /* parent (delta) for base */ \
536 Archive_t* in; /* input archive info */ \
583 Archive_t* out; /* output archive info */ \
640 #define Paxarchive_t Archive_t
660 extern int addlink(Archive_t*, File_t*);
661 extern int apply(Archive_t*, File_
[all...]
H A Dpax-bzip.c29 bzip_getprologue(Pax_t* pax, Format_t* fp, Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
H A Dpax-compress.c29 compress_getprologue(Pax_t* pax, Format_t* fp, Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
H A Dpax-vczip.c29 vczip_getprologue(Pax_t* pax, Format_t* fp, Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
H A Dpax-ar.c37 ar_getprologue(Pax_t* pax, Format_t* fp, register Archive_t* ap, register File_t* f, unsigned char* buf, size_t size)
57 ar_done(Pax_t* pax, register Archive_t* ap)
72 ar_getheader(Pax_t* pax, register Archive_t* ap, register File_t* f)
100 ar_getdata(Pax_t* pax, register Archive_t* ap, register File_t* f, int wfd)
123 ar_getepilogue(Pax_t* pax, Archive_t* ap)
H A Dpax-gzip.c29 gzip_getprologue(Pax_t* pax, Format_t* fp, Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
H A Dpax-xz.c29 xz_getprologue(Pax_t* pax, Format_t* fp, Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
H A Dpax-cpio.c101 getxops(register Archive_t* ap, register File_t* f)
146 setxops(Archive_t* ap, register File_t* f)
165 putxops(Pax_t* pax, Archive_t* ap, register File_t* f)
182 addxopstr(Archive_t* ap, int op, register char* s)
207 addxopnum(Archive_t* ap, int op, Sflong_t n)
218 init(Archive_t* ap)
240 cpio_getprologue(Pax_t* pax, Format_t* fp, register Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
250 cpio_common(Pax_t* pax, register Archive_t* ap, register File_t* f, int align, int header)
342 cpio_done(Pax_t* pax, register Archive_t* ap)
353 cpio_getheader(Pax_t* pax, Archive_t* a
[all...]
H A Dconvert.c35 convert(Archive_t* ap, int section, int from, int to)
82 portable(Archive_t* ap, const char* s)
H A Dpax-pds.c48 pds_getprologue(Pax_t* pax, Format_t* fp, register Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
142 pds_done(Pax_t* pax, register Archive_t* ap)
153 pds_getheader(Pax_t* pax, register Archive_t* ap, register File_t* f)
176 pds_getdata(Pax_t* pax, register Archive_t* ap, register File_t* f, int wfd)
H A Dpax-slt.c107 getlabel(Pax_t* pax, register Archive_t* ap, register File_t* f)
150 putlabels(Pax_t* pax, register Archive_t* ap, register File_t* f, char* type)
180 slt_getprologue(Pax_t* pax, Format_t* fp, register Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
249 slt_done(Pax_t* pax, register Archive_t* ap)
260 slt_getheader(Pax_t* pax, register Archive_t* ap, register File_t* f, int wfd)
364 slt_getdata(Pax_t* pax, register Archive_t* ap, register File_t* f, int wfd)
575 slt_getepilogue(Pax_t* pax, Archive_t* ap)
581 slt_backup(Pax_t* pax, Archive_t* ap)
601 slt_putprologue(Pax_t* pax, Archive_t* ap, int append)
655 slt_putheader(Pax_t* pax, Archive_t* a
[all...]
H A Dpax-vdb.c44 vdb_getprologue(Pax_t* pax, Format_t* fp, register Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
107 vdb_done(Pax_t* pax, register Archive_t* ap)
122 vdb_getheader(Pax_t* pax, Archive_t* ap, register File_t* f)
175 vdb_putprologue(Pax_t* pax, register Archive_t* ap, int append)
195 vdb_putheader(Pax_t* pax, Archive_t* ap, File_t* f)
265 vdb_puttrailer(Pax_t* pax, Archive_t* ap, File_t* f)
273 vdb_putepilogue(Pax_t* pax, Archive_t* ap)
H A Dpax-saveset.c75 getsaveset(Pax_t* pax, register Archive_t* ap, register File_t* f, register Saveset_t* ss, int header)
183 vmsbackup_done(Pax_t* pax, register Archive_t* ap)
194 vmsbackup_getdata(Pax_t* pax, register Archive_t* ap, register File_t* f, int wfd)
286 vmsbackup_getepilogue(Pax_t* pax, Archive_t* ap)
292 vmsbackup_validate(Pax_t* pax, Archive_t* ap, register File_t* f)
H A Dbio.c130 blokread(register Archive_t* ap, char* buf, int n)
185 blokwrite(register Archive_t* ap, char* buf, int n)
274 binit(register Archive_t* ap)
303 bskip(register Archive_t* ap)
377 bfill(register Archive_t* ap, int must)
408 chunk(register Archive_t* ap, char* t, char* f, register size_t n, char* o)
436 bread(register Archive_t* ap, void* ob, off_t n, off_t m, int must)
534 bunread(register Archive_t* ap, void* b, register int n)
557 bget(register Archive_t* ap, register off_t n, off_t* p)
654 bsave(register Archive_t* a
[all...]
H A Dpax-flash.c32 flash_getprologue(Pax_t* pax, Format_t* fp, register Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
H A Dpax-tar.c52 putkey(Archive_t* ap, Sfio_t* sp, Option_t* op, const char* value, Sfulong_t number)
94 tar_checksum(Archive_t* ap, int check, unsigned long sum)
186 tar_longname(Archive_t* ap, File_t* f)
239 tar_longlink(Archive_t* ap, File_t* f)
265 headname(Archive_t* ap, File_t* f, const char* fmt)
295 synthesize(Archive_t* ap, File_t* f, char* name, int type, char* buf, size_t n)
327 extend(Archive_t* ap, File_t* f, int type)
533 tar_getheader(Pax_t* pax, Archive_t* ap, register File_t* f)
723 tar_getprologue(Pax_t* pax, Format_t* fp, register Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
742 tar_done(Pax_t* pax, register Archive_t* a
[all...]
H A Dpax-tnef.c39 tnef_getprologue(Pax_t* pax, Format_t* fp, register Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
57 tnef_getheader(Pax_t* pax, Archive_t* ap, register File_t* f)
219 tnef_done(Pax_t* pax, register Archive_t* ap)
230 tnef_gettrailer(Pax_t* pax, Archive_t* ap, File_t* f)
H A Dpax-mime.c38 mime_getprologue(Pax_t* pax, Format_t* fp, register Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
69 mime_done(Pax_t* pax, register Archive_t* ap)
80 mime_getheader(Pax_t* pax, Archive_t* ap, register File_t* f)
H A Dformat.c38 getprologue(register Archive_t* ap)
264 setinfo(register Archive_t* ap, register File_t* f)
286 putinfo(register Archive_t* ap, char* file, unsigned long mtime, unsigned long checksum)
324 putprologue(register Archive_t* ap, int append)
350 getepilogue(register Archive_t* ap)
431 putepilogue(register Archive_t* ap)
494 getkeyid(Archive_t* ap, File_t* f, int index, uid_t* ip, int d)
515 getkeyname(Archive_t* ap, File_t* f, int index, char** sp, uid_t* ip, int d)
539 getkeysize(Archive_t* ap, File_t* f, int index, off_t* zp)
565 getkeytime(Archive_t* a
[all...]
H A Ddelta.c37 getdeltaops(Archive_t* ap, File_t* f)
94 getdeltaheader(register Archive_t* ap, register File_t* f)
159 getdeltatrailer(register Archive_t* ap, register File_t* f)
199 setdeltaheader(register Archive_t* ap, register File_t* f)
251 putdeltaheader(register Archive_t* ap, register File_t* f)
269 putdeltatrailer(register Archive_t* ap, register File_t* f)
293 initdelta(Archive_t* ap, Format_t* dp)
307 deltabase(register Archive_t* ap)
309 register Archive_t* bp;
366 deltaverify(Archive_t* a
[all...]
H A Dfile.c48 apply(register Archive_t* ap, register File_t* f, Filter_t* fp)
149 openin(register Archive_t* ap, register File_t* f)
186 missdir(register Archive_t* ap, register File_t* f)
257 openout(register Archive_t* ap, register File_t* f)
693 closein(register Archive_t* ap, register File_t* f, int fd)
717 closeout(register Archive_t* ap, register File_t* f, int fd)
755 getfile(register Archive_t* ap, register File_t* f, register Ftw_t* ftw)
884 validout(register Archive_t* ap, register File_t* f)
913 addlink(register Archive_t* ap, register File_t* f)
1095 Archive_t*
[all...]
H A Dmisc.c136 ordered(Archive_t* ap, const char* prv, const char* cur)
147 selectfile(register Archive_t* ap, register File_t* f)
149 register Archive_t* bp;
312 verify(Archive_t* ap, register File_t* f, register char* prompt)
398 map(Archive_t* ap, register char* name)
448 Archive_t* archive;
823 listprintf(Sfio_t* sp, Archive_t* ap, File_t* f, const char* format)
1058 complete(Archive_t* ap, register File_t* f, size_t header)
1084 undoable(Archive_t* ap, Format_t* fp)
H A Dcopy.c35 copyin(register Archive_t* ap)
66 register Archive_t* ap = state.out;
88 fileout(register Archive_t* ap, register File_t* f)
164 filein(register Archive_t* ap, register File_t* f)
333 fileskip(register Archive_t* ap, register File_t* f)
489 copy(register Archive_t* ap, register int (*copyfile)(Ftw_t*))
H A Dpax-rpm.c74 rpm_getprologue(Pax_t* pax, Format_t* fp, register Archive_t* ap, File_t* f, unsigned char* buf, size_t size)
H A Dpax.c344 filter(Archive_t* ap, File_t* f)
363 setoptions(char* line, size_t hdr, char** argv, char* usage, Archive_t* ap, int type)
1517 register Archive_t* ap;
1961 register Archive_t* ap;

Completed in 46 milliseconds