Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_zstd.c373 archive_string_concat(&as, &as2); in archive_compressor_zstd_open()
379 archive_string_concat(&as, &as2); in archive_compressor_zstd_open()
391 archive_string_concat(&as, &as2); in archive_compressor_zstd_open()
H A Darchive_string.h136 ((dest)->length = 0, archive_string_concat((dest), (src)))
141 void archive_string_concat(struct archive_string *dest, struct archive_string *src);
H A Darchive_write_set_format_mtree.c1845 archive_string_concat(&file->parentdir, &as); in mtree_entry_setup_filenames()
2147 archive_string_concat(&(mtree->cur_dirstr), in mtree_entry_tree_add()
2193 archive_string_concat(&np->symlink, &file->symlink); in mtree_entry_exchange_same_entry()
2195 archive_string_concat(&np->uname, &file->uname); in mtree_entry_exchange_same_entry()
2197 archive_string_concat(&np->gname, &file->gname); in mtree_entry_exchange_same_entry()
2199 archive_string_concat(&np->fflags_text, &file->fflags_text); in mtree_entry_exchange_same_entry()
H A Darchive_write_set_format_xar.c2392 archive_string_concat(&(xar->cur_dirstr), in file_tree()
H A Darchive_read_support_format_iso9660.c3222 archive_string_concat(as, &file->name); in build_pathname()
H A Darchive_read_support_format_xar.c2702 archive_string_concat(&(xar->file->pathname), in xml_data()
H A Darchive_string.c234 archive_string_concat(struct archive_string *dest, struct archive_string *src) in archive_string_concat() function
H A Darchive_write_set_format_iso9660.c5685 archive_string_concat(&(iso9660->cur_dirstr), in isoent_tree()
/dflybsd-src/lib/libarchive/
H A DSymbol.map305 archive_string_concat;