Searched refs:zip (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/paxlib/zip/
H A DMakefile7 zip 2.1 plugin=pax :LIBRARY: zip.c -lcodex
H A Dzip.c23 * pax zip format
78 #define ZIP_END_COM 20 /* length of zip file comment */
277 i += sfsprintf(ar->method, sizeof(ar->method), "crypt-zip+SIZE=%I*u|", sizeof(f->st->st_size), f->st->st_size);
281 i += sfsprintf(ar->method + i, sizeof(ar->method) - i, "zip-%u+SIZE=%I*u", m, sizeof(f->uncompressed), f->uncompressed);
358 "zip",
360 "zip 2.1 / PKZIP 2.04g archive.",
366 PAXNEXT(zip),
374 PAXLIB(zip)
/ast/src/cmd/codexlib/zip/
H A DMakefile5 zip plugin=codex :LIBRARY: \
6 zip.c huff.c \
H A Dzip.c4 * zip decoder
8 #include "zip.h"
65 "zip",
66 "zip compression. The first parameter is the PKZIP compression"
87 CODEXNEXT(zip)
90 CODEXLIB(zip)
/ast/src/lib/libpz/
H A Dsfdczip.c57 int zip; local
68 zip = 0;
73 zip = METH_bzip;
77 zip = METH_gzip;
81 zip = METH_lzw;
85 zip = METH_pzip;
90 zip = METH_qzip;
101 zip = METH_pzip;
104 if (!zip)
151 switch (zip)
[all...]
/ast/src/cmd/pax/
H A Dpax-rpm.c85 unsigned char zip[2]; local
142 if (paxread(pax, ap, zip, (off_t)sizeof(zip), (off_t)sizeof(zip), 0) <= 0)
147 if (zip[0] == 0x1f && zip[1] == 0x8b)
149 paxunread(pax, ap, zip, (off_t)sizeof(zip));
157 paxunread(pax, ap, zip, (off_t)2);
160 paxunread(pax, ap, zip
[all...]
H A Dpaxlib.h174 Paxvalue_t zip; /* zip header name */ member in struct:Paxarchive_s::__anon189
/ast/src/cmd/pzip/
H A Dpcmp.c48 zip(unsigned char* f, size_t fsize, unsigned char* t, size_t tsize) function
104 return zip((unsigned char*)sfstrseek(dp, 0, SEEK_SET), fsize, t, tsize);
193 z = zip(dat, datsize, buf, bufsize);
H A Dpin.c375 zip(unsigned char* b, size_t size) function
427 return zip(t, b - t);
449 return zip(t, b - t);
468 return zip(t, b - t);
1253 * dynamic program to find optimal partition based on zip sizes in val
1303 * greedy algorithm to approximate optimal partition based on zip sizes in val
1334 * based on zip sizes in val
/ast/src/cmd/ksh93/tests/
H A Dnameref.sh310 typeset +n bam zip foo
311 unset bam zip foo
315 typeset -n zip=bam
316 [[ $zip == bar ]] || err_exit 'nameref to another nameref to array element fails'
317 [[ -R zip ]] || err_exit '[[ -R zip ]] should detect that zip is a reference'
319 [[ -R zip ]] || err_exit '[[ -v zip ]] should detect that zip i
[all...]
/ast/src/cmd/sort/
H A Dmain.c166 "[z:size|zip?Suggest using the specified number of bytes of internal "
311 int zip; /* sfdcgzip SF_* flags */ member in struct:Sort_s
387 if (sp->zip & SF_READ)
608 sp->zip |= SF_READ;
611 sp->zip |= SF_WRITE;
908 if (sp->zip & SF_READ)
1154 if (sp->zip & SF_WRITE)

Completed in 93 milliseconds