Home
last modified time | relevance | path

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

/glibc-2.36/include/
Dwchar.h167 extern int __mbsinit (const __mbstate_t *__ps);
170 __mbstate_t *__restrict __p);
174 __mbstate_t *__restrict __ps) attribute_hidden;
176 __mbstate_t *__restrict __ps,
181 size_t __len, __mbstate_t *__restrict __ps)
185 size_t __len, __mbstate_t *__restrict __ps)
189 size_t __len, __mbstate_t *__restrict __ps)
194 __mbstate_t *__restrict __ps)
/glibc-2.36/libio/
Diofwide.c75 memset (&fp->_wide_data->_IO_state, '\0', sizeof (__mbstate_t)); in _IO_fwide()
76 memset (&fp->_wide_data->_IO_last_state, '\0', sizeof (__mbstate_t)); in _IO_fwide()
110 __libio_codecvt_out (struct _IO_codecvt *codecvt, __mbstate_t *statep, in __libio_codecvt_out()
162 __libio_codecvt_in (struct _IO_codecvt *codecvt, __mbstate_t *statep, in __libio_codecvt_in()
231 __libio_codecvt_length (struct _IO_codecvt *codecvt, __mbstate_t *statep, in __libio_codecvt_length()
Dlibio.h137 __mbstate_t _IO_state;
138 __mbstate_t _IO_last_state;
DlibioP.h961 __mbstate_t *,
968 __mbstate_t *,
974 int __libio_codecvt_length (struct _IO_codecvt *, __mbstate_t *,
Dwfileops.c664 __mbstate_t state = fp->_wide_data->_IO_last_state; in do_ftell_wide()
689 __mbstate_t state = fp->_wide_data->_IO_last_state; in do_ftell_wide()
Dfileops.c328 memset (&fp->_wide_data->_IO_state, '\0', sizeof (__mbstate_t)); in libc_hidden_def()
329 memset (&fp->_wide_data->_IO_last_state, '\0', sizeof (__mbstate_t)); in libc_hidden_def()
/glibc-2.36/iconv/
Dgconv.h133 __mbstate_t *__statep;
134 __mbstate_t __state; /* This element must not be used directly by
/glibc-2.36/wcsmbs/bits/types/
Dmbstate_t.h6 typedef __mbstate_t mbstate_t;
D__mbstate_t.h21 } __mbstate_t; typedef
/glibc-2.36/libio/bits/types/
D__fpos64_t.h13 __mbstate_t __state;
D__fpos_t.h13 __mbstate_t __state;
/glibc-2.36/wcsmbs/
DMakefile26 bits/types/__mbstate_t.h bits/types/mbstate_t.h bits/types/wint_t.h
/glibc-2.36/ChangeLog.old/
DChangeLog.109786 * include/wchar.h: Change mbstate_t to __mbstate_t.
DChangeLog.1111610 * wcsmbs/wchar.h (__mbstate_t): Rename elements. Make __value
DChangeLog.1710471 (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
DChangeLog.1922390 bits/types/__mbstate_t.h, bits/types/wint_t.h, and gconv.h.
DChangeLog.183485 * wcsmbs/bits/types/mbstate_t.h, wcsmbs/bits/types/__mbstate_t.h
3494 * include/bits/types/mbstate_t.h, include/bits/types/__mbstate_t.h