Searched refs:OPT_READONLY (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/pax/ |
H A D | options.c | 118 OPT_READONLY, 194 OPT_GLOBAL|OPT_READONLY|OPT_NUMBER|OPT_VENDOR, 203 OPT_GLOBAL|OPT_READONLY|OPT_NUMBER|OPT_VENDOR, 212 OPT_GLOBAL|OPT_READONLY|OPT_NUMBER|OPT_VENDOR, 221 OPT_GLOBAL|OPT_READONLY|OPT_VENDOR, 230 OPT_GLOBAL|OPT_READONLY|OPT_NUMBER|OPT_VENDOR, 255 OPT_GLOBAL|OPT_READONLY|OPT_VENDOR, 264 OPT_GLOBAL|OPT_READONLY|OPT_VENDOR, 282 OPT_GLOBAL|OPT_READONLY|OPT_VENDOR, 300 OPT_READONLY, [all...] |
H A D | options.h | 35 #define OPT_READONLY (1<<7) macro
|
H A D | pax.c | 524 if (y && (op->flags & (OPT_HEADER|OPT_READONLY)) == OPT_HEADER) 1345 if (!(op->flags & OPT_READONLY) && (all && matchopt(pos->bucket->name, all, op) && (lev = 8) || ext && matchopt(pos->bucket->name, ext, op) && (lev = 6)) && op->level < lev) 1488 if ((options[i].flags & (OPT_GLOBAL|OPT_READONLY)) == OPT_READONLY) 1584 if ((options[i].flags & (OPT_GLOBAL|OPT_READONLY)) != OPT_READONLY) 1872 sfprintf(sfstderr, "%-16s %c %2d %d perm=%ld:%s temp=%ld:%s%s%s\n", op->name, op->flag ? op->flag : '-', op->index, op->level, op->perm.number, op->perm.string, op->temp.number, op->temp.string, (op->flags & OPT_HEADER) ? " HEADER" : "", (op->flags & OPT_READONLY) ? " READONLY" : "");
|
H A D | pax-tar.c | 368 if ((op->flags & (OPT_HEADER|OPT_READONLY)) == OPT_HEADER && op->name == pos->bucket->name && (op->level == lev || op->level == alt))
|
/ast/src/cmd/nmake/ |
H A D | options.h | 53 #define OPT_READONLY (1L<<30) /* cannot reset til state.user */ macro
|
H A D | option.c | 676 if (op->flags & OPT_READONLY) 762 op->flags |= OPT_READONLY; 763 else if (!state.user && (op->flags & OPT_READONLY)) 870 if (!(op->flags & OPT_READONLY))
|
H A D | rule.c | 1831 if (!(optflag(OPT_strictview)->flags & OPT_READONLY))
|
Completed in 47 milliseconds