Searched defs:mbstate_t (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
H A Dwchar.h25 mbstate_t Type of object holding multibyte conversion state.
130 int mbsinit (const mbstate_t *ps);
134 mbstate_t * __restrict ps);
136 size_t n, mbstate_t * __restrict ps);
138 mbstate_t * __restrict ps);
141 mbstate_t * __restrict ps);
144 size_t len, mbstate_t * __restrict ps);
151 - mbstate_t objects are not intended to be inspected by programs.
192 /** mbstate_t is an opaque object, that is not an array type, used to keep
195 typedef _BSD_MBSTATE_T_ mbstate_t; typedef
[all...]

Completed in 55 milliseconds