Home
last modified time | relevance | path

Searched refs:unix_name (Results 1 – 2 of 2) sorted by relevance

/netbsd/sbin/newfs_udf/
H A Dudf_core.c685 uint16_t *raw_name, *unix_name; in udf_to_unix_name() local
694 unix_name = raw_name + 1024; /* split space in half */ in udf_to_unix_name()
702 *raw_name = *unix_name = 0; in udf_to_unix_name()
705 nice_uchars = UDFTransName(unix_name, raw_name, ucode_chars); in udf_to_unix_name()
707 for (inchp = unix_name; nice_uchars>0; inchp++, nice_uchars--) { in udf_to_unix_name()
/netbsd/sys/fs/udf/
H A Dudf_subr.c4198 uint16_t *raw_name, *unix_name; in udf_to_unix_name() local
4205 unix_name = raw_name + 1024; /* split space in half */ in udf_to_unix_name()
4213 *raw_name = *unix_name = 0; in udf_to_unix_name()
4216 nice_uchars = UDFTransName(unix_name, raw_name, ucode_chars); in udf_to_unix_name()
4218 for (inchp = unix_name; nice_uchars>0; inchp++, nice_uchars--) { in udf_to_unix_name()