Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libarchive/libarchive/test/
HDtest_archive_string.c258 archive_string_copy(&t, &s); in test_archive_string_copy()
263 archive_string_copy(&u, &t); in test_archive_string_copy()
268 archive_string_copy(&u, &t); in test_archive_string_copy()
276 archive_string_copy(&v, &s); in test_archive_string_copy()
282 archive_string_copy(&t, &s); in test_archive_string_copy()
290 archive_string_copy(&t, &s); in test_archive_string_copy()
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_string.h132 #define archive_string_copy(dest, src) \ macro
HDarchive_util.c199 archive_string_copy(&dest->error_string, &src->error_string); in archive_copy_error()
HDarchive_write_set_format_mtree.c1862 archive_string_copy(&(file->basename), &(file->parentdir)); in mtree_entry_setup_filenames()
2141 archive_string_copy(&(mtree->cur_dirstr), in mtree_entry_tree_add()
HDarchive_write_set_format_xar.c2213 archive_string_copy(&(file->basename), &(file->parentdir)); in file_gen_utility_names()
2383 archive_string_copy(&(xar->cur_dirstr), in file_tree()
HDarchive_string.c3858 archive_string_copy(&(dest->aes_mbs), &(src->aes_mbs)); in archive_mstring_copy()
3859 archive_string_copy(&(dest->aes_utf8), &(src->aes_utf8)); in archive_mstring_copy()
HDarchive_write_set_format_iso9660.c4976 archive_string_copy(&(file->basename), &(file->parentdir)); in isofile_gen_utility_names()
5677 archive_string_copy(&(iso9660->cur_dirstr), in isoent_tree()
7213 archive_string_copy(&(iso9660->el_torito.id), in isoent_create_boot_catalog()
HDarchive_read_support_format_xar.c648 archive_string_copy( in read_toc()