HomeSort by: relevance | last modified time | path
    Searched defs:c8rtombstate (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/locale/
c8rtomb.c 74 struct c8rtombstate { struct
78 __CTASSERT(offsetof(struct c8rtombstate, mbs) <= sizeof(mbstate_t));
80 offsetof(struct c8rtombstate, mbs));
81 __CTASSERT(alignof(struct c8rtombstate) <= alignof(mbstate_t));
142 struct c8rtombstate *S;
174 S = (struct c8rtombstate *)(void *)ps;

Completed in 108 milliseconds