Searched refs:file_perm (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_file.c79 int file_perm = 00644; local
106 archive_entry_set_mode(ae, AE_IFREG | file_perm);
157 assertEqualInt(i4(p + 38) >> 16 & 01777, file_perm); /* External file attrs */
226 assertEqualInt(i4(p + 9) >> 16 & 01777, file_perm); /* external file attributes */
H A Dtest_write_format_zip_file_zip64.c81 int file_perm = 00644; local
109 archive_entry_set_mode(ae, AE_IFREG | file_perm);
160 assertEqualInt(i4(p + 38) >> 16 & 01777, file_perm); /* External file attrs */
260 assertEqualInt(i4(p + 9) >> 16 & 01777, file_perm); /* external file attributes */
H A Dtest_write_format_zip_compression_store.c37 static const int file_perm = 00644; variable
181 assertEqualInt(i4(p + 38) >> 16 & 01777, file_perm); /* External file attrs */
232 assertEqualInt(i4(q + 9) >> 16 & 01777, file_perm); /* external file attributes */

Completed in 65 milliseconds