Searched refs:XATTR (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | symtab.c | 295 np->e_flags |= XATTR; 312 if (np->e_flags & XATTR) { 334 if ((type & ROOT) && (np->e_flags & XATTR)) {
|
H A D | restore.h | 120 #define XATTR 0x0080 /* file belongs in an attribute tree */ macro
|
H A D | restore.c | 919 if ((ep->e_flags & ~(XATTR|XATTRROOT)) != 0) in checkrestore()
|
H A D | utilities.c | 430 if (ep->e_flags & XATTR) in flagvalues()
|
/titanic_50/usr/src/cmd/find/ |
H A D | find.c | 90 PRINT0, PRUNE, REGEX, RPAREN, SIZE, TYPE, VARARGS, XATTR, DELETE enumerator 159 "-xattr", XATTR, Unary, 750 case XATTR: 1077 case XATTR:
|