Home
last modified time | relevance | path

Searched defs:_IO_wide_data (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dlibio.h220 struct _IO_wide_data struct
222 wchar_t *_IO_read_ptr; /* Current read pointer */
223 wchar_t *_IO_read_end; /* End of get area. */
224 wchar_t *_IO_read_base; /* Start of putback+get area. */
225 wchar_t *_IO_write_base; /* Start of put area. */
226 wchar_t *_IO_write_ptr; /* Current put pointer. */
227 wchar_t *_IO_write_end; /* End of put area. */
228 wchar_t *_IO_buf_base; /* Start of reserve area. */
229 wchar_t *_IO_buf_end; /* End of reserve area. */
231 wchar_t *_IO_save_base; /* Pointer to start of non-current get area. */
[all …]