HomeSort by: relevance | last modified time | path
    Searched refs:archive_string_append_from_wcs (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_string_sprintf.c 158 if (archive_string_append_from_wcs(as, pw,
174 if (archive_string_append_from_wcs(as, pw,
archive_string.h 88 archive_string_append_from_wcs(struct archive_string *, const wchar_t *, size_t);
archive_read_open_filename.c 205 if (archive_string_append_from_wcs(&fn, wfilename,
archive_string.c 701 archive_string_append_from_wcs(struct archive_string *as, function
813 archive_string_append_from_wcs(struct archive_string *as, function
887 archive_string_append_from_wcs(struct archive_string *as, function
4006 r = archive_string_append_from_wcs(&(aes->aes_mbs),
4355 if (archive_string_append_from_wcs(&(aes->aes_mbs), aes->aes_wcs.s,
archive_match.c 1134 if (archive_string_append_from_wcs(&as, datestr, wcslen(datestr)) < 0) {
1263 if (archive_string_append_from_wcs(&as, path, wcslen(path)) < 0) {
archive_read_disk_posix.c 1340 if (archive_string_append_from_wcs(&path, pathname,
archive_write_set_format_mtree.c 1811 r = archive_string_append_from_wcs(&(file->pathname),
archive_write_set_format_iso9660.c 4838 r = archive_string_append_from_wcs(&(file->parentdir),
4953 r = archive_string_append_from_wcs(
archive_read_support_format_xar.c 3471 if (archive_string_append_from_wcs(as, wcs, (size_t)wlen) < 0) {
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_string_conversion.c 907 r = archive_string_append_from_wcs(

Completed in 37 milliseconds