OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
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 23 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026