HomeSort by relevance Sort by last modified time
    Searched refs:wchar_io_data (Results 1 - 7 of 7) sorted by null

  /ndk/sources/android/support/src/stdio/
wcio.h 38 struct wchar_io_data { struct
44 ((struct wchar_io_data*) 0)
  /bionic/libc/stdio/
wcio.h 42 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))
local.h 114 struct wchar_io_data _wcio;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwide.c 39 struct wchar_io_data *wcio;
ungetwc.c 40 struct wchar_io_data *wcio;
fgetwc.c 40 struct wchar_io_data *wcio;
fputwc.c 42 struct wchar_io_data *wcio;

Completed in 89 milliseconds