Searched refs:archive_string_append_from_wcs (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string_sprintf.c | 150 if (archive_string_append_from_wcs(as, pw, in archive_string_vsprintf() 166 if (archive_string_append_from_wcs(as, pw, in archive_string_vsprintf()
|
H A D | archive_string.h | 88 archive_string_append_from_wcs(struct archive_string *, const wchar_t *, size_t);
|
H A D | archive_read_open_filename.c | 200 if (archive_string_append_from_wcs(&fn, wfilename, in archive_read_open_filenames_w()
|
H A D | archive_string.c | 671 archive_string_append_from_wcs(struct archive_string *as, in archive_string_append_from_wcs() function 776 archive_string_append_from_wcs(struct archive_string *as, in archive_string_append_from_wcs() function 850 archive_string_append_from_wcs(struct archive_string *as, in archive_string_append_from_wcs() function 3941 r = archive_string_append_from_wcs(&(aes->aes_mbs), in archive_mstring_get_mbs() 4283 if (archive_string_append_from_wcs(&(aes->aes_mbs), aes->aes_wcs.s, in archive_mstring_update_utf8()
|
H A D | archive_match.c | 1130 if (archive_string_append_from_wcs(&as, datestr, wcslen(datestr)) < 0) { in set_timefilter_date_w() 1284 if (archive_string_append_from_wcs(&as, path, wcslen(path)) < 0) { in set_timefilter_pathname_wcs()
|
H A D | archive_write_set_format_mtree.c | 1732 r = archive_string_append_from_wcs(&(file->pathname), in mtree_entry_setup_filenames()
|
H A D | archive_read_disk_posix.c | 1344 if (archive_string_append_from_wcs(&path, pathname, in archive_read_disk_open_w()
|
H A D | archive_write_set_format_iso9660.c | 4833 r = archive_string_append_from_wcs(&(file->parentdir), in isofile_gen_utility_names() 4948 r = archive_string_append_from_wcs( in isofile_gen_utility_names()
|