Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c112 struct archive_string contents_name; member
314 archive_string_free(&mtree->contents_name); in cleanup()
1187 archive_string_empty(&mtree->contents_name); in parse_file()
1244 if (archive_strlen(&mtree->contents_name) > 0) in parse_file()
1245 path = mtree->contents_name.s; in parse_file()
1255 archive_strlen(&mtree->contents_name) > 0)) { in parse_file()
1628 archive_strcpy(&mtree->contents_name, val); in parse_keyword()