/src/sbin/newfs_udf/ |
udf_core.c | 689 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name 705 nice_uchars = UDFTransName(unix_name, raw_name, ucode_chars); 707 for (inchp = unix_name; nice_uchars>0; inchp++, nice_uchars--) {
|
udf_core.c | 689 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name 705 nice_uchars = UDFTransName(unix_name, raw_name, ucode_chars); 707 for (inchp = unix_name; nice_uchars>0; inchp++, nice_uchars--) {
|
/src/sys/fs/udf/ |
udf_subr.c | 4202 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name 4216 nice_uchars = UDFTransName(unix_name, raw_name, ucode_chars); 4218 for (inchp = unix_name; nice_uchars>0; inchp++, nice_uchars--) {
|
udf_subr.c | 4202 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name 4216 nice_uchars = UDFTransName(unix_name, raw_name, ucode_chars); 4218 for (inchp = unix_name; nice_uchars>0; inchp++, nice_uchars--) {
|