OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outchp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/newfs_udf/
udf_core.c
687
char *
outchp
;
local
696
outchp
= result;
709
nout = wput_utf8(
outchp
, result_len, ch);
710
outchp
+= nout; result_len -= nout;
713
*
outchp
++ = 0;
729
uint16_t *
outchp
;
local
742
outchp
= raw_name;
745
*
outchp
= wget_utf8(&inchp, &cnt);
746
if (*
outchp
> 0xff)
748
outchp
++
[
all
...]
/src/sys/fs/udf/
udf_subr.c
4200
uint8_t *
outchp
;
local
4207
outchp
= (uint8_t *) result;
4220
nout = wput_utf8(
outchp
, result_len, ch);
4221
outchp
+= nout; result_len -= nout;
4224
*
outchp
++ = 0;
4241
uint16_t *
outchp
;
local
4253
outchp
= raw_name;
4256
*
outchp
= wget_utf8(&inchp, &cnt);
4257
if (*
outchp
> 0xff)
4259
outchp
++
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026