Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/test/
H A Dtest_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()
/src/contrib/libarchive/libarchive/
H A Darchive_string.h132 #define archive_string_copy(dest, src) \ macro
H A Darchive_util.c201 archive_string_copy(&dest->error_string, &src->error_string); in archive_copy_error()
H A Darchive_write_set_format_mtree.c1941 archive_string_copy(&(file->basename), &(file->parentdir)); in mtree_entry_setup_filenames()
2224 archive_string_copy(&(mtree->cur_dirstr), in mtree_entry_tree_add()
H A Darchive_string.c3920 archive_string_copy(&(dest->aes_mbs), &(src->aes_mbs)); in archive_mstring_copy()
3921 archive_string_copy(&(dest->aes_utf8), &(src->aes_utf8)); in archive_mstring_copy()
H A Darchive_write_set_format_xar.c2257 archive_string_copy(&(file->basename), &(file->parentdir)); in file_gen_utility_names()
2427 archive_string_copy(&(xar->cur_dirstr), in file_tree()
H A Darchive_write_set_format_iso9660.c4981 archive_string_copy(&(file->basename), &(file->parentdir)); in isofile_gen_utility_names()
5688 archive_string_copy(&(iso9660->cur_dirstr), in isoent_tree()
7224 archive_string_copy(&(iso9660->el_torito.id), in isoent_create_boot_catalog()
H A Darchive_read_support_format_xar.c657 archive_string_copy( in read_toc()