OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wchar_io_data
(Results
1 - 2
of
2
) 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
))
Completed in 79 milliseconds