Home
last modified time | relevance | path

Searched refs:c8rtombstate (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/lib/libc/locale/
Dc8rtomb.c74 struct c8rtombstate { struct
78 __CTASSERT(offsetof(struct c8rtombstate, mbs) <= sizeof(mbstate_t)); argument
80 offsetof(struct c8rtombstate, mbs));
81 __CTASSERT(alignof(struct c8rtombstate) <= alignof(mbstate_t));
142 struct c8rtombstate *S; in c8rtomb_l()
174 S = (struct c8rtombstate *)(void *)ps; in c8rtomb_l()