Home
last modified time | relevance | path

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

/glibc-2.36/wcsmbs/
Dmbsnrtowcs.c75 mbstate_t temp_state; in __mbsnrtowcs() local
79 temp_state = *data.__statep; in __mbsnrtowcs()
80 data.__statep = &temp_state; in __mbsnrtowcs()
Dwcsnrtombs.c73 mbstate_t temp_state; in __wcsnrtombs() local
78 temp_state = *data.__statep; in __wcsnrtombs()
79 data.__statep = &temp_state; in __wcsnrtombs()
Dwcsrtombs.c65 mbstate_t temp_state; in __wcsrtombs() local
71 temp_state = *data.__statep; in __wcsrtombs()
72 data.__statep = &temp_state; in __wcsrtombs()
Dmbsrtowcs_l.c69 mbstate_t temp_state; in __mbsrtowcs_l() local
74 temp_state = *data.__statep; in __mbsrtowcs_l()
75 data.__statep = &temp_state; in __mbsrtowcs_l()
/glibc-2.36/manual/
Dcharset.texi955 mbstate_t temp_state;
956 memcpy (&temp_state, &state, sizeof (state));
957 if (wcrtomb (NULL, *ws, &temp_state) > len)