Searched refs:archive_string_concat (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_string.c | 207 archive_string_concat(&t, &s); in test_archive_string_concat() 213 archive_string_concat(&u, &s); in test_archive_string_concat() 219 archive_string_concat(&v, &s); in test_archive_string_concat() 226 archive_string_concat(&t, &s); in test_archive_string_concat() 233 archive_string_concat(&t, &s); in test_archive_string_concat()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string.h | 133 ((dest)->length = 0, archive_string_concat((dest), (src))) 138 void archive_string_concat(struct archive_string *dest, struct archive_string *src);
|
H A D | archive_write_set_format_mtree.c | 1844 archive_string_concat(&file->parentdir, &as); in mtree_entry_setup_filenames() 2146 archive_string_concat(&(mtree->cur_dirstr), in mtree_entry_tree_add() 2192 archive_string_concat(&np->symlink, &file->symlink); in mtree_entry_exchange_same_entry() 2194 archive_string_concat(&np->uname, &file->uname); in mtree_entry_exchange_same_entry() 2196 archive_string_concat(&np->gname, &file->gname); in mtree_entry_exchange_same_entry() 2198 archive_string_concat(&np->fflags_text, &file->fflags_text); in mtree_entry_exchange_same_entry()
|
H A D | archive_read_support_format_iso9660.c | 3477 archive_string_concat(as, &file->name); in build_pathname()
|
H A D | archive_write_set_format_xar.c | 2387 archive_string_concat(&(xar->cur_dirstr), in file_tree()
|
H A D | archive_string.c | 233 archive_string_concat(struct archive_string *dest, struct archive_string *src) in archive_string_concat() function
|
H A D | archive_read_support_format_xar.c | 2714 archive_string_concat(&(xar->file->pathname), in xml_data()
|
H A D | archive_write_set_format_iso9660.c | 5681 archive_string_concat(&(iso9660->cur_dirstr), in isoent_tree()
|