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

  /src/sbin/newfs_udf/
udf_core.c 689 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name
703 ucode_chars = udf_UncompressUnicode(len, (uint8_t *) id, raw_name);
704 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name));
705 nice_uchars = UDFTransName(unix_name, raw_name, ucode_chars);
  /src/sys/fs/udf/
udf_subr.c 4202 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name
4214 ucode_chars = udf_UncompressUnicode(len, (uint8_t *) id, raw_name);
4215 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name));
4216 nice_uchars = UDFTransName(unix_name, raw_name, ucode_chars);

Completed in 155 milliseconds