Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfwide.c53 wcio = WCIO_GET(fp); in fwide()
Dungetwc.c52 wcio = WCIO_GET(fp); in __ungetwc()
Dfgetwc.c46 wcio = WCIO_GET(fp); in __fgetwc_unlock()
Dfputwc.c54 wcio = WCIO_GET(fp); in __fputwc_unlock()
/bionic/libc/stdio/
Dlocal.h292 #define WCIO_GET(fp) (_EXT(fp) ? &(_EXT(fp)->_wcio) : (struct wchar_io_data*)0) macro
296 struct wchar_io_data* _wcio = WCIO_GET(fp); \
302 struct wchar_io_data* _wcio = WCIO_GET(fp); \