Searched refs:OPT_HEADER (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/pax/
H A Doptions.c59 OPT_HEADER|OPT_OPTIONAL,
99 OPT_HEADER,
144 OPT_HEADER,
168 OPT_HEADER|OPT_OPTIONAL,
366 OPT_HEADER,
463 OPT_HEADER|OPT_NUMBER,
479 OPT_HEADER,
490 OPT_HEADER,
609 OPT_HEADER,
716 OPT_HEADER|OPT_OPTIONA
[all...]
H A Doptions.h30 #define OPT_HEADER (1<<2) macro
H A Dpax.c524 if (y && (op->flags & (OPT_HEADER|OPT_READONLY)) == OPT_HEADER)
1292 if (!type && !(op->flags & OPT_HEADER) || !(op->flags & (OPT_IGNORE|OPT_SET)))
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 Dpax-tar.c368 if ((op->flags & (OPT_HEADER|OPT_READONLY)) == OPT_HEADER && op->name == pos->bucket->name && (op->level == lev || op->level == alt))

Completed in 13 milliseconds