Searched refs:file_perm (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
| H A D | test_write_format_zip_file.c | 81 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 D | test_write_format_zip64_stream.c | 75 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 D | test_write_format_zip_file_zip64.c | 83 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 D | test_write_format_zip_compression_store.c | 36 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()
|