Searched refs:archive_mstring_copy_mbs_len_l (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/libarchive/libarchive/test/ |
| HD | test_archive_string_conversion.c | 412 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/ |
| HD | archive_entry.c | 777 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()
|
| HD | archive_string.h | 234 int archive_mstring_copy_mbs_len_l(struct archive_mstring *,
|
| HD | archive_acl.c | 174 r = archive_mstring_copy_mbs_len_l(&ap->name, name, len, sc); in archive_acl_add_entry_len_l()
|
| HD | archive_string.c | 4079 archive_mstring_copy_mbs_len_l(struct archive_mstring *aes, in archive_mstring_copy_mbs_len_l() function
|