Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dvfprintf.c1811 mbstate_t wc_state; in get_arg() local
1820 memset (&wc_state, '\0', sizeof (wc_state)); in get_arg()
1828 while ((nbytes = __MBTOWC (data, &wc, fmt, MB_CUR_MAX, &wc_state)) > 0) in get_arg()