Searched refs:__mbstate_t (Results 1 – 17 of 17) sorted by relevance
/glibc-2.36/include/ |
D | wchar.h | 167 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/ |
D | iofwide.c | 75 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()
|
D | libio.h | 137 __mbstate_t _IO_state; 138 __mbstate_t _IO_last_state;
|
D | libioP.h | 961 __mbstate_t *, 968 __mbstate_t *, 974 int __libio_codecvt_length (struct _IO_codecvt *, __mbstate_t *,
|
D | wfileops.c | 664 __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()
|
D | fileops.c | 328 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/ |
D | gconv.h | 133 __mbstate_t *__statep; 134 __mbstate_t __state; /* This element must not be used directly by
|
/glibc-2.36/wcsmbs/bits/types/ |
D | mbstate_t.h | 6 typedef __mbstate_t mbstate_t;
|
D | __mbstate_t.h | 21 } __mbstate_t; typedef
|
/glibc-2.36/libio/bits/types/ |
D | __fpos64_t.h | 13 __mbstate_t __state;
|
D | __fpos_t.h | 13 __mbstate_t __state;
|
/glibc-2.36/wcsmbs/ |
D | Makefile | 26 bits/types/__mbstate_t.h bits/types/mbstate_t.h bits/types/wint_t.h
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 9786 * include/wchar.h: Change mbstate_t to __mbstate_t.
|
D | ChangeLog.11 | 11610 * wcsmbs/wchar.h (__mbstate_t): Rename elements. Make __value
|
D | ChangeLog.17 | 10471 (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
|
D | ChangeLog.19 | 22390 bits/types/__mbstate_t.h, bits/types/wint_t.h, and gconv.h.
|
D | ChangeLog.18 | 3485 * 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
|