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

  /bionic/libc/stdio/
wcio.h 49 (_EXT(fp) ? &(_EXT(fp)->_wcio) : (struct wchar_io_data *)0)
53 struct wchar_io_data *_wcio = WCIO_GET(fp); \
54 if (_wcio && _wcio->wcio_mode == 0) \
55 _wcio->wcio_mode = (mode);\
63 struct wchar_io_data *_wcio = WCIO_GET(fp); \
64 if (_wcio) { \
65 _wcio->wcio_mode = 0;\
66 _wcio->wcio_ungetwc_inbuf = 0;\
72 struct wchar_io_data *_wcio = WCIO_GET(fp);
    [all...]
fileext.h 42 struct wchar_io_data _wcio; /* wide char io status */ member in struct:__sfileext
  /ndk/sources/android/support/src/stdio/
fileext.h 40 struct wchar_io_data _wcio; /* wide char io status */ member in struct:__sfileext

Completed in 103 milliseconds