Searched defs:zip (Results 1 - 6 of 6) sorted by relevance
/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/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/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/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 17 milliseconds