OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frune
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/locale/
rune.c
238
const uint32_t *
frune
;
local
259
frune
= (const uint32_t *)(const void *)(fre + len);
318
n = len * sizeof(*
frune
); \
324
end_frune =
frune
+ len; \
325
while (
frune
< end_frune) \
326
*rune++ = be32toh(*
frune
++); \
341
memcpy((void *)rune, (void const *)
frune
, variable_len);
Completed in 13 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026