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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 79 #ifndef _pwctype
81 extern unsigned short *_pwctype;
83 extern unsigned short ** __MINGW_IMP_SYMBOL(_pwctype);
84 #define _pwctype (* __MINGW_IMP_SYMBOL(_pwctype)) macro
85 #define __pwctype_func() (* __MINGW_IMP_SYMBOL(_pwctype))
ctype.h 56 #define __pwctype_func() (_pwctype)
57 #ifndef _pwctype
58 extern unsigned short *_pwctype;
61 #define __pwctype_func() (* __MINGW_IMP_SYMBOL(_pwctype))
62 #ifndef _pwctype
63 extern unsigned short ** __MINGW_IMP_SYMBOL(_pwctype);
64 #define _pwctype (* __MINGW_IMP_SYMBOL(_pwctype)) macro
wchar.h 189 #define __pwctype_func() (_pwctype)
191 #define __pwctype_func() (* __MINGW_IMP_SYMBOL(_pwctype))
194 #ifndef _pwctype
196 extern unsigned short *_pwctype;
198 extern unsigned short ** __MINGW_IMP_SYMBOL(_pwctype);
199 #define _pwctype (* __MINGW_IMP_SYMBOL(_pwctype)) macro
    [all...]

Completed in 75 milliseconds