HomeSort by: relevance | last modified time | path
    Searched defs:utf16be (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 693 struct archive_string utf16be; member in struct:iso9660
1089 archive_string_init(&(iso9660->utf16be));
2161 archive_string_free(&(iso9660->utf16be));
2253 if (archive_strncpy_l(&iso9660->utf16be, s, strlen(s),
2259 size = iso9660->utf16be.length;
2262 memcpy(p, iso9660->utf16be.s, size);
archive_write_set_format_iso9660.c 693 struct archive_string utf16be; member in struct:iso9660
1089 archive_string_init(&(iso9660->utf16be));
2161 archive_string_free(&(iso9660->utf16be));
2253 if (archive_strncpy_l(&iso9660->utf16be, s, strlen(s),
2259 size = iso9660->utf16be.length;
2262 memcpy(p, iso9660->utf16be.s, size);

Completed in 51 milliseconds