Searched defs:codexdisc (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/codex/
H A Dcodex.c211 static Codexdisc_t codexdisc; local
214 codexinit(&codexdisc, errorf);
237 codexdisc.passphrase = strcpy(fmtbuf(sfvalue(pp)), s);
253 codexdisc.passphrase = opt_info.arg;
278 if (codex(ip, op, *argv, flags, &codexdisc, NiL) < 0)
/ast/src/cmd/paxlib/arj/
H A Darj.c37 Codexdisc_t codexdisc; member in struct:Ar_s
80 codexinit(&ar->codexdisc, pax->errorf);
82 if (!(ar->sum = codexnull()) || codex(ar->sum, NiL, SUM, 0, &ar->codexdisc, NiL) <= 0)
212 if (!*ar->method || (pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0)
/ast/src/cmd/paxlib/lha/
H A Dlha.c36 Codexdisc_t codexdisc; member in struct:Ar_s
87 codexinit(&ar->codexdisc, pax->errorf);
214 if ((pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0)
/ast/src/cmd/paxlib/rar/
H A Drar.c35 Codexdisc_t codexdisc; member in struct:Ar_s
76 codexinit(&ar->codexdisc, pax->errorf);
77 ar->codexdisc.passphrase = pax->passphrase;
78 if (!(ar->sum = codexnull()) || codex(ar->sum, NiL, SUM, 0, &ar->codexdisc, NiL) <= 0)
225 if ((pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0)
/ast/src/cmd/paxlib/zoo/
H A Dzoo.c39 Codexdisc_t codexdisc; member in struct:Ar_s
88 codexinit(&ar->codexdisc, pax->errorf);
277 if ((pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0)
/ast/src/cmd/vczip/
H A Dvczip.c240 apply(int action, const char* vt, Vcsfdata_t* vcodexdisc, const char* ct, Codexdisc_t* codexdisc, const char* input, const char* source, const char* output, void* buf, size_t bufsize, Sfoff_t donez, Sfoff_t lastz) argument
271 codexdisc->identify = sfstdout;
295 if ((n = codex(ip, op, ct, action == VC_ENCODE ? CODEX_ENCODE : CODEX_DECODE, codexdisc, NiL)) < 0)
381 static Codexdisc_t codexdisc; /* codex discipline */ local
409 codexinit(&codexdisc, errorf);
489 apply(action, vt, &vcodexdisc, ct, &codexdisc, NiL, *argv, NiL, buf, bufsize, donez, lastz);
/ast/src/cmd/paxlib/zip/
H A Dzip.c87 Codexdisc_t codexdisc; member in struct:Ar_s
207 codexinit(&ar->codexdisc, pax->errorf);
323 if ((pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0)

Completed in 28 milliseconds