Searched refs:archive_string_concat (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_string.c | 208 archive_string_concat(&t, &s); in test_archive_string_concat() 214 archive_string_concat(&u, &s); in test_archive_string_concat() 220 archive_string_concat(&v, &s); in test_archive_string_concat() 227 archive_string_concat(&t, &s); in test_archive_string_concat() 234 archive_string_concat(&t, &s); in test_archive_string_concat()
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_string.h | 136 ((dest)->length = 0, archive_string_concat((dest), (src))) 141 void archive_string_concat(struct archive_string *dest, struct archive_string *src);
|
| H A D | archive_write_set_format_mtree.c | 1856 archive_string_concat(&file->parentdir, &as); in mtree_entry_setup_filenames() 2158 archive_string_concat(&(mtree->cur_dirstr), in mtree_entry_tree_add() 2204 archive_string_concat(&np->symlink, &file->symlink); in mtree_entry_exchange_same_entry() 2206 archive_string_concat(&np->uname, &file->uname); in mtree_entry_exchange_same_entry() 2208 archive_string_concat(&np->gname, &file->gname); in mtree_entry_exchange_same_entry() 2210 archive_string_concat(&np->fflags_text, &file->fflags_text); in mtree_entry_exchange_same_entry()
|
| H A D | archive_read_support_format_lha.c | 599 archive_string_concat(&lha->dirname, &lha->filename); in archive_read_format_lha_read_header()
|
| H A D | archive_write_set_format_xar.c | 2360 archive_string_concat(&(xar->cur_dirstr), in file_tree()
|
| H A D | archive_read_support_format_iso9660.c | 3221 archive_string_concat(as, &file->name); in build_pathname()
|
| H A D | archive_read_support_format_xar.c | 2694 archive_string_concat(&(xar->file->pathname), in xml_data()
|
| H A D | archive_string.c | 231 archive_string_concat(struct archive_string *dest, struct archive_string *src) in archive_string_concat() function
|
| H A D | archive_write_set_format_iso9660.c | 5686 archive_string_concat(&(iso9660->cur_dirstr), in isoent_tree()
|