Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dwctomb_r.c41 #define __state __count macro
228 if (state->__state == 0) in __jis_wctomb()
231 state->__state = 1; in __jis_wctomb()
244 if (state->__state != 0) in __jis_wctomb()
247 state->__state = 0; in __jis_wctomb()
Dmbtowc_r.c79 #define __state __count macro
880 state->__state = ASCII; in __jis_mbtowc()
887 curr_state = state->__state; in __jis_mbtowc()
931 state->__state = ASCII; in __jis_mbtowc()
935 state->__state = ASCII; in __jis_mbtowc()
942 state->__state = JIS; in __jis_mbtowc()
956 state->__state = curr_state; in __jis_mbtowc()
/picolibc-latest/newlib/
DChangeLog-201516625 * libc/stdlib/wctomb_r.c (_wctomb_r): Define __state as __count
16626 and change some __count references to __state for clarity.