Lines Matching defs:posix
71 POSIX_MAGIC = "ustar\x0000" # magic posix tar string
91 XHDTYPE = "x" # POSIX.1-2001 extended header
92 XGLTYPE = "g" # POSIX.1-2001 global header
95 USTAR_FORMAT = 0 # POSIX.1-1988 (ustar) format
97 PAX_FORMAT = 2 # POSIX.1-2001 (pax) format
202 # POSIX 1003.1-1988 requires numbers to be encoded as a string of
231 # in POSIX.1-2001. Replace untranslatable characters with their
1158 """Return a POSIX.1-2001 extended or global header sequence
1177 # instead of the one that POSIX recommends.
1365 POSIX.1-2001.
1613 posix = property(_getposix, _setposix)