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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c655 static int xattrbadhead; /* is extended attribute header bad? */ variable
4738 if (xattrbadhead) {
4864 if (xattrbadhead == 0) {
8789 xattrbadhead = 1;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c343 static char xattrbadhead; variable
1637 if (xattrbadhead) {
5741 if (dblock.dbuf.typeflag == _XATTR_HDRTYPE && xattrbadhead == 0) {
8263 xattrbadhead = 1;

Completed in 120 milliseconds