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

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_tar.c 212 static int pax_attribute(struct archive_read *, struct tar *,
2022 /* pax_attribute will consume value_length - 1 */
2023 r = pax_attribute(a, tar, entry, attr_name.s, archive_strlen(&attr_name), value_length - 1, unconsumed);
2345 pax_attribute(struct archive_read *a, struct tar *tar, struct archive_entry *entry, function

Completed in 2018 milliseconds