Searched refs:archive_string_append_from_wcs (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_string_sprintf.c | 158 if (archive_string_append_from_wcs(as, pw, in archive_string_vsprintf() 174 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 | 204 if (archive_string_append_from_wcs(&fn, wfilename, in archive_read_open_filenames_w()
|
| H A D | archive_string.c | 701 archive_string_append_from_wcs(struct archive_string *as, in archive_string_append_from_wcs() function 813 archive_string_append_from_wcs(struct archive_string *as, in archive_string_append_from_wcs() function 887 archive_string_append_from_wcs(struct archive_string *as, in archive_string_append_from_wcs() function 4003 r = archive_string_append_from_wcs(&(aes->aes_mbs), in archive_mstring_get_mbs() 4345 if (archive_string_append_from_wcs(&(aes->aes_mbs), aes->aes_wcs.s, in archive_mstring_update_utf8()
|
| H A D | archive_match.c | 1134 if (archive_string_append_from_wcs(&as, datestr, wcslen(datestr)) < 0) { in set_timefilter_date_w() 1263 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 | 1811 r = archive_string_append_from_wcs(&(file->pathname), in mtree_entry_setup_filenames()
|
| H A D | archive_read_disk_posix.c | 1340 if (archive_string_append_from_wcs(&path, pathname, in archive_read_disk_open_w()
|
| H A D | archive_write_set_format_iso9660.c | 4838 r = archive_string_append_from_wcs(&(file->parentdir), in isofile_gen_utility_names() 4953 r = archive_string_append_from_wcs( in isofile_gen_utility_names()
|
| H A D | archive_read_support_format_xar.c | 3471 if (archive_string_append_from_wcs(as, wcs, (size_t)wlen) < 0) { in xmllite_call_return_as()
|