Lines Matching refs:PAX
151 // This file is in PAX format.
236 file: "testdata/pax-records.tar",
252 // Craft a theoretically valid PAX archive with global headers.
258 // $ bsdtar -tvf pax-global-records.tar
269 // $ gnutar -tvf pax-global-records.tar
277 // According to the PAX specification, this should have been the result:
282 file: "testdata/pax-global-records.tar",
370 file: "testdata/pax-nil-sparse-data.tar",
382 file: "testdata/pax-nil-sparse-hole.tar",
426 file: "testdata/pax-sparse-big.tar",
430 Name: "pax-sparse",
537 // Force a PAX long name to be written
552 // Simple test to make sure PAX extensions are in effect
554 t.Fatal("Expected at least one PAX header to be written.")
578 // Force a PAX long linkname to be written
591 // Simple test to make sure PAX extensions are in effect
593 t.Fatal("Expected at least one PAX header to be written.")
607 // Create an archive with non ascii. These should trigger a pax header
608 // because pax headers have a defined utf-8 encoding.
641 // Simple test to make sure PAX extensions are in effect
643 t.Fatal("Expected at least one PAX header to be written.")
730 // Simple test to make sure PAX extensions are in effect
732 t.Fatal("Expected at least one PAX header to be written.")
743 t.Fatal("PAX headers are not sorted")
758 // Force a PAX long name to be written. The name was taken from a practical example
954 // in USTAR and PAX, but not GNU.