OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_iob
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h
85
#define
_iob
__iob_func()
macro
88
extern FILE
_iob
[]; /* A pointer to an array of FILE */
89
#define __iob_func() (
_iob
)
91
extern FILE (* __MINGW_IMP_SYMBOL(
_iob
))[]; /* A pointer to an array of FILE */
92
#define __iob_func() (* __MINGW_IMP_SYMBOL(
_iob
))
93
#define
_iob
__iob_func()
macro
[
all
...]
wchar.h
49
#define
_iob
__iob_func()
macro
52
extern FILE
_iob
[]; /* A pointer to an array of FILE */
53
#define __iob_func() (
_iob
)
55
extern FILE (* __MINGW_IMP_SYMBOL(
_iob
))[]; /* A pointer to an array of FILE */
56
#define __iob_func() (* __MINGW_IMP_SYMBOL(
_iob
))
60
#define
_iob
__iob_func()
macro
[
all
...]
Completed in 206 milliseconds