taglinefilesource code
part_nb58zBoot/misc.cint method, exit_code, part_nb, last_member;
part_nb318zBoot/misc.cpart_nb = 0;
part_nb354zBoot/misc.cpart_nb++;                   /* number of parts in gzip file */
part_nb402zBoot/misc.cif (to_stdout || part_nb > 1) {
part_nb433zBoot/misc.cif (exit_code != ERROR) exit_code = part_nb == 1 ? ERROR : WARNING;
part_nb434zBoot/misc.creturn part_nb == 1 ? -1 : -2;