Searched defs:wchar_io_data (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdio/
H A Dwcio.h42 struct wchar_io_data { struct
53 (_EXT(fp) ? &(_EXT(fp)->_wcio) : (struct wchar_io_data *)0)
57 struct wchar_io_data *_wcio = WCIO_GET(fp); \
67 struct wchar_io_data *_wcio = WCIO_GET(fp); \
76 struct wchar_io_data *_wcio = WCIO_GET(fp); \
83 memset(&(_EXT(fp)->_wcio), 0, sizeof(struct wchar_io_data))

Completed in 80 milliseconds