HomeSort by: relevance | last modified time | path
    Searched refs:archive_entry_set_devmajor (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_entry.h 353 __LA_DECL void archive_entry_set_devmajor(struct archive_entry *, __LA_DEV_T);
archive_read_support_format_cpio.c 622 archive_entry_set_devmajor(entry,
archive_entry.c 1155 archive_entry_set_devmajor(struct archive_entry *entry, __LA_DEV_T m) function
archive_read_support_format_xar.c 797 archive_entry_set_devmajor(entry, file->devmajor);
  /src/external/bsd/libarchive/lib/libarchive/
Makefile 282 MLINKS+= archive_entry_stat.3 archive_entry_set_devmajor.3
  /src/external/bsd/libarchive/dist/libarchive/test/
test_entry.c 915 archive_entry_set_devmajor(e, 0xfe);

Completed in 46 milliseconds