Searched defs:__iob_func (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstdio.h84 _CRTIMP FILE *__cdecl __iob_func(void);
85 #define _iob __iob_func()
89 #define __iob_func() (_iob) macro
92 #define __iob_func() (* __MINGW_IMP_SYMBOL(_iob)) macro
93 #define _iob __iob_func()
115 #define stdin (&__iob_func()[0])
116 #define stdout (&__iob_func()[1])
117 #define stderr (&__iob_func()[2])
H A Dwchar.h48 _CRTIMP FILE *__cdecl __iob_func(void);
49 #define _iob __iob_func()
53 #define __iob_func() (_iob) macro
56 #define __iob_func() (* __MINGW_IMP_SYMBOL(_iob)) macro
60 #define _iob __iob_func()
64 #define stdin (&__iob_func()[0])
65 #define stdout (&__iob_func()[1])
66 #define stderr (&__iob_func()[2])
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstdio.h84 _CRTIMP FILE *__cdecl __iob_func(void);
85 #define _iob __iob_func()
89 #define __iob_func() (_iob) macro
92 #define __iob_func() (* __MINGW_IMP_SYMBOL(_iob)) macro
93 #define _iob __iob_func()
115 #define stdin (&__iob_func()[0])
116 #define stdout (&__iob_func()[1])
117 #define stderr (&__iob_func()[2])
H A Dwchar.h48 _CRTIMP FILE *__cdecl __iob_func(void);
49 #define _iob __iob_func()
53 #define __iob_func() (_iob) macro
56 #define __iob_func() (* __MINGW_IMP_SYMBOL(_iob)) macro
60 #define _iob __iob_func()
64 #define stdin (&__iob_func()[0])
65 #define stdout (&__iob_func()[1])
66 #define stderr (&__iob_func()[2])

Completed in 50 milliseconds