Home
last modified time | relevance | path

Searched refs:archive_string_empty (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c326 archive_string_empty(&s); in test_archive_string_sprintf()
330 archive_string_empty(&s); in test_archive_string_sprintf()
334 archive_string_empty(&s); in test_archive_string_sprintf()
338 archive_string_empty(&s); in test_archive_string_sprintf()
342 archive_string_empty(&s); in test_archive_string_sprintf()
346 archive_string_empty(&s); in test_archive_string_sprintf()
350 archive_string_empty(&s); in test_archive_string_sprintf()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c203 archive_string_empty(&shar->quoted_name); in archive_write_shar_header()
360 archive_string_empty(&shar->work); in archive_write_shar_data_sed()
384 archive_string_empty(&shar->work); in archive_write_shar_data_sed()
499 archive_string_empty(&shar->work); in archive_write_shar_data_uuencode()
581 archive_string_empty(&shar->work); in archive_write_shar_finish_entry()
H A Darchive_write_set_format_mtree.c444 archive_string_empty(&mtree->ebuf); in mtree_indent()
950 archive_string_empty(&mtree->ebuf); in write_mtree_entry()
1066 archive_string_empty(&mtree->buf); in write_mtree_entry()
1089 archive_string_empty(&mtree->ebuf); in write_dot_dot_entry()
1098 archive_string_empty(&mtree->buf); in write_dot_dot_entry()
1743 archive_string_empty(&(file->pathname)); in mtree_entry_setup_filenames()
1855 archive_string_empty(&file->parentdir); in mtree_entry_setup_filenames()
2203 archive_string_empty(&np->symlink); in mtree_entry_exchange_same_entry()
2205 archive_string_empty(&np->uname); in mtree_entry_exchange_same_entry()
2207 archive_string_empty(&np->gname); in mtree_entry_exchange_same_entry()
[all …]
H A Darchive_util.c161 archive_string_empty(&a->error_string); in archive_clear_error()
177 archive_string_empty(&(a->error_string)); in archive_set_error()
H A Darchive_string.c3906 archive_string_empty(&(aes->aes_mbs)); in archive_mstring_get_mbs()
3964 archive_string_empty(&(aes->aes_mbs_in_locale)); in archive_mstring_get_mbs_l()
3985 archive_string_empty(&(aes->aes_mbs)); in archive_mstring_get_mbs_l()
4038 archive_string_empty(&(aes->aes_utf8)); in archive_mstring_copy_mbs_len()
4058 archive_string_empty(&(aes->aes_mbs)); in archive_mstring_copy_utf8()
4059 archive_string_empty(&(aes->aes_wcs)); in archive_mstring_copy_utf8()
4073 archive_string_empty(&(aes->aes_mbs)); in archive_mstring_copy_wcs_len()
4074 archive_string_empty(&(aes->aes_utf8)); in archive_mstring_copy_wcs_len()
4089 archive_string_empty(&(aes->aes_mbs)); in archive_mstring_copy_mbs_len_l()
4091 archive_string_empty(&(aes->aes_utf8)); in archive_mstring_copy_mbs_len_l()
[all …]
H A Darchive_cmdline.c73 archive_string_empty(as); in get_argument()
H A Darchive_string.h184 #define archive_string_empty(a) ((a)->length = 0) macro
H A Darchive_read_support_format_tar.c1189 archive_string_empty(&(tar->entry_linkpath)); in header_common()
1595 archive_string_empty(&(tar->entry_gname)); in pax_header()
1596 archive_string_empty(&(tar->entry_linkpath)); in pax_header()
1597 archive_string_empty(&(tar->entry_pathname)); in pax_header()
1598 archive_string_empty(&(tar->entry_pathname_override)); in pax_header()
1599 archive_string_empty(&(tar->entry_uname)); in pax_header()
H A Darchive_write_set_format_xar.c715 archive_string_empty(&(xar->cur_file->script)); in xar_write_data()
869 archive_string_empty(&xar->vstr); in xmlwrite_fstring()
2047 archive_string_empty(&(file->parentdir)); in file_gen_utility_names()
2048 archive_string_empty(&(file->basename)); in file_gen_utility_names()
2049 archive_string_empty(&(file->symlink)); in file_gen_utility_names()
2187 archive_string_empty(&(file->parentdir)); in file_gen_utility_names()
2347 archive_string_empty(&(xar->cur_dirstr)); in file_tree()
H A Darchive_write_set_format_pax.c808 archive_string_empty(&(pax->pax_header)); /* Blank our work area. */ in archive_write_pax_header()
809 archive_string_empty(&(pax->sparse_map)); in archive_write_pax_header()
1785 archive_string_empty(&(pax->sparse_map)); in archive_write_pax_data()
H A Darchive_read_support_format_iso9660.c1259 archive_string_empty(&iso9660->pathname); in archive_read_format_iso9660_read_header()
2439 archive_string_empty(&file->name); in parse_rockridge_NM1()
2559 archive_string_empty(&file->symlink); in parse_rockridge_SL1()
2624 archive_string_empty(&file->symlink); in parse_rockridge_SL1()
H A Darchive_read_support_format_lha.c561 archive_string_empty(&lha->dirname); in archive_read_format_lha_read_header()
562 archive_string_empty(&lha->filename); in archive_read_format_lha_read_header()
1203 archive_string_empty(&lha->filename); in lha_read_file_extended_header()
H A Darchive_write_set_format_iso9660.c4721 archive_string_empty(&(file->parentdir)); in isofile_gen_utility_names()
4722 archive_string_empty(&(file->basename)); in isofile_gen_utility_names()
4723 archive_string_empty(&(file->basename_utf16)); in isofile_gen_utility_names()
4724 archive_string_empty(&(file->symlink)); in isofile_gen_utility_names()
4835 archive_string_empty(&(file->parentdir)); in isofile_gen_utility_names()
4950 archive_string_empty(&(file->symlink)); in isofile_gen_utility_names()
4980 archive_string_empty(&(file->parentdir)); in isofile_gen_utility_names()
5673 archive_string_empty(&(iso9660->cur_dirstr)); in isoent_tree()
H A Darchive_read_disk_posix.c1112 if (!archive_string_empty(&delayed_str)) in next_entry()
2190 archive_string_empty(&t->path); in tree_reopen()
H A Darchive_read_support_format_mtree.c1167 archive_string_empty(&mtree->contents_name); in parse_file()
H A Darchive_match.c679 archive_string_empty(&as); in add_pattern_from_file()
H A Darchive_read_support_format_zip.c1229 archive_string_empty(&zip->format_name); in zip_read_local_file_header()