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

/ast/src/cmd/paxlib/zoo/
H A Dzoo.c48 unsigned char majver; /* major version */ member in struct:Ar_s
80 ar->majver = buf[32];
127 ar->majver = buf[28];
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);

Completed in 9 milliseconds