Searched refs:archive_strncpy_l (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_string.h | 120 archive_strncpy_l(struct archive_string *, const void *, size_t, 168 archive_strncpy_l((as), (p), ((p) == NULL ? 0 : strlen(p)), (lo))
|
| HD | archive_string.c | 1929 archive_strncpy_l(struct archive_string *as, const void *_p, size_t n, in archive_strncpy_l() function 3890 r = archive_strncpy_l(&(aes->aes_mbs), aes->aes_mbs.s, in archive_mstring_get_utf8() 4019 ret = archive_strncpy_l(&(aes->aes_mbs_in_locale), in archive_mstring_get_mbs_l() 4120 r = archive_strncpy_l(&(aes->aes_utf8), mbs, len, sc); in archive_mstring_copy_mbs_len_l() 4152 r = archive_strncpy_l(&(aes->aes_mbs), mbs, len, sc); in archive_mstring_copy_mbs_len_l()
|
| HD | archive_write_set_format_iso9660.c | 2247 if (archive_strncpy_l(&iso9660->utf16be, s, strlen(s), in set_str_utf16be() 6279 if (archive_strncpy_l(&iso9660->mbs, in isoent_gen_joliet_identifier()
|
| /trueos/contrib/libarchive/libarchive/test/ |
| HD | test_archive_string_conversion.c | 385 assertEqualInt(0, archive_strncpy_l( in test_archive_string_normalization_nfc() 394 assertEqualInt(0, archive_strncpy_l( in test_archive_string_normalization_nfc() 603 assertEqualInt(0, archive_strncpy_l( in test_archive_string_normalization_mac_nfd() 618 assertEqualInt(0, archive_strncpy_l( in test_archive_string_normalization_mac_nfd()
|