Home
last modified time | relevance | path

Searched refs:file_perm (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_format_zip_file.c81 int file_perm = 00644; in DEFINE_TEST() local
115 archive_entry_set_mode(ae, AE_IFREG | file_perm); in DEFINE_TEST()
166 assertEqualInt(i4(p + 38) >> 16 & 01777, file_perm); /* External file attrs */ in DEFINE_TEST()
235 assertEqualInt(i4(p + 9) >> 16 & 01777, file_perm); /* external file attributes */ in DEFINE_TEST()
H A Dtest_write_format_zip64_stream.c75 int file_perm = 00644; in DEFINE_TEST() local
104 archive_entry_set_mode(ae, AE_IFREG | file_perm); in DEFINE_TEST()
154 assertEqualInt(i4(p + 38) >> 16 & 01777, file_perm); /* External file attrs */ in DEFINE_TEST()
248 assertEqualInt(i4(p + 9) >> 16 & 01777, file_perm); /* external file attributes */ in DEFINE_TEST()
H A Dtest_write_format_zip_file_zip64.c83 int file_perm = 00644; in DEFINE_TEST() local
118 archive_entry_set_mode(ae, AE_IFREG | file_perm); in DEFINE_TEST()
169 assertEqualInt(i4(p + 38) >> 16 & 01777, file_perm); /* External file attrs */ in DEFINE_TEST()
263 assertEqualInt(i4(p + 9) >> 16 & 01777, file_perm); /* external file attributes */ in DEFINE_TEST()
H A Dtest_write_format_zip_compression_store.c36 static const int file_perm = 00644; variable
190 assertEqualInt(i4(p + 38) >> 16 & 01777, file_perm); /* External file attrs */ in verify_uncompressed_contents()
243 assertEqualInt(i4(q + 9) >> 16 & 01777, file_perm); /* external file attributes */ in verify_uncompressed_contents()