Home
last modified time | relevance | path

Searched refs:AE_IFIFO (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_strmode.c58 case AE_IFIFO: bp[0] = 'p'; break; in archive_entry_strmode()
H A Darchive_write_set_format.c104 case AE_IFIFO: in __archive_write_entry_filetype_unsupported()
H A Darchive_write_set_format_shar.c187 case AE_IFIFO: in archive_write_shar_header()
311 case AE_IFIFO: in archive_write_shar_header()
H A Darchive_entry.h191 #define AE_IFIFO ((__LA_MODE_T)0010000) macro
H A Darchive_write_set_format_cpio_binary.c446 if (((h.h_mode & AE_IFMT) == AE_IFSOCK) || ((h.h_mode & AE_IFMT) == AE_IFIFO)) { in write_header()
H A Darchive_write_set_format_ustar.c618 case AE_IFIFO: h[USTAR_typeflag_offset] = '6' ; break;
H A Darchive_write_set_format_gnutar.c535 case AE_IFIFO: tartype = '6' ; break; in archive_write_gnutar_header()
H A Darchive_read_support_format_mtree.c1319 archive_entry_filetype(entry) == AE_IFIFO) in parse_file()
1829 AE_IFIFO); in parse_keyword()
H A Darchive_write_set_format_mtree.c755 case AE_IFBLK: case AE_IFIFO: in get_global_set_keys()
1024 case AE_IFIFO: in write_mtree_entry()
H A Darchive_write_set_format_pax.c665 case AE_IFIFO:
H A Darchive_write_disk_posix.c490 case AE_IFIFO: in la_verify_filetype()
2463 case AE_IFIFO: in create_filesystem_object()
H A Darchive_write_set_format_xar.c1228 case AE_IFIFO: in make_file_entry()
H A Darchive_read_support_format_tar.c1467 archive_entry_set_filetype(entry, AE_IFIFO); in header_common()
H A Darchive_read_support_format_xar.c2751 (xar->file->mode & ~AE_IFMT) | AE_IFIFO; in xml_data()
H A Darchive_read_support_format_zip.c1046 if ((zip_entry->mode & AE_IFMT) == AE_IFIFO) { in zip_read_local_file_header()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry_strmode.c58 archive_entry_set_mode(entry, AE_IFIFO | 0444); in DEFINE_TEST()
H A Dtest_read_format_tar.c245 assertEqualInt(archive_entry_filetype(ae), AE_IFIFO); in verify6()
H A Dtest_read_format_xar.c366 assertEqualInt(archive_entry_filetype(ae), AE_IFIFO); in verify6()
H A Dtest_entry.c98 assertEqualInt(S_IFIFO, AE_IFIFO); in DEFINE_TEST()