Lines Matching refs:method
42 char method[64];
132 sfsprintf(ar->method, sizeof(ar->method), "copy|%s", SUM);
135 sfsprintf(ar->method, sizeof(ar->method), "lzd+SIZE=%I*u|%s", sizeof(f->uncompressed), f->uncompressed, SUM);
139 sfsprintf(ar->method, sizeof(ar->method), "lzh-8k-s1+SIZE=%I*u|%s", sizeof(f->uncompressed), f->uncompressed, SUM);
142 *ar->method = 0;
269 if (!*ar->method || ar->majver > 2 || ar->majver == 2 && ar->minver > 1)
271 (*pax->errorf)(NiL, pax, 2, "%s: %s: cannot extract %s method=%d version=%d.%d data", ap->name, f->name, ap->format->name, ar->index, ar->majver, ar->minver);
277 if ((pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0)
278 (*pax->errorf)(NiL, pax, 2, "%s: %s: cannot decode method %s", ap->name, f->name, ar->method);