Searched refs:CODEX_DECODE (Results 1 - 18 of 18) sorted by relevance

/ast/src/cmd/codexlib/zip/
H A Dreduce.c32 CODEX_DECODE|CODEX_COMPRESS,
H A Dshrink.c32 CODEX_DECODE|CODEX_COMPRESS,
H A Dzip.c73 CODEX_DECODE|CODEX_ENCODE|CODEX_COMPRESS,
H A Ddeflate.c752 CODEX_DECODE|CODEX_COMPRESS,
H A Dimplode.c985 CODEX_DECODE|CODEX_COMPRESS,
/ast/src/cmd/codexlib/bzip/
H A Dbzip.c80 if (!(p->op = sfopen(NiL, "/dev/null", (p->flags & CODEX_DECODE) ? "r" : "w")))
147 CODEX_DECODE|CODEX_ENCODE|CODEX_COMPRESS,
/ast/src/cmd/codexlib/gzip/
H A Dgzip.c84 if (!(p->op = sfopen(NiL, "/dev/null", (p->flags & CODEX_DECODE) ? "r" : "w")))
154 CODEX_DECODE|CODEX_ENCODE|CODEX_COMPRESS,
/ast/src/cmd/codexlib/sum/
H A Dsum.c96 CODEX_DECODE|CODEX_ENCODE|CODEX_SUM,
/ast/src/lib/libcodex/
H A Dcodex.c45 CODEX_DECODE|CODEX_ENCODE,
358 CODEX_DECODE|CODEX_ENCODE,
454 deen = flags & (CODEX_DECODE|CODEX_ENCODE);
584 sfprintf(sfstderr, "codex: %d: %s: open(\"%s\",%s,%s)\n", code ? code->index : 0, meth->name, arg[0], (sp->_flags & SF_READ) ? "READ" : "WRITE", (deen & CODEX_DECODE) ? "DECODE" : "ENCODE");
595 code->flags = deen | (code->meth->flags & ~(CODEX_DECODE|CODEX_ENCODE));
813 encode = CODEX_DECODE;
820 decode = CODEX_DECODE;
902 * assign CODEX_DECODE or CODEX_ENCODE to each part and
905 * otherwise CODEX_DECODE must be on the left and
912 f |= CODEX_DECODE;
[all...]
H A Dcode-rot13.c119 CODEX_DECODE|CODEX_ENCODE|CODEX_UU,
H A Dcode-iconv.c85 if (flags & CODEX_DECODE)
240 CODEX_DECODE|CODEX_ENCODE|CODEX_ICONV,
H A Dcode-qp.c104 if (flags & CODEX_DECODE)
296 CODEX_DECODE|CODEX_ENCODE|CODEX_UU,
H A Dcodex.h37 #define CODEX_DECODE 0x0001 /* decode supported */ macro
H A Dcode-uu.c212 if (p->flags & CODEX_DECODE)
503 CODEX_DECODE|CODEX_ENCODE|CODEX_UU,
/ast/src/cmd/codexlib/lzd/
H A Dlzd.c226 CODEX_DECODE|CODEX_COMPRESS,
/ast/src/cmd/vczip/
H A Dvczip.c295 if ((n = codex(ip, op, ct, action == VC_ENCODE ? CODEX_ENCODE : CODEX_DECODE, codexdisc, NiL)) < 0)
/ast/src/cmd/codexlib/compress/
H A Dcompress.c725 CODEX_DECODE|CODEX_ENCODE|CODEX_COMPRESS,
/ast/src/cmd/codexlib/lzh/
H A Dlzh.c1240 CODEX_DECODE|CODEX_COMPRESS,

Completed in 42 milliseconds