Searched refs:convert_to_unicode (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | joliet.c | 98 static void FDECL3(convert_to_unicode, unsigned char *, buffer, int, size, char *, source ) in FDECL3() argument 240 convert_to_unicode((u_char *)jvol_desc->system_id, sizeof(jvol_desc->system_id), NULL); in FDECL1() 241 convert_to_unicode((u_char *)jvol_desc->volume_id, sizeof(jvol_desc->volume_id), NULL); in FDECL1() 243 convert_to_unicode((u_char *)jvol_desc->publisher_id, sizeof(jvol_desc->publisher_id), NULL); in FDECL1() 244 convert_to_unicode((u_char *)jvol_desc->preparer_id, sizeof(jvol_desc->preparer_id), NULL); in FDECL1() 474 convert_to_unicode((u_char *)jpath_table_l + jpath_table_index, in generate_joliet_path_tables() 476 convert_to_unicode((u_char *)jpath_table_m + jpath_table_index, in generate_joliet_path_tables() 481 convert_to_unicode((u_char *)jpath_table_l + jpath_table_index, in generate_joliet_path_tables() 483 convert_to_unicode((u_char *)jpath_table_m + jpath_table_index, in generate_joliet_path_tables() 669 convert_to_unicode((u_char *)directory_buffer + dir_index, in FDECL2() [all …]
|