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

/netbsd-current/lib/libc/stdio/
H A Dwcio.h39 struct wchar_io_data { struct
51 struct wchar_io_data *_wcio = WCIO_GET(fp);\
H A Dfgetpos.c54 struct wchar_io_data *wcio;
H A Dfsetpos.c57 struct wchar_io_data *wcio;
H A Dfwide.c45 struct wchar_io_data *wcio;
H A Dungetwc.c46 struct wchar_io_data *wcio;
H A Dfgetwc.c46 struct wchar_io_data *wcio;
H A Dfputwc.c48 struct wchar_io_data *wcio;
H A Dfileext.h36 struct wchar_io_data _wcio; /* wide char i/o status */
H A Dvswscanf.c100 (void)memset(WCIO_GET(&f), 0, sizeof(struct wchar_io_data));
H A Dfindfp.c151 memset(WCIO_GET(fp), 0, sizeof(struct wchar_io_data));
H A Dvfwprintf.c171 memset(WCIO_GET(&fake), 0, sizeof(struct wchar_io_data));

Completed in 134 milliseconds