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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mbctype.h 20 extern unsigned char ** __MINGW_IMP_SYMBOL(_mbctype);
21 #define _mbctype (* __MINGW_IMP_SYMBOL(_mbctype))
28 extern unsigned char ** __MINGW_IMP_SYMBOL(_mbcasemap);
29 #define _mbcasemap (* __MINGW_IMP_SYMBOL(_mbcasemap))
wctype.h 51 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype))
59 extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype);
60 #define _pctype (* __MINGW_IMP_SYMBOL(_pctype))
74 extern unsigned short ** __MINGW_IMP_SYMBOL(_wctype);
75 #define _wctype (* __MINGW_IMP_SYMBOL(_wctype))
83 extern unsigned short ** __MINGW_IMP_SYMBOL(_pwctype);
84 #define _pwctype (* __MINGW_IMP_SYMBOL(_pwctype))
85 #define __pwctype_func() (* __MINGW_IMP_SYMBOL(_pwctype))
stdlib.h 105 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
106 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max))
171 extern int * __MINGW_IMP_SYMBOL(__argc);
172 #define __argc (* __MINGW_IMP_SYMBOL(__argc))
179 extern char *** __MINGW_IMP_SYMBOL(__argv);
180 #define __argv (* __MINGW_IMP_SYMBOL(__argv))
187 extern wchar_t *** __MINGW_IMP_SYMBOL(__wargv);
188 #define __wargv (* __MINGW_IMP_SYMBOL(__wargv))
199 extern char *** __MINGW_IMP_SYMBOL(_environ);
200 #define _environ (* __MINGW_IMP_SYMBOL(_environ)
    [all...]
ctype.h 28 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype))
36 extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype);
37 #define _pctype (* __MINGW_IMP_SYMBOL(_pctype))
51 extern unsigned short ** __MINGW_IMP_SYMBOL(_wctype);
52 #define _wctype (* __MINGW_IMP_SYMBOL(_wctype))
61 #define __pwctype_func() (* __MINGW_IMP_SYMBOL(_pwctype))
63 extern unsigned short ** __MINGW_IMP_SYMBOL(_pwctype);
64 #define _pwctype (* __MINGW_IMP_SYMBOL(_pwctype))
194 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
195 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)
    [all...]
_mingw_mac.h 109 # define __MINGW_IMP_SYMBOL(sym) __imp_##sym
114 # define __MINGW_IMP_SYMBOL(sym) _imp__##sym
wchar.h 55 extern FILE (* __MINGW_IMP_SYMBOL(_iob))[]; /* A pointer to an array of FILE */
56 #define __iob_func() (* __MINGW_IMP_SYMBOL(_iob))
161 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype))
169 extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype);
170 #define _pctype (* __MINGW_IMP_SYMBOL(_pctype))
183 extern unsigned short ** __MINGW_IMP_SYMBOL(_wctype);
184 #define _wctype (* __MINGW_IMP_SYMBOL(_wctype))
191 #define __pwctype_func() (* __MINGW_IMP_SYMBOL(_pwctype))
198 extern unsigned short ** __MINGW_IMP_SYMBOL(_pwctype);
199 #define _pwctype (* __MINGW_IMP_SYMBOL(_pwctype)
    [all...]
stdio.h 91 extern FILE (* __MINGW_IMP_SYMBOL(_iob))[]; /* A pointer to an array of FILE */
92 #define __iob_func() (* __MINGW_IMP_SYMBOL(_iob))
    [all...]
math.h 156 extern double * __MINGW_IMP_SYMBOL(_HUGE);
157 #define _HUGE (* __MINGW_IMP_SYMBOL(_HUGE))
    [all...]

Completed in 187 milliseconds