Home
last modified time | relevance | path

Searched refs:archive_mstring_copy_mbs_len_l (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/libarchive/libarchive/test/
HDtest_archive_string_conversion.c412 assertEqualInt(0, archive_mstring_copy_mbs_len_l( in test_archive_string_normalization_nfc()
423 assertEqualInt(0, archive_mstring_copy_mbs_len_l( in test_archive_string_normalization_nfc()
434 assertEqualInt(0, archive_mstring_copy_mbs_len_l( in test_archive_string_normalization_nfc()
642 assertEqualInt(0, archive_mstring_copy_mbs_len_l( in test_archive_string_normalization_mac_nfd()
659 assertEqualInt(0, archive_mstring_copy_mbs_len_l( in test_archive_string_normalization_mac_nfd()
677 assertEqualInt(0, archive_mstring_copy_mbs_len_l( in test_archive_string_normalization_mac_nfd()
/trueos/contrib/libarchive/libarchive/
HDarchive_entry.c777 return (archive_mstring_copy_mbs_len_l(&entry->ae_gname, name, len, sc)); in _archive_entry_copy_gname_l()
847 r = archive_mstring_copy_mbs_len_l(&entry->ae_hardlink, in _archive_entry_copy_hardlink_l()
988 r = archive_mstring_copy_mbs_len_l(&entry->ae_symlink, in _archive_entry_copy_link_l()
991 r = archive_mstring_copy_mbs_len_l(&entry->ae_hardlink, in _archive_entry_copy_link_l()
1060 return (archive_mstring_copy_mbs_len_l(&entry->ae_pathname, in _archive_entry_copy_pathname_l()
1174 r = archive_mstring_copy_mbs_len_l(&entry->ae_symlink, in _archive_entry_copy_symlink_l()
1223 return (archive_mstring_copy_mbs_len_l(&entry->ae_uname, in _archive_entry_copy_uname_l()
HDarchive_string.h234 int archive_mstring_copy_mbs_len_l(struct archive_mstring *,
HDarchive_acl.c174 r = archive_mstring_copy_mbs_len_l(&ap->name, name, len, sc); in archive_acl_add_entry_len_l()
HDarchive_string.c4079 archive_mstring_copy_mbs_len_l(struct archive_mstring *aes, in archive_mstring_copy_mbs_len_l() function