Lines Matching defs:hdr
271 if (!ap->tmp.hdr && !(ap->tmp.hdr = sfstropen()))
273 listprintf(ap->tmp.hdr, ap, f, fmt);
274 if (sfstrtell(ap->tmp.hdr) > TARSIZEOF(name))
276 sfstrseek(ap->tmp.hdr, 0, SEEK_SET);
282 listprintf(ap->tmp.hdr, ap, f, fmt);
285 if (!(s = sfstruse(ap->tmp.hdr)))
936 register Tarheader_t* hdr;
946 hdr = (Tarheader_t*)data;
947 if (!isdigit(hdr->chksum[0]) || !isdigit(hdr->chksum[1]) || !isdigit(hdr->chksum[2]) || !isdigit(hdr->chksum[3]) || !isdigit(hdr->chksum[4]) || !isdigit(hdr->chksum[5]) || !isdigit(hdr->chksum[6]) || tar_getoctal("chksum", hdr->chksum, 7, sizeof(sum), &sum) || !tar_checksum(ap, -1, sum))