Searched refs:zip (Results 1 - 11 of 11) sorted by relevance
/ast/src/cmd/paxlib/zip/ |
H A D | Makefile | 7 zip 2.1 plugin=pax :LIBRARY: zip.c -lcodex
|
H A D | zip.c | 23 * 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 D | Makefile | 5 zip plugin=codex :LIBRARY: \ 6 zip.c huff.c \
|
H A D | zip.c | 4 * 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 D | sfdczip.c | 57 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 D | pax-rpm.c | 85 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 D | paxlib.h | 174 Paxvalue_t zip; /* zip header name */ member in struct:Paxarchive_s::__anon189
|
/ast/src/cmd/pzip/ |
H A D | pcmp.c | 48 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 D | pin.c | 375 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 D | nameref.sh | 310 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 D | main.c | 166 "[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 34 milliseconds