HomeSort by: relevance | last modified time | path
    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