OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c16rtombstate
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/locale/
c16rtomb.c
84
struct
c16rtombstate
{
struct
88
__CTASSERT(offsetof(struct
c16rtombstate
, mbs) <= sizeof(mbstate_t));
90
offsetof(struct
c16rtombstate
, mbs));
91
__CTASSERT(alignof(struct
c16rtombstate
) <= alignof(mbstate_t));
110
struct
c16rtombstate
*S;
141
S = (struct
c16rtombstate
*)(void *)ps;
c16rtomb.c
84
struct
c16rtombstate
{
struct
88
__CTASSERT(offsetof(struct
c16rtombstate
, mbs) <= sizeof(mbstate_t));
90
offsetof(struct
c16rtombstate
, mbs));
91
__CTASSERT(alignof(struct
c16rtombstate
) <= alignof(mbstate_t));
110
struct
c16rtombstate
*S;
141
S = (struct
c16rtombstate
*)(void *)ps;
Completed in 21 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025