HomeSort by relevance Sort by last modified time
    Searched refs:_pctype (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 49 #define __pctype_func() (_pctype)
51 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype))
55 #ifndef _pctype
57 extern unsigned short *_pctype;
59 extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype);
60 #define _pctype (* __MINGW_IMP_SYMBOL(_pctype)) macro
ctype.h 26 #define __pctype_func() (_pctype)
28 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype))
32 #ifndef _pctype
34 extern unsigned short *_pctype;
36 extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype);
37 #define _pctype (* __MINGW_IMP_SYMBOL(_pctype)) macro
wchar.h 159 #define __pctype_func() (_pctype)
161 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype))
165 #ifndef _pctype
167 extern unsigned short *_pctype;
169 extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype);
170 #define _pctype (* __MINGW_IMP_SYMBOL(_pctype)) macro
    [all...]

Completed in 145 milliseconds