Searched refs:archive_strncpy_l (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string.h | 121 archive_strncpy_l(struct archive_string *, const void *, size_t, 169 archive_strncpy_l((as), (p), ((p) == NULL ? 0 : strlen(p)), (lo))
|
H A D | archive_string.c | 1956 archive_strncpy_l(struct archive_string *as, const void *_p, size_t n, in archive_strncpy_l() function 3910 r = archive_strncpy_l(&(aes->aes_utf8), aes->aes_mbs.s, in archive_mstring_get_utf8() 3957 r = archive_strncpy_l(&(aes->aes_mbs), in archive_mstring_get_mbs() 4076 ret = archive_strncpy_l(&(aes->aes_mbs_in_locale), in archive_mstring_get_mbs_l() 4192 r = archive_strncpy_l(&(aes->aes_utf8), mbs, len, sc); in archive_mstring_copy_mbs_len_l() 4224 r = archive_strncpy_l(&(aes->aes_mbs), mbs, len, sc); in archive_mstring_copy_mbs_len_l()
|
H A D | archive_write_set_format_iso9660.c | 2248 if (archive_strncpy_l(&iso9660->utf16be, s, strlen(s), in set_str_utf16be() 6288 if (archive_strncpy_l(&iso9660->mbs, in isoent_gen_joliet_identifier()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_string_conversion.c | 383 assertEqualInt(0, archive_strncpy_l( in test_archive_string_normalization_nfc() 392 assertEqualInt(0, archive_strncpy_l( in test_archive_string_normalization_nfc() 601 assertEqualInt(0, archive_strncpy_l( in test_archive_string_normalization_mac_nfd() 616 assertEqualInt(0, archive_strncpy_l( in test_archive_string_normalization_mac_nfd()
|