HomeSort by: relevance | last modified time | path
    Searched defs:archive_format_name (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_private.h 115 const char *archive_format_name; member in struct:archive
archive_util.c 133 archive_format_name(struct archive *a) function
135 return (a->archive_format_name);
archive_read_support_format_mtree.c 107 const char *archive_format_name; member in struct:mtree
1045 mtree->archive_format_name = "mtree";
1141 a->archive.archive_format_name = mtree->archive_format_name;

Completed in 27 milliseconds