Searched refs:__state (Results 1 – 3 of 3) sorted by relevance
41 #define __state __count macro228 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()
79 #define __state __count macro880 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()
16625 * libc/stdlib/wctomb_r.c (_wctomb_r): Define __state as __count16626 and change some __count references to __state for clarity.