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

/ast/src/cmd/pax/
H A Dpax-tar.c30 #define PAX 1 macro
196 case PAX:
200 if (ap->format->variant != PAX && state.strict)
214 if (ap->format->variant != PAX && state.strict)
773 case PAX:
805 complete(ap, f, (ap->format->variant == PAX ? 4 : 1) * TAR_HEADER);
871 if (ap->format->variant != PAX && (unsigned long)f->st->st_size > (unsigned long)037777777777)
1030 PAX,
/ast/src/cmd/nmake/
H A DMakerules.mk461 PAX = pax macro
4658 $(PAX) -d -w -f $(.BASE.) -z - $(PAXFLAGS) $(.MANIFEST.)
4661 $(PAX) -d -w -f $("":T=R:F=%($(.BASE.DATE.FORMAT.))T).$(.BASE.) -z $(.BASE.) $(PAXFLAGS) $(.MANIFEST.)
5043 .PAX : .COMMON.SAVE $$(*.RECURSE:@?.PAX.RECURSE?.PAX.LOCAL)
5045 .PAX.LOCAL : .COMMON.SAVE
5046 $(PAX) -d -w -f $(-archive-output)$(-?archive-output:~.pax) $(PAXFLAGS) $(.MANIFEST.)
5048 .PAX.RECURSE : .COMMON.SAVE
5051 $(PAX)
[all...]

Completed in 39 milliseconds