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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c642 * xattrp is basically an offset into xattrhead that points to the
645 * xattr_linkp is identical to xattrp except that it is used for linked
653 static struct xattr_buf *xattrp; variable in typeref:struct:xattr_buf
4737 if (xattrp != NULL) {
4740 xattrp = NULL;
4761 tapath = xattrp->h_names +
4762 strlen(xattrp->h_names) + 1;
4795 xattrp->h_names);
4842 Gen.g_mode |= attrmode(xattrp->h_typeflag);
4844 Thdr_p->tbuf.t_typeflag = xattrp
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c329 * xattrp is a pointer to the xattr_buf structure
338 static struct xattr_buf *xattrp; variable in typeref:struct:xattr_buf
1636 if (xattrp && dblock.dbuf.typeflag == _XATTR_HDRTYPE) {
1639 xattrp = NULL;
1648 xattrp->h_typeflag == '5') {
1653 dblock.dbuf.typeflag = xattrp->h_typeflag;
3000 if (xattrp != NULL) {
3002 xattrp = NULL;
3039 if (xattrp != NULL) {
3060 xattrp
[all...]

Completed in 75 milliseconds