Searched refs:AE_IFBLK (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_strmode.c54 case AE_IFBLK: bp[0] = 'b'; break;
H A Darchive_write_set_format_ustar.c388 if (archive_entry_filetype(entry) == AE_IFBLK
414 case AE_IFBLK: h[USTAR_typeflag_offset] = '4' ; break;
H A Darchive_entry.h152 #define AE_IFBLK 0060000 macro
H A Darchive_write_set_format_cpio_newc.c149 if (archive_entry_filetype(entry) == AE_IFBLK
H A Darchive_write_set_format_shar.c190 case AE_IFBLK:
315 case AE_IFBLK:
H A Darchive_entry_link_resolver.c186 || archive_entry_filetype(*e) == AE_IFBLK
H A Darchive_write_set_format_cpio.c222 if (archive_entry_filetype(entry) == AE_IFBLK
H A Darchive_read_support_format_mtree.c635 archive_entry_filetype(entry) != AE_IFBLK)
671 archive_entry_filetype(entry) == AE_IFBLK))
921 mtree->filetype = AE_IFBLK;
H A Darchive_write_set_format_mtree.c384 case AE_IFBLK: case AE_IFIFO:
527 case AE_IFBLK: case AE_IFIFO:
726 case AE_IFBLK:
H A Darchive_write_set_format_pax.c430 case AE_IFBLK:
687 if (archive_entry_filetype(entry_main) == AE_IFBLK
H A Darchive_read_support_format_tar.c1016 archive_entry_set_filetype(entry, AE_IFBLK);
H A Darchive_write_disk.c1161 case AE_IFBLK:
H A Darchive_read_support_format_xar.c2586 (xar->file->mode & ~AE_IFMT) | AE_IFBLK;
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_entry_strmode.c50 archive_entry_set_mode(entry, AE_IFBLK | 03642);
H A Dtest_read_format_tar.c193 assertEqualInt(archive_entry_filetype(ae), AE_IFBLK); local
H A Dtest_entry.c88 assertEqualInt(S_IFBLK, AE_IFBLK);
H A Dtest_read_format_xar.c276 assertEqualInt(archive_entry_filetype(ae), AE_IFBLK); local
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dread.c417 || archive_entry_filetype(entry) == AE_IFBLK) {
/freebsd-9.3-release/contrib/libarchive/cpio/
H A Dcpio.c1004 || archive_entry_filetype(entry) == AE_IFBLK) {

Completed in 213 milliseconds