OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_wcio
(Results
1 - 4
of
4
) 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
...]
local.h
114
struct wchar_io_data
_wcio
;
member in struct:__sfileext
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
wcio.h
39
#define WCIO_GET(fp) (&(_EXT(fp)->
_wcio
))
53
struct wchar_io_data *
_wcio
= WCIO_GET(fp);\
54
if (
_wcio
&&
_wcio
->wcio_mode == 0)\
55
_wcio
->wcio_mode = (mode);\
63
_EXT(fp)->
_wcio
.wcio_mode = 0;\
69
_EXT(fp)->
_wcio
.wcio_ungetwc_inbuf = 0;\
fileext.h
36
struct wchar_io_data
_wcio
; /* wide char i/o status */
member in struct:__sfileext
Completed in 1377 milliseconds