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

  /bionic/libc/stdio/
wcio.h 53 (_EXT(fp) ? &(_EXT(fp)->_wcio) : (struct wchar_io_data *)0)
57 struct wchar_io_data *_wcio = WCIO_GET(fp); \
58 if (_wcio && _wcio->wcio_mode == 0) \
59 _wcio->wcio_mode = (mode);\
67 struct wchar_io_data *_wcio = WCIO_GET(fp); \
68 if (_wcio) { \
69 _wcio->wcio_mode = 0;\
70 _wcio->wcio_ungetwc_inbuf = 0;\
76 struct wchar_io_data *_wcio = WCIO_GET(fp);
    [all...]
fileext.h 45 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 106 milliseconds