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

  /prebuilts/go/darwin-x86/misc/cgo/stdio/
stdio.go 12 // on mingw, stderr and stdout are defined as &_iob[FILENO]
  /prebuilts/go/linux-x86/misc/cgo/stdio/
stdio.go 12 // on mingw, stderr and stdout are defined as &_iob[FILENO]
  /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 235 milliseconds