Home
last modified time | relevance | path

Searched refs:WCIO_GET (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/lib/libc/stdio/
Dwcio.h51 struct wchar_io_data *_wcio = WCIO_GET(fp);\
59 #define WCIO_GET(fp) (&(_EXT(fp)->_wcio)) macro
Dfwide.c61 wcio = WCIO_GET(fp); in fwide()
Dfgetpos.c59 wcio = WCIO_GET(fp); in fgetpos()
Dfsetpos.c62 wcio = WCIO_GET(fp); in fsetpos()
Dungetwc.c61 wcio = WCIO_GET(fp); in ungetwc()
Dfputwc.c63 wcio = WCIO_GET(fp); in __fputwc_unlock()
Dfgetwc.c53 wcio = WCIO_GET(fp); in __fgetwc_unlock()
Dvswscanf.c100 (void)memset(WCIO_GET(&f), 0, sizeof(struct wchar_io_data)); in vswscanf_l()
Dfindfp.c151 memset(WCIO_GET(fp), 0, sizeof(struct wchar_io_data)); in __sfpinit()
Dvfwprintf.c171 memset(WCIO_GET(&fake), 0, sizeof(struct wchar_io_data)); in __sbprintf()