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

  /src/external/bsd/libarchive/dist/libarchive/
archive_entry.h 395 __LA_DECL void archive_entry_set_rdevmajor(struct archive_entry *, __LA_DEV_T);
archive_read_support_format_tar.c 1844 archive_entry_set_rdevmajor(entry, (dev_t)
2623 archive_entry_set_rdevmajor(entry, (dev_t)t);
3004 archive_entry_set_rdevmajor(entry, (dev_t)
archive_read_support_format_cpio.c 633 archive_entry_set_rdevmajor(entry,
archive_entry.c 1337 archive_entry_set_rdevmajor(struct archive_entry *entry, __LA_DEV_T m) function
  /src/external/bsd/libarchive/lib/libarchive/
Makefile 294 MLINKS+= archive_entry_stat.3 archive_entry_set_rdevmajor.3
  /src/external/bsd/libarchive/dist/libarchive/test/
test_entry.c 924 archive_entry_set_rdevmajor(e, 0xfe);

Completed in 37 milliseconds