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

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
ctype.h 81 __inline int (iscntrl)(int c) { return _isctype(c, _CONTROL); }
96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); }
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
ctype.h 81 __inline int (iscntrl)(int c) { return _isctype(c, _CONTROL); }
96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); }
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
ctype.h 81 __inline int (iscntrl)(int c) { return _isctype(c, _CONTROL); }
96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 97 #define _CONTROL 0x20
144 #define iswcntrl(_c) (iswctype(_c,_CONTROL))
159 __CRT_INLINE int __cdecl iswcntrl(wint_t _C) {return (iswctype(_C,_CONTROL)); }
ctype.h 90 #define _CONTROL 0x20
214 #define _iscntrl_l(_Char,_Locale) _ischartype_l(_Char,_CONTROL,_Locale)
235 #define iswcntrl(_c) (iswctype(_c,_CONTROL))
247 #define _iswcntrl_l(_c,_p) (_iswctype_l(_c,_CONTROL,_p))
xlocinfo.h 20 #define _BB _CONTROL
wchar.h 212 #define _CONTROL 0x20
345 #define iswcntrl(_c) (iswctype(_c,_CONTROL))
358 #define _iswcntrl_l(_c,_p) (_iswctype_l(_c,_CONTROL,_p))
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
myri10ge.c 770 TRY ( DISABLE_ , FLOW , _CONTROL );

Completed in 954 milliseconds