OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unix_name
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/newfs_udf/
udf_core.c
685
uint16_t *raw_name, *
unix_name
;
local in function:udf_to_unix_name
694
unix_name
= raw_name + 1024; /* split space in half */
702
*raw_name = *
unix_name
= 0;
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
4198
uint16_t *raw_name, *
unix_name
;
local in function:udf_to_unix_name
4205
unix_name
= raw_name + 1024; /* split space in half */
4213
*raw_name = *
unix_name
= 0;
4216
nice_uchars = UDFTransName(
unix_name
, raw_name, ucode_chars);
4218
for (inchp =
unix_name
; nice_uchars>0; inchp++, nice_uchars--) {
Completed in 20 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025