Searched refs:build_pathname_utf16be (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_iso9660.c | 395 static int build_pathname_utf16be(unsigned char *, size_t, size_t *, 1304 if (build_pathname_utf16be(iso9660->utf16be_path, in archive_read_format_iso9660_read_header() 3482 build_pathname_utf16be(unsigned char *p, size_t max, size_t *len, in build_pathname_utf16be() function 3486 if (build_pathname_utf16be(p, max, len, file->parent) != 0) in build_pathname_utf16be()
|