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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c401 union tblock *Thdr_p; /* TAR header pointer */ variable in typeref:union:tblock
1487 crc_p = Thdr_p->tbuf.t_cksum;
1492 crc_p = (char *)Thdr_p;
3459 typeflag = Thdr_p->tbuf.t_typeflag;
3466 (void) strncpy(lname, Thdr_p->tbuf.t_linkname,
4721 Thdr_p = (union tblock *)Buffr.b_out_p;
4730 Thdr_p->tbuf.t_typeflag == _XATTR_HDRTYPE)) {
4844 Thdr_p->tbuf.t_typeflag = xattrp->h_typeflag;
4876 Hdr_type == TAR) && Thdr_p->tbuf.t_typeflag == 'A')) {
5596 if (Hdr_type == TAR && Thdr_p
[all...]

Completed in 79 milliseconds