Searched refs:utf16be_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c373 unsigned char *utf16be_path; member in struct:iso9660
1206 if (iso9660->utf16be_path == NULL) {
1207 iso9660->utf16be_path = malloc(UTF16_NAME_MAX);
1208 if (iso9660->utf16be_path == NULL) {
1224 if (build_pathname_utf16be(iso9660->utf16be_path,
1233 (const char *)iso9660->utf16be_path,
1373 memcpy(iso9660->utf16be_previous_path, iso9660->utf16be_path,
1739 free(iso9660->utf16be_path);

Completed in 68 milliseconds